Zachary Nies
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