Integration - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Units[Natural]

  

int

  

definite and indefinite integration in the Natural Units environment

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

int(expr, x)

int(expr, x=a..b)

Parameters

expr

-

algebraic expression

x

-

name or name multiplied by a unit

a, b

-

algebraic expressions

Description

• 

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.

Examples

withUnitsNatural:

3.532x2W

3.532x2W

(1)

int,xs

1.177333333x3J

(2)

32x2ft+7xinch+45m

6096625x2+8895000x+45m

(3)

int,xm

2032625x3+88910000x2+45xm2

(4)

4x43x+2

4x43x+2

(5)

int,xs

45x532x2+2xs

(6)

See Also

int

Units

Units/Natural

Units[Natural][diff]

 


Download Help Document