Post Reply 
Problem inverting complex matrix
12-21-2019, 01:02 PM
Post: #3
RE: Problem inverting complex matrix
inv calls the CAS, which works better with exact data. You can run approx(inv(exact(...))). If you want me to make a more complete diagnostic, please paste your input as plain text (other formats are more complicated to handle), using the following syntax (replace ... by appropriate data):
m1:=[[0.0005,0,...],[...]]; inv(m1);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem inverting complex matrix - jesuscf - 12-21-2019, 09:48 AM
RE: Problem inverting complex matrix - parisse - 12-21-2019 01:02 PM



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