2-3.mws

> A:=Matrix([[a,b],[c,d]]);

A := _rtable[15183820]

> B:=Matrix([[1,0],[0,2]]);

B := _rtable[16228924]

> A.B-B.A;

_rtable[16231364]

>