ray helou
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
newton raphson method matlab
f (t) = 4.8626 *t* e^( -4.4721*t ) - 0.17 Use Newton Raphsonmethod by using the code newtraph.m. initial estimate 0.03
5 years 前 | 2 个回答 | 0
2
个回答提问
find t and Use a graphical method to locate the initial estimate
find t and Use a graphical method to locate the initial estimate x = t*v*exp(-w*t) v = 4.8626; w = 4.4721; x=0.17;
5 years 前 | 1 个回答 | 0