NEED HELP ASAP WITH SUMMATIONS!!!!!!!!!!!

e^x=1+x/1!+x^2/2!+x^3/3!+⋯,-50<x<50 Eq (1) e^'x=A*(1+x/1!+x^2/2!+x^3/3!+⋯),-50<x<50 Eq (2)
For the above equations build a vector named X from -50 to 50 in increment of 0.5. Then calculate the values of ex and e’x. Plot the values of these two functions with the following formats:

댓글 수: 3

James Tursa
James Tursa 2014년 7월 22일
What have you done so far? Any code written yet? Even an outline?
Azzi Abdelmalek
Azzi Abdelmalek 2014년 7월 22일
nick pa
nick pa 2014년 7월 22일
i had
n = 0:201 x = [-50:0.5:50] xs = sum((x.^n./factorial(n))

답변 (0개)

이 질문은 마감되었습니다.

태그

질문:

2014년 7월 22일

댓글:

2014년 7월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by