Integration - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Units[Standard]

  

int

  

definite and indefinite integration in the Standard 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 Standard 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

Notes: 

– 

To enter a unit in 2-D Math input, select the unit from the appropriate Units palette. If the unit you want is not there, select unit and then enter the unit.

– 

When you edit a unit, double brackets appear around it.

> 

with⁡UnitsStandard:

> 

−3.532⁢x2⁢Unit⁡W

−3.532⁢x2⁢W

(1)
> 

int⁡,x⁢Unit⁡s

−1.177333333⁢x3⁢J

(2)
> 

32⁢x2⁢Unit⁡ft+7⁢x⁢Unit⁡inch+45⁢Unit⁡m

6096625⁢x2+8895000⁢x+45⁢m

(3)
> 

int⁡,x⁢Unit⁡m

2032625⁢x3+88910000⁢x2+45⁢x⁢m2

(4)
> 

4⁢x4−3⁢x+2

4⁢x4−3⁢x+2

(5)
> 

int⁡,x⁢Unit⁡s

45⁢x5−32⁢x2+2⁢x⁢s

(6)

See Also

int

Units

Units/Standard

Units/Standard/diff