Next: NCUnMonomial[expr]
Up: Manipulating an expression
Previous: NCForward[expr]
  Contents
  Index
- Aliases: None
- Description: NCMonomail changes the look of an expression by replacing
th integer powers of the NonCommutative variable
,
with the product of
copies of
. For example,
evaluates to
and
evaluates to
.
- Arguments: Any noncommutative expression.
- Comments / Limitations: The program greatly eases the task of typing in polynomials. For example,
instead of typing
,
one can type
.
NCMono expands only integer exponents. This program will be
(or has been, depending on the version of code which you have)
superseded by NCMonomial and NCUnMonomial. NCMonomial implements
the same functionality as NCMonomial and NCUnMonomial reverses the process.
Caution: Mathematica treats
as
and so
to have Mathematica acknowledge
then input
exactly. This has nothing to do with NCAlgebra or NCMonomial.
NCAlgebra Project
2002-09-09