Borrar filtros
Borrar filtros

How do I solve this ?

1 visualización (últimos 30 días)
Ashish Phadke
Ashish Phadke el 22 de Dic. de 2022
Comentada: John D'Errico el 22 de Dic. de 2022
  1 comentario
KSSV
KSSV el 22 de Dic. de 2022
What have you attempted for the problem..?

Iniciar sesión para comentar.

Respuestas (1)

VBBV
VBBV el 22 de Dic. de 2022
Editada: VBBV el 22 de Dic. de 2022
n = 0:1:100; % n range
syms x
E = @(n) (x.^n)./(factorial(n));
fplot(sum(E(n)),[1 10])
hold on
plot(exp(1:10))
legend('Summation','e^{x}')
xlabel('x values'); ylabel('Sum')
  2 comentarios
Ashish Phadke
Ashish Phadke el 22 de Dic. de 2022
Thanks a lot !!
John D'Errico
John D'Errico el 22 de Dic. de 2022
Please do not do obvious homework assignments for students.
This does not help the student, depite that they get what they want. It teaches them nothing more than that there is always someone willing to jump do their work for them.
It harms the site itself, because then this student will now think they can post their homework with no effort made, and get it done for them to hand in. Worse, it then convinces other students they have just as much right to get their work done for them with no effort made or shown.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by