Noncommutative Expand over addition in Mathematica

后端 未结 2 1234
北荒
北荒 2021-01-07 08:27

I need to write a function(s) that completely expands noncommutative multiplication over addition?
For example:
a ** (b + c^2) would expand to
a ** b + a ** c^2<

2条回答
  •  庸人自扰
    2021-01-07 09:01

    The newest version of NCAlgebra supports ReplaceRepeated through NCReplaceRepeated.

提交回复
热议问题