type/abstract_rootof - check for a RootOf data structure that is the collection of roots of an expression
|
Calling Sequence
|
|
type(expr, abstract_rootof)
|
|
Description
|
|
•
|
The type(expr, abstract_rootof) function returns true if expr is the abstract collection of all the roots of an expression that uses a RootOf data structure. Otherwise, false is returned.
|
|
This function recognizes two forms of roots.
|
1.
|
RootOf(expr) where expr is an algebraic expression
|
2.
|
RootOf(expr, label = L) where expr is an algebraic expression, and L is any expression
|
|
If extra arguments are included in the call to type(expr, abstract_rootof), they are ignored.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?