How do I find f(x) if I have this definition

2 visualizaciones (últimos 30 días)
James Anderson
James Anderson el 11 de Nov. de 2021
Editada: Jan el 11 de Nov. de 2021
for example i choosed x to be x=0.5:0.1:2;
I'm not entirely sure what needs to be instead of tree dots.
And how do I find f(x)
any suggestions?

Respuesta aceptada

Jan
Jan el 11 de Nov. de 2021
Editada: Jan el 11 de Nov. de 2021
You have given the formula already: Create a sum from n=1:m over:
(-1)^n * x^(2*n + 1) / factorial(2*n + 1)
These are all terms. Find a suitable number m such that the results are accurate.
how do I find f(x)
I don't know. There is no "f(x)" anywhere in your question.

Más respuestas (0)

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by