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*...
4 years 前 | 1 个回答 | 0
提问
4 years 前 | 1 个回答 | 0