Post Reply 
Matrix Single Row Operations
07-06-2024, 04:06 AM
Post: #1
Matrix Single Row Operations
Question… On the HP Prime, is it possible to do single row matrix reduction operations like can be done on the HP 48G ? Thanks.
Find all posts by this user
Quote this message in a reply
07-06-2024, 05:21 PM (This post was last modified: 07-06-2024 05:22 PM by ftneek.)
Post: #2
RE: Matrix Single Row Operations
Yes,

CAS View:
m:=[[1,1],[1,1]]
m[1]*=2 multiplies row 1 by 2

In Home View:
m(2):=m(2)*3 multiplies row 2 by 3

In both cases, the variable m has been updated. There is also the mRow and pivot commands you can look at.

- neek
Find all posts by this user
Quote this message in a reply
07-06-2024, 06:24 PM
Post: #3
RE: Matrix Single Row Operations
Thank you very much. This was exactly what I was looking for.
Find all posts by this user
Quote this message in a reply
Post Reply 




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