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.
type⁡x,dependent⁡x,y
true
type⁡a,b,dependent⁡c,d
false
type⁡xy,identical⁡xdependent⁡x
type⁡int⁡f⁡x,x=a..b,dependent⁡x
type⁡int⁡f⁡x,x=a..b,dependent⁡a
See Also
depends
type
type/freeof
Download Help Document