type/freeof - check for mathematical independence
|
Calling Sequence
|
|
type(f, freeof(x))
|
|
Parameters
|
|
f
|
-
|
expression or list or set of expressions
|
x
|
-
|
name or list or set of names
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?