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.
type⁡sqrt⁡x2+5,radext
true
type⁡x2+543,radext⁡polynom
type⁡5−sqrt⁡356,radext⁡rational
false
type⁡5−sqrt⁡356,radext⁡radnum
type⁡23,radext
See Also
I
type
type/algext
type/radfunext
type/radnum
type/radnumext
type/RootOf
Download Help Document