mathematical dependence - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Data Types : mathematical dependence

type/dependent

check for mathematical dependence

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(f, dependent(x))

Parameters

f

-

expression or a list or set of expressions

x

-

name or list or set of names

Description

• 

Returns true if any of the expressions contained in f are mathematically dependent on any of the names contained in x

• 

The definition of mathematical dependence is that used by depends. For more information, see depends.

Examples

typex,dependentx,y

true

(1)

typea,b,dependentc,d

false

(2)

typexy,identicalxdependentx

false

(3)

typeintfx,x=a..b,dependentx

false

(4)

typeintfx,x=a..b,dependenta

true

(5)

See Also

depends

type

type/freeof