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

TI-BASIC :: RE: Storing info into a line (SOLVED)

$
0
0
Author: Burklow2016
Posted: 11 Feb 2013 06:32:51 pm (GMT -5)

Okay never mind I got that to work but now I can't get the 2nd one to work.
This is all the program:

Code:
:ClrList {L1},{L2}
:Disp "HOW MANY"
:Input "ELEMENTS?",N
:N→dim({L2})
:N→dim({L1})
:For(X,1,N)
:Disp "Percent or grams"
:Disp "of element",X
:Input Y
:Y→{L6}(X)
:End
:For(D,1,N)
:Disp "Formula Mass",D
:Input Q
:Q→{L2}(D)
:End
:Disp "Best Subscripts",round(({L1}/{L2})/(min({L1}/{L2})),1)
:Pause
:Stop


Thanks for the help this is going to help me finish making alot of my programs without having to prompt for a list


Viewing all articles
Browse latest Browse all 75417

Trending Articles