Post Reply 
Creating matrix on HP 50g
04-29-2015, 06:29 PM (This post was last modified: 04-29-2015 06:30 PM by Tugdual.)
Post: #7
RE: Creating matrix on HP 50g
(04-29-2015 05:47 PM)Cancuino Wrote:  Here's another one.
The program that creates the matrix is done, let's name it "MATRIX".
Now I have a FOR loop, for example from 1 to 3, so that it calls MATRIX three times and creates three matrixes. I want to store every matrix according to the FOR index, the first iteration would store the K1 matrix, the second K2 and the third K3.
How can I do this?.

Thank you.
Two solutions:
- you push them in stack one after the other and then call 3 consecutive STO
- you push them into a list named K which I think is the preferred approach with RPL
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)