ePerTutti


Appunti, Tesina di, appunto matematica

PSEUDO-CODICI



ricerca 1
ricerca 2

PSEUDO-CODICI


Equazioni con modulo

|f(x)|= a

if a>0

then f(x)=-a  and f(x)=a

exit(risultati

else

if |f(x)|=0

then f(x)=0

exit(risultati

else

if a<0

exit(l'equazione è impossibile)

end if

Disequazioni con modulo

|f(x)|< a

if a≤0 then

exit (la disequazione è impossibile)

else

if a>0 then

f(x)> -a

f(x)< a

exit(risultati

else



|f(x)|> a

if a<0 then

x

exit(risultati)

else

if a=0 then

x ≠0

exit(risultati

else

if a>0 then

f(x)< -a f(x)>a

exit(risultati)

end if

Disequazioni fratte

f(x)/g(x) >0

if f(x)>0 and g(x)>0

exit(risultati

else

f(x)/g(x)< 0

if f(x)< 0 and g(x)>0

exit(risultati

end if













Privacy

© ePerTutti.com : tutti i diritti riservati
:::::
Condizioni Generali - Invia - Contatta