Post Reply 
Matrix division
04-09-2018, 09:15 AM (This post was last modified: 04-09-2018 09:21 AM by zooropa1844.)
Post: #1
Matrix division
Good morning,

I saw in a different forum a screen capture showing a division of two matrices done with a Prime. Does anybody know what exactly the Prime does when you ask it to divide two matrices? Because it doesn't seem to be the elementwise division nor the division of matrices is a well-defined operation between matrices.

Regards
Find all posts by this user
Quote this message in a reply
04-09-2018, 09:23 AM
Post: #2
RE: Matrix division
It does implicitely what you would do when you had to do it by hand, A/B is performed as A*B^-1.
Arno
Find all posts by this user
Quote this message in a reply
04-09-2018, 09:40 AM
Post: #3
RE: Matrix division
It seems wrong to me that HP promote the idea among students that "matrix division" is an acceptable matrix operation. The TI Nspire CAS wisely doesn't allow it.

Regards
Find all posts by this user
Quote this message in a reply
04-09-2018, 09:47 AM (This post was last modified: 04-09-2018 09:48 AM by Werner.)
Post: #4
RE: Matrix division
(04-09-2018 09:23 AM)Arno K Wrote:  A/B is performed as A*B^-1.
Arno

I would hope not. I hope it returns B^-1*A, and calculates it as solve (B*X = A), not explicitly calculating the inverse.
That's what all the other HP-calcs (42,48,49,50) do.

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
04-09-2018, 09:51 AM
Post: #5
RE: Matrix division
Hm, wrong, may be, but if the division is not possible as the second matrix is not invertable you are told that and as usual one has to know what one does when a tool like that calculator is used.
Arno
Find all posts by this user
Quote this message in a reply
04-09-2018, 11:45 AM (This post was last modified: 04-09-2018 12:06 PM by zooropa1844.)
Post: #6
RE: Matrix division
I could check that it does what Werner told and before doing it, it displays a message saying A/B is a misleading notation and that it's going to compute inv(B)*A.

Regards
Find all posts by this user
Quote this message in a reply
04-09-2018, 12:51 PM
Post: #7
RE: Matrix division
I did not even check that, clear is that it multiplies by B^-1, but you have to be careful (solve X*B=A instead of B*X=A), so I always use the multiplication above in appropriate form. On the mentioned other HP-calcs I used that division as a shortcut when I solved A*X=b, b being a vector, there it did not matter.
Arno
Find all posts by this user
Quote this message in a reply
Post Reply 




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