limit - Maple Help

Online Help

All Products    Maple    MapleSim


MTM

  

limit

  

limit

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

limit(M)

limit(M, a)

limit(M, x, a)

limit(M, x, a, direction)

Parameters

M

-

array or expression

a

-

limit point

x

-

variable

direction

-

left or right

Description

• 

The limit(M) function computes the element-wise limit of M.  The result, R, is formed as R[i,j] = limit(M[i,j], x, a, direction).

• 

F = limit(f) is the limit of the scalar f at point 0.

• 

limit(f,a) is the limit of the scalar f at point a.

• 

limit(f,x,a) is the limit of the scalar f when variable x approaches a.

• 

limit(f,x,a,direction) is the one-sided limit of the scalar f when variable x approaches a.

Examples

withMTM:

MMatrix2,3,fill=expx+3x2+5:

limitM

666666

(1)

See Also

limit

MTM[taylor]