photo

Anon


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


plot approximation and absolute error of taylor series of e^x
x = -10; n = 0; hold on while n <= 50 f = (x.^n)./factorial(n); plot (n,f,'g-o') n = n + 1; end That i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot taylor series approximation and absolute error of e^x at N=20 and x=5
Approximation: Green with circle, Error: Blue. I have no clue how to start this program... I am new to MatLab.

8 years 前 | 0 个回答 | 0

0

个回答