-
×InformationFix Windows 10 Update Issues
Resolve Windows 10 related issues for your HP computers or printers by HP Windows 10 Support Center
-
-
×InformationFix Windows 10 Update Issues
Resolve Windows 10 related issues for your HP computers or printers by HP Windows 10 Support Center
-
- HP Community
- >
- Other Products
- >
- Calculators
- >
- matrix
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Create an account on the HP Community to personalize your profile and ask a question

matrix
03-05-2020 10:06 AM

how do I call just a column of a matrix
in matlab A[ : ,1] how is that done on the prime
03-05-2020 09:14 PM

In Home and normal programs only (not CAS):
M1(-2) → column 2 of matrix M1
M1(2) → row 2 of matrix M1
If you need a syntax that works in CAS as well, use the col() and row() commands:
col(M1, 2) → column 2 of matrix M1
row(M1, 2) → row 2 of matrix M1
Disclaimer: I don't work for HP. I'm just another happy HP calculator user.
Didn't find what you were looking for? Ask the community