Post Reply 
[BUG]: matrices
12-18-2013, 11:05 PM
Post: #5
RE: [BUG]: matrices
It looks like CAS has done an element by element division of M1 by the corresponding elements of M0. So you get [[274/1, 233/1],[120.32/0.24,112.96/0.86]] with column 3 of matrix M1 truncated. This is basically the result of using the ./ operator i.e. M1 ./ M0, so perhaps that is what CAS thought you wanted to do. Again, you used an incorrect form here, and it's not a problem with CAS.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[BUG]: matrices - Tugdual - 12-18-2013, 08:44 AM
RE: [BUG]: matrices - parisse - 12-18-2013, 02:29 PM
RE: [BUG]: matrices - Michael de Estrada - 12-18-2013, 02:32 PM
RE: [BUG]: matrices - Tugdual - 12-18-2013, 10:34 PM
RE: [BUG]: matrices - Michael de Estrada - 12-18-2013 11:05 PM
RE: [BUG]: matrices - Tugdual - 12-18-2013, 11:11 PM
RE: [BUG]: matrices - parisse - 12-19-2013, 08:53 AM



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