Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
convert/RootOf - convert radicals and I to RootOf notation
Calling Sequence
convert(expr, RootOf)
Parameters
expr
-
expression
Description
The convert/RootOf function changes all occurrences of radicals (may be algebraic constants or functions), to indexed RootOf notation.
Usually, the radical , for integers p < m, is transformed into the expression RootOf(_Z^m-A,index=1)^p.
I is replaced by RootOf(_Z^2+1,index=1)
This function is mapped recursively over expressions. In particular, nested radicals are converted. If the input expression is an unnamed table then the conversion routine is mapped onto the elements of the table.
This function uses radfield to convert radicals into independent RootOfs.
To convert RootOf notation to I and radicals (where possible) use convert(expr, radical).
Examples
See Also
allvalues, convert, convert/radical, evala/Algfield, radfield, RootOf
Download Help Document