type/radfunext
check for a radical function extension
Calling Sequence
Parameters
Description
Examples
type(expr, radfunext)
expr
-
expression
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).
type⁡x+y12,radfunext
true
type⁡sqrt⁡z−32⁢x+y43,radfunext
type⁡4⁢x−513⁢y214,radfunext
type⁡x14,radfunext
See Also
sqrt
type
type/algext
type/radext
type/radfun
type/radical
type/radnumext
Download Help Document