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
Physics[Expand] - expand noncommutative products over sums
Calling Sequence
expand(expr)
Parameters
expr
-
any expression
Description
The Expand command expands powers and distributes products over sums, where the products can be expressed with the * and ^ operators in the Physics package, or with the commutative (:-*, :-^) or inert (%*, %^) versions of them. Expand also expands the Commutator and AntiCommutator functions of the Physics package. The products resulting from the expansion of commutators, anticommutators, powers, and distribution of products over sums are all returned normalized.
After the Physics package has been loaded, the functionality provided by Expand is also automatically provided through the standard expand command. However expand additionally expands mathematical functions, something that Expand does not do.
Note: For the conventions adopted to represent noncommutative and anticommutative objects, see Setup and the types anticommutative and noncommutative.
Examples
For illustration purposes, first set and as prefixes to identify anticommutative variables and functions, and to identify noncommutative ones (see Setup for details).
Consider now the noncommutative product between anticommutative objects and related sums.
You can get the expanded form of this product using expand or Expand:
Note that in the expanded representation, all * products are distributed. This is a more complicated example, involving anticommutative and noncommutative objects.
Now you can use the usual Maple commands to manipulate this expression. For example, note the existence of common factors entering the commutative products of this expression; you can take advantage of them to simplify it.
To additionally expand also the mathematical functions, use expand instead of Expand; compare for instance these two results:
See Also
convert/horner, Physics, Physics conventions, Physics examples, Physics[*], Physics[^], Setup
Download Help Document