Post Reply 
Creating matrix on HP 50g
04-29-2015, 01:49 PM (This post was last modified: 04-29-2015 02:00 PM by Tugdual.)
Post: #2
RE: Creating matrix on HP 50g
(04-29-2015 01:01 PM)Cancuino Wrote:  Hi, I'm programming something where I need to create a 6x6 matrix, I have all the 36 values that I must fill the matrix with. Which is the best command for this?.

Thank you.
Depends on your starting point.

Starting from values
If you enter $$\begin{pmatrix} 11 & 12 \\ 21 & 22 \end{pmatrix}$$ and then call OBJ→ you'll see that the stack contains
11
12
21
22
{2 2}
So you can just push all items in this specific order in the stack call
If you now call →ARRY matrix is back.

Starting from vectors
Push all vectors in the stack and then the # of vectors
[11 21]
[12 22]
2
call COL→
Here we go...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Creating matrix on HP 50g - Cancuino - 04-29-2015, 01:01 PM
RE: Creating matrix on HP 50g - Tugdual - 04-29-2015 01:49 PM
RE: Creating matrix on HP 50g - Cancuino - 04-29-2015, 01:59 PM
RE: Creating matrix on HP 50g - Gilles - 04-29-2015, 02:26 PM
RE: Creating matrix on HP 50g - Cancuino - 04-29-2015, 05:00 PM
RE: Creating matrix on HP 50g - Cancuino - 04-29-2015, 05:47 PM
RE: Creating matrix on HP 50g - Tugdual - 04-29-2015, 06:29 PM
RE: Creating matrix on HP 50g - Cancuino - 04-29-2015, 07:09 PM
RE: Creating matrix on HP 50g - Tugdual - 04-29-2015, 08:07 PM
RE: Creating matrix on HP 50g - Cancuino - 04-29-2015, 08:34 PM



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