Formulario Metodos Numericos
Formulario Metodos Numericos
Formulario Metodos Numericos
e=abs(𝑥1 − 𝑥0 )
Condición:
(𝑥1 −𝑥0 )2
𝑥 ′′ = 𝑥0 − (va desde iteración 4); 𝑥𝑖′ = 𝑔(𝑥𝑖′ )(2 iteraciones más)
𝑥2 −2𝑥1 +𝑥0
𝑥𝑑 −𝑥𝑖
Illinois: 𝑥𝑀 = 𝑥𝑑 − ∗ 𝑓(𝑥𝑑 )
(𝑓(𝑥𝑑 )−𝑓(𝑥𝑖 ))
Condición:
sí: 𝑓(𝑑) ∗ 𝑓(𝑀) > 0 → 𝑥𝑖 𝑠𝑒 𝑣𝑎 𝑎 𝑥𝑑 𝑦 𝑥𝑀 𝑠𝑒 𝑣𝑎 𝑎 𝑥𝑖
𝑓(𝑑)
Sí: 𝑓(𝑑) ∗ 𝑓(𝑀) < 0 → 𝑥𝑀 𝑠𝑒 𝑣𝑎 𝑎 𝑥𝑖 𝑦 𝑥𝑑 𝑒𝑠 𝑒𝑙 𝑚𝑖𝑠𝑚𝑜 → 𝑓(𝑑) =
2
𝑏0 𝑓(0)
Lin: 𝑥1 = 𝑥0 − 𝛾 ;𝛾 = −
𝑏1 𝑥0 𝑓′(𝑥0)
Muller: ℎ0 = 𝑥1 − 𝑥0
ℎ1 = 𝑥2 − 𝑥1
𝑓(𝑥1 )−𝑓(𝑥0 ) 𝑓(𝑥2 )−𝑓(𝑥1 ) 𝑑1 −𝑑0
𝑑0 = 𝑑1 = 𝑎= 𝑏 = 𝑎ℎ1 + 𝑑1 𝑐 = 𝑓(𝑥2 )
𝑥1 −𝑥0 𝑥2 −𝑥1 ℎ1 −ℎ0
−2𝑐
𝑥3 = 𝑥2 +
𝑏 ± √𝑏 2 − 4𝑎𝑐
𝑏(𝑎𝑟𝑟𝑖𝑏𝑎)
Polinomios : 𝑥𝑖 + 1 = 𝑥𝑖 −
𝑐(𝑎𝑏𝑎𝑗𝑜)
fx0=eval(subs(f,x0))