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
convert/radical - convert RootOf and trig functions to radicals and I
Calling Sequence
convert( expr, radical, n )
Parameters
expr
-
expression
n
(optional) positive integer
Description
The convert(expr, radical) calling sequence replaces RootOfs of polynomials by appropriate expressions in radical notation if possible.
The conversion can fail if Maple cannot find radical expressions for the roots or if the correct radical expression cannot be selected. If the conversion fails, the RootOf remains unchanged.
If a root of unity cannot be expressed in terms of radicals, it is converted to an equivalent expression involving sin and cos terms.
If the argument n is included, the n-th root with respect to the ordering used by solve is returned. Otherwise, the following rules are applied to choose the root.
Binomials
An indexed RootOf of the form RootOf(P(_Z), index=i), where for some integer m is replaced by (-B/A)^(1/m)*(-1)^(2*(i-1)/m). If no index is given, then is assumed and is returned. In particular, RootOf(_Z^2+1) and RootOf(_Z^2+1, index=1) are transformed into .
If the argument n is included, indexed RootOf can be converted to radical only if n equals the index . Otherwise, an error is generated.
Other cases
Labeled s are converted by the same rules as unlabeled.
If a can be evaluated numerically by using evalf, then the radical expression with the closest numerical approximation is returned, which is the value of with index=1. If numerical evaluation fails, for example, if the has symbolic coefficients, then the cause is one of the following.
The has only one argument. That is, it has the form RootOf(P(_Z)). The first radical expression for the ordering used by the solve command is returned.
The is indexed. The conversion usually fails because Maple is unable to find a radical expression equal to the input for all values of the parameters.
To a limited extent, the RootOf notation can be restored by using convert/RootOf.
If the argument of a trigonometric function is of the form where n is an integer, then Maple converts the function to radical form.
Examples
The following command produces an error.
Error, (in `convert/radical`) indexed RootOf can only be converted to the same root number
In the following case, radical expressions exist, but viewed as functions of x none of them is equal to the .
In general, there is no radical expression for the roots of a degree polynomial.
The following represents a seventh root of unity. It cannot be expressed in radical form, but it can be converted to a form involving trigonometric functions.
Trigonometric functions of a rational multiplied by Pi can, in some cases, be converted to radical form.
See Also
allvalues, convert/RootOf, evalf, radfield, radnormal, RootOf, solve, trig, type/radical
Download Help Document