- Jun 8, 2005
- 13,923
- 2
- 81
Hi all,
I am trying to program my Ti-83 plus to do things. So far, I have managed the simple stuff, like loops. I'm just confused about arrays. How do you make one on the Ti-83? Also, how do you define a function in the Ti-83 plus and pass variables? My motivations are simple. To program equations that are dependent on many variables into my calculator. For example, I might have a function G(T(R(H(x,y))) and I might have constraint equation G(x,y)-Z(x)=0 and I need to loop through x and y until the constraint is satisfied. At the same time, G might be defined but x would be non-linear and not defined so I need to use an iterative process to solve for x in order to calculate Z. How would I do that in the Ti-83?
I am trying to program my Ti-83 plus to do things. So far, I have managed the simple stuff, like loops. I'm just confused about arrays. How do you make one on the Ti-83? Also, how do you define a function in the Ti-83 plus and pass variables? My motivations are simple. To program equations that are dependent on many variables into my calculator. For example, I might have a function G(T(R(H(x,y))) and I might have constraint equation G(x,y)-Z(x)=0 and I need to loop through x and y until the constraint is satisfied. At the same time, G might be defined but x would be non-linear and not defined so I need to use an iterative process to solve for x in order to calculate Z. How would I do that in the Ti-83?
Last edited: