Quantcast
Channel: Cemetech
Viewing all articles
Browse latest Browse all 75345

TI-BASIC :: Equations in lists

$
0
0
Author: Roguebantha
Subject: Equations in lists
Posted: 15 Dec 2012 09:57:15 pm (GMT -5)

I'm not sure why we don't use this more often:
You can store equations in lists.
"{randInt(1,10→L1

Every time you call L1, it will give you a different value. It's like an excel spreadsheet :) This works for anything though:
"{randInt(A,B→L1

Now, when you set A and B, calling L1 will generate a value in between A and B. Or you could use this for other functions:
"{10^int(log(Ans→L1

How handy could that be? :P


Viewing all articles
Browse latest Browse all 75345

Trending Articles