Post Reply 
HP-50g Algebraic matrix expressions
06-26-2020, 04:07 PM
Post: #9
RE: HP-50g Algebraic matrix expressions
FWIW, the GET command can also be used in Algebraic mode.

GET(matrix,{r,c})

It's not as nice looking as matrix(r,c), but GET can be used with a literal matrix.

[[10,20][30,40]]->MM
GET(MM,{2,2}) AND MM(2,2) both return 40.
GET( [[10,20][30,40]],{2,2}) works but [[10,20][30,40]](2,2) does not.
Likewise, GET(Ans(1),{2,2}) works but Ans(1)(2,2) does not.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-50g Algebraic matrix expressions - Wes Loewer - 06-26-2020 04:07 PM



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