Re: How do I change list/matrix dimensions on TI-92?
[Prev][Next][Index][Thread]
i'm not exactly sure about matrices, but in list you have to use the =
left() and right() commands. if you had a list A and wanted to decrease =
it's length by X, you would write
left(A, dim(A)-X) -> A
if you wanted to make the same list larger by the same amount, you would =
enter
augment(A, newList(X)) -> A
hope this is what you wanted.
jj
johnsj@rpi.edu
----------
From: Marco Demian Radzinschi[SMTP:marco10@JUNO.COM]
Sent: Friday, September 13, 1996 3:22 PM
To: CALC-TI@LISTS.PPP.TI.COM
Subject: How do I change list/matrix dimensions on TI-92?
How do you change the dimensions of a list/matrix on the TI-92 from a
program?
On my 85 I would use the dimL command. I've tried to use the dim command
on the 92, but I'm probably using it wrong.
-Marco
References: