type/freeof
check for mathematical independence
Calling Sequence
Parameters
Description
Examples
type(f, freeof(x))
f
-
expression or list or set of expressions
x
name or list or set of names
Returns true if all of the expressions in f are mathematically independent of all the names contained in x.
The definition of mathematical dependence is that used by depends. For more information, see depends.
typex,freeofx,y
false
typea,b,freeofc,d
true
typexy,identicalxfreeofx
typeintfx,x=a..b,freeofx
typeintfx,x=a..b,freeofa
See Also
depends
type
type/dependent
Download Help Document