photo

uruc


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

etwa 4 Jahre vor | 0

Frage


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...

etwa 4 Jahre vor | 3 Antworten | 0

3

Antworten