Limits

Top  Previous  Next

Limits are entered using the lim command.  The value the limit approaches is placed in brackets.  Limits are the main use of the -> code which produces an arrow.

 

Examples:

fxe0160                        is entered as lim(x->3) 3x/4

 

fxe0161        is entered as lim(h->0) (f(x+h)-f(x))/h

 

fxe0162                is entered as lim(x->1+) h(x)

 

fxe0163        is entered as lim(x->inf)(5x2-4x+2)/(3x2+3x-2)