Factor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Physics[Factor] - factor expressions involving noncommutative variables

Calling Sequence

Factor(expr)

Parameters

expr

-

any algebraic expression, possibly involving noncommutative variables

Description

• 

The Factor command generalizes the standard factor command in that it can factorize expressions involving noncommutative variables. Factor complements the set of Physics commands for handling expressions with noncommutative operands, `*`, `.`, `^`, diff, Expand, Normal, Simplify, Gtaylor, and Coefficients.

• 

The approach used is similar to the one used in the other commands of this kind, (see for instance the experimental Physics command, PerformOnAnticommutativeSystem), that is, to transform the problem into one that can be treated with the commands that work only with commutative variables, and from there extract the result for expressions involving noncommutative variables. This approach has limitations (see the Examples) but the class of problems that can be handled is well defined and the cases covered are relevant.

  

Note: For the conventions adopted to represent noncommutative and anticommutative objects, see Setup and the types anticommutative and noncommutative.

Examples

Set some quantum operators for developing examples

(1)

First example, because of using mathematical notation, noncommutative variables are displayed in different color (olive)

(2)

(3)

A more involved example from a physics problem, illustrating that the factorization is also happening within function's arguments, as well as that we can also correctly expand mathematical expressions involving noncommutative variables

(4)

(5)

First expand to construct the problem

(6)

Now retrieve the original expression

(7)

This following one looks simpler but it is actually more complicated:

(8)

First expand

(9)

The complication consists of the fact that the standard factor command, which assumes products are commutative, can never deal with an expression like  because if products were commutative the sum of these terms is equal to 0. Through algebraic manipulations, however, the expression is also factorable

(10)

This other one is yet more complicated:

(11)

When you expand,

(12)

there are various terms involving the same noncommutative operands, just multiplied in different order. Generally speaking the limitation of this approach (in Maple 2016) consists of: there cannot be more than 2 terms in the expanded form containing the same operands. For instance in the expression above the 1st and 4th terms have the same operands, that are actually also present in the 5th term but there you also have  and for that reason (involving some additional manipulations) it can still be factorized:

(13)

Here is an example where the approach implemented does not work (in Maple 2016) because of the limitation mentioned in the previous paragraph:

(14)

(15)

In this expression, the 1st, 2nd, 4th and 5th terms have the same operands  and then there are four terms containing the operands . This type of expression is actually also factorable - work in progress.

See Also

Commutator, diff, Expand, factor, Gtaylor, Intc, Normal, PerformOnAnticommutativeSystem, Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Physics[*], Physics[^], Setup, Simplify


Download Help Document