vuoi
o PayPal
tutte le volte che vuoi
CALCOLO
PN=polinomio n-esimo; PC=polinomio caratteristico; X̂n
- β_base, e_esponente, [...]_mantissa
- βc caratteristica, ∈[-1,1]
- R, κ:sign(n), e.dif: βp; κ é con dif=0
- FF(l,u)=[l.5,u.5], e c∈[L,U] → FF(β,T(L,U)) → MATLAB e [...]^t
Se ha cardinalità n, β^c => n prob.size con [...]
FF(2^53 - 1024,2^63-4096)
Se β^t in MATLAB
Pres. macchina → prec. minima: [P](β(T+l))
Oper. macchina → prec: P(P(x,y))/P(x(y)) → val. xe = ye
CALCOLO RADICI NON LINEARI
ALGORITMO DI BI SEZIONE
a=a0
b=b0
m=m0=b0a0/2
- for k=0: nmax (while...)
- if f(m)n !=0 x=m else if P(a)n f(m)=0 an=m
- else P f(m)f(b)n f(b)=0
- mmn → dif=2mmn
- m=0 if n=logl∞ (b-a)/n -1
Con alph primo convergente
Metodo Secanti: (Xn+1 = Xn) - Xn - Xn-1)
Newton → Xn+1 = Xn - f(xi)`
Se d zero per f(x)n(ow