type/radfunext - check for a radical function extension
|
Calling Sequence
|
|
type(expr, radfunext)
|
|
Description
|
|
•
|
The type(expr, radfunext) calling sequence checks to see if expr is a radical function extension.
|
•
|
A radical function extension is an algebraic function extension specified in terms of radicals. This is a root of a combination of rational functions and roots of rational functions specified in terms of radicals.
|
•
|
The type(expr, radfunext) calling sequence is equivalent to type(expr, radfun) and (type(expr, radext).
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?