MTM
limit
Calling Sequence
Parameters
Description
Examples
limit(M)
limit(M, a)
limit(M, x, a)
limit(M, x, a, direction)
M
-
array or expression
a
limit point
x
variable
direction
left or right
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.
with⁡MTM:
M≔Matrix⁡2,3,fill=exp⁡x+3⁢x2+5:
limit⁡M
666666
See Also
MTM[taylor]
Download Help Document