type/dependent
check for mathematical dependence
Calling Sequence
Parameters
Description
Examples
type(f, dependent(x))
f
-
expression or a list or set of expressions
x
name or list or set of names
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.
typex,dependentx,y
true
typea,b,dependentc,d
false
typexy,identicalxdependentx
typeintfx,x=a..b,dependentx
typeintfx,x=a..b,dependenta
See Also
depends
type
type/freeof
Download Help Document