Community Profile

photo

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

4 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;

4 years 前 | 1 个回答 | 0

1

个回答