Units[Natural]
int
definite and indefinite integration in the Natural Units environment
Calling Sequence
Parameters
Description
Examples
int(expr, x)
int(expr, x=a..b)
expr
-
algebraic expression
x
name or name multiplied by a unit
a, b
algebraic expressions
In the Natural Units environment, the int function integrates an expression with respect to a name that can have a unit. The result is the integral of the expression, with respect to the variable of integration, with a unit, the integrand unit multiplied by the variable of integration unit if any.
Any endpoints must be unit-free and are assumed to have the units of the variable of integration.
For other properties, see the global function int.
with⁡UnitsNatural:
−3.532⁢x2⁢W
int⁡,x⁢s
−1.177333333⁢x3⁢J
32⁢x2⁢ft+7⁢x⁢inch+45⁢m
6096625⁢x2+8895000⁢x+45⁢m
int⁡,x⁢m
2032625⁢x3+88910000⁢x2+45⁢x⁢m2
4⁢x4−3⁢x+2
45⁢x5−32⁢x2+2⁢x⁢s
See Also
Units
Units/Natural
Units[Natural][diff]
Download Help Document