type/algebraic - check for an algebraic expression
|
Calling Sequence
|
|
type(expr, algebraic)
|
|
Description
|
|
•
|
This command returns true if expr is of type algebraic (algebraic), and false otherwise.
|
•
|
An expression is of type algebraic if it is one of the following types:
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
See Also
|
|
+,-,*,/,^, factorial, float, fraction, integer, type, type/algnum, type/complex, type/extended_numeric, type/function, type/indexed, type/name, type/SDMPolynom, type/SERIES, type/series, type/uneval, type/zppoly
|
|
Download Help Document
Was this information helpful?