Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
type/radext - check for an algebraic extension in terms of radicals
Calling Sequence
type (expr, radext))
type (expr, radext(K))
Parameters
expr
-
any expression
K
(optional) type name for the coefficient domain
Description
The type(expr, radext) function checks if expr is a radical extension of the real numbers. It is equivalent to type(expr, radical) or .
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.
Examples
See Also
I, type, type/algext, type/radext, type/radfunext, type/radnum, type/radnumext, type/RootOf
Download Help Document