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
Expand - expansion over algebraic extension fields
Calling Sequence
evala(Expand(a))
Parameters
a
-
expression involving algebraic numbers or algebraic functions.
Description
This function expands product and powers of rational functions with algebraic coefficients. Powers of algebraic numbers and functions are reduced and denominators are rationalized.
Algebraic functions and algebraic numbers may be represented by radicals or with the RootOf notation (see type,algnum, type,algfun, type,radnum, type,radfun).
More precisely, the output satisfies the following properties:
Positive powers, products of sums and products of positive powers are expanded. The first operand of negative powers is expanded recursively, but negative powers are not expanded. Products of negative powers are not expanded either.
Algebraic numbers and functions have been reduced modulo the minimal polynomials. See Normal for a more precise definition.
Denominators have been rationalized. In other words, RootOfs and radicals defining algebraic numbers and functions have been removed from the denominator of rational functions.
Arguments of functions have been expanded recursively. Note that, unlike expand, Expand has no effect on mathematical functions such as sin or exp.
Other objects are frozen and considered as variables, except in the cases below.
If a is a set, a list, a range, a relation, or a series, then Expand is mapped over the object.
This function can be used to normalize polynomials over algebraic number fields. If the coefficients are algebraic functions or if a is not a polynomial, Expand cannot be used to decide whether a is mathematically equal to zero. See Normal in this case.
This function does not check that the algebraic quantities are independent.
Examples
See Also
evala, Expand, expand, Normal, RootOf
Download Help Document