type/radext
check for an algebraic extension in terms of radicals
Calling Sequence
Parameters
Description
Examples
type (expr, radext))
type (expr, radext(K))
expr
-
any expression
K
(optional) type name for the coefficient domain
The type(expr, radext) function checks if expr is a radical extension of the real numbers. It is equivalent to type(expr, radical) or expr=I.
The type(expr, radext(K)) function checks whether expr is a radical expression where the expression under the root sign belongs to the domain K. For example, K could be integer or rational.
This function returns true if expr is such an expression. Otherwise, false is returned.
typesqrtx2+5,radext
true
typex2+543,radextpolynom
type5−sqrt356,radextrational
false
type5−sqrt356,radextradnum
type23,radext
See Also
I
type
type/algext
type/radfunext
type/radnum
type/radnumext
type/RootOf
Download Help Document