Post Reply 
Comparing Matrices (in CAS Mode?)
11-02-2016, 11:33 AM
Post: #2
RE: Comparing Matrices (in CAS Mode?)
You have an extra ")" in this line:

p:=simplify(TRN(m)*m));

I changed it to:

p:=simplify(TRN(m)*m);

and your program seems to work correctly for me.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Comparing Matrices (in CAS Mode?) - roadrunner - 11-02-2016 11:33 AM



User(s) browsing this thread: 1 Guest(s)