photo

Zachary Nies


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


The while loop for my taylor expansion will not check the condition for each iteration.
c = pi; x = (12*pi)/17; f = x + 1.9 + 0.158*sin(x); %original equation f f1 = 1 + 0.158*cos(x); %derivative 1 f2 = -0.158*...

3 years 前 | 1 个回答 | 0

1

个回答