User's Manual

Math commands - Reference
Operators
All operators can be used with the limit functions (“from” and “to”)
Table 5. Commands, operators
Operation Command Display
Limit
lim(a)
lim a
Sum
sum(a)
a
Product prod(a)
a
Coproduct coprod(a)
a
Limits from and to (shown
with intigral)
int from {r_0} to {r_t} a
r
0
r
t
a
Intigral int{a}
a
Double intigral iint{a}
a
Tripple Intigral iiint{a}
a
Lower limit shown with
summation symbol
sum from{3}b
3
b
Curved intigeral lint a
a
Double curved intigeral llint a
a
Tripple curved intigeral lllint a
a
Upper limit shown with
product symbol
prod to{3} r
3
r
Math Objects 12