HP 40gs how to get a submartix from a matrix
|
08-31-2023, 04:30 AM
Post: #1
|
|||
|
|||
HP 40gs how to get a submartix from a matrix
I have a 3x3 matrix:
M1 = 1,2,3 4,5,6 7,8,9 It is stored as: [[1,2,3],[4,5,6],[7,8,9]] STO M1 Display M1 M1 ENTER How do I get a sub-matrix such as: M2 = 5,6 8,9 Are there any column and row operations or any indexing operations in order to get a sub matrix M2? By indexing operations, using index and row column numbers as in arrays in python, matlab. Thank you Anthony of Sydney |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 40gs how to get a submartix from a matrix - Anthony The Koala - 08-31-2023 04:30 AM
RE: HP 40gs how to get a submartix from a matrix - Thomas Klemm - 08-31-2023, 02:40 PM
RE: HP 40gs how to get a submartix from a matrix - Gilles - 08-31-2023, 03:07 PM
RE: HP 40gs how to get a submartix from a matrix - Anthony The Koala - 08-31-2023, 11:56 PM
RE: HP 40gs how to get a submartix from a matrix - Anthony The Koala - 09-01-2023, 02:31 AM
RE: HP 40gs how to get a submartix from a matrix - Thomas Klemm - 09-01-2023, 06:15 AM
RE: HP 40gs how to get a submartix from a matrix - Anthony The Koala - 09-01-2023, 07:27 AM
RE: HP 40gs how to get a submartix from a matrix - carey - 09-03-2023, 08:02 AM
|
User(s) browsing this thread: 6 Guest(s)