next up previous contents
Next: Introducing a new motivated Up: Computing decompositions Previous: Computing decompositions

NCCollectOnVariables

This subsection concerns a command NCCollectOnVariables, abbreviated NCCV, which is implementable (indeed, it is implemented in NCAlgebra). A technical description is given in the appendix. Often human intervention can be coupled with NCCV to discover decompositions.

In addition to being an option for the NCProcess commands, it can be called as a stand-alone command. It is used in a session where knowns and unknowns have been declared.

NCCollectOnVariables is a command which ``collects'' maximal products of knowns and products of knowns out of expressions. Since it collects on monomials which are products of knowns, it typically presents important combinations of knowns in its output.

For example, if in a computer session where A and B are set to be knowns and X, Y and Z are set to be unknowns, then, when NCCollectOnVariables is applied to X A B Z + Y A B Z + A X + A Y, it returns (X + Y) A B Z + A (X + Y). Therefore, X A B Z + Y A B Z + A X + A Y, depends on a motivated unknown X + Y and an unknown Z.

As another example, if we are in a computer session and A, tex2html_wrap_inline5482 , tex2html_wrap_inline5484 , tex2html_wrap_inline5486 tex2html_wrap_inline5488 , tex2html_wrap_inline5490 tex2html_wrap_inline5492 , tex2html_wrap_inline5494 , tex2html_wrap_inline5496 and tex2html_wrap_inline5498 are set to be knowns and all of the other variables are set to be unknowns, then when the command NCCollectOnVariables is applied to

eqnarray1659

we obtain

eqnarray1769

In the problem which this expression comes from (see §), the transpose of tex2html_wrap_inline5500 is tex2html_wrap_inline5502 (see Appendix §). Therefore, the above expression motivates the introduction of motivated unknowns tex2html_wrap_inline5504 and tex2html_wrap_inline5506 .

As these examples show, NCCollectOnVariables is an extremely important option for NCProcess.



Helton
Wed Jul 3 10:27:42 PDT 1996