photo

uruc


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

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Multiple roots formula with Matlab
f = @(x) x.^4- 6*x.^3 + 12*x.^2 - 10*x +3; fp = @(x) 4*x^3 - 18*x^2 + 24*x - 10; fpp = @(x) 12*x^2 - 36*x + 24; x = 0; to...

4 years 前 | 0

提问


Multiple roots formula with Matlab
f(x)= x^4- 6x^3 + 12x^2 - 10x +3 Starting point x0=0 Find x1,x2,x3 I need the find these points with the multiple roots form...

4 years 前 | 3 个回答 | 0

3

个回答