diff - 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[Simple]

  

diff

  

differentiation and partial differentiation in the Simple Units environment

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

diff(a, x)

Parameters

a

-

algebraic expression

x

-

name or name multiplied by a unit

Description

• 

In the Simple Units environment, the diff function differentiates an expression a with respect to a name x that can have a unit.  The result is the derivative of a with respect to x; its unit is the unit of a divided by the unit of x.

• 

Every command in the Simple Units environment that needs to determine whether an expression is valid or not, does so using the Units:-TestDimensions command.

• 

For other properties, see the global function diff.

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.

withUnitsSimple:

3.532x2UnitJ

3.532x2J

(1)

diff,xUnits

7.064xW

(2)

32x2Unitft+7xUnitinch+45Unitm

6096625x2+8895000x+45m

(3)

diff,xUnits,xUnits

12192625ms2

(4)

4x43x+2

4x43x+2

(5)

diff,xUnits

16x331s

(6)

See Also

diff

Units

Units/Simple

 


Download Help Document