Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
limit ExamplesSee Also

Limit of a symbolic expression.

Syntax

limit(F,x,a)

Description

limit(F,x,a) takes the limit of the symbolic expression F as x -> a.

limit(F,a) uses findsym(F) as the independent variable.

limit(F) uses a = 0 as the limit point.

limit(F,x,a,'right') or limit(F,x,a,'left') specify the direction of a one-sided limit.

Examples

Assume

Then

See Also

pretty, ccode, fortran



[ Previous | Help Desk | Next ]