type/dependent - check for mathematical dependence
|
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
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?