Post Reply 
Syntax Error when operating on matrices
07-21-2024, 03:48 PM
Post: #1
Syntax Error when operating on matrices
Hi,
I recently updated the firmware on my hp prime v 20230413.
I created a 3x4 matrice [{1,1,2,9}, {2,4,-3,1}, {3,6,-5,0}] stored in M1.
I tapped on the toolbox, select 7 (Matrix), select 3 RREF
Enter RREF(M1), received Error: Syntax Error

I tried the same operation on the emulator and it works see attached screen shot.

Any suggestions would be greatly appreciated.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
07-22-2024, 10:42 PM
Post: #2
RE: Syntax Error when operating on matrices
Try using only square brackets for creating a matrix:

[[1,1,2,9], [2,4,-3,1], [3,6,-5,0]]
Find all posts by this user
Quote this message in a reply
07-23-2024, 04:36 AM (This post was last modified: 07-23-2024 05:18 PM by chaz2k.)
Post: #3
RE: Syntax Error when operating on matrices
Patocuy,
Thank you for your reply, I figured it out, I needed to be in CAS, then:
RREF(M1) works.
Find all posts by this user
Quote this message in a reply
Post Reply 




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