TPO

5 Reputation

One Badge

12 years, 244 days

MaplePrimes Activity


These are questions asked by TPO

Hi all!

I want to restructure some expressinon with non-commutative matrix multiplications &*.

It's needed to transform

expr = `&*`(A, z) + `&*`(B, K, z)

to

expr = `&*`(A + `&*`(B, K), z)

How can i do that? Simplify, collect and factor commands don't work. 

Thank you.

Page 1 of 1