1-) Limites

                 
Comando:   limit ( f(x) , x = a );

...onde f(x) é uma função cujo limite quando x tende ao valor a deve ser calculado.

Exemplos:   limit ( 1/x , x = infinity);                     à               0

                  limit ( abs(1/x) , x = 0 );                     
à               ¥

                  limit ( 1/x , x = 0 );                           
à               undefined

                  limit ( 5*x^2 , x = 2 );                        à               20

Menu
Principal

Ir para próxima página