> Hello everyone,
>
> My name is Christopher Zenzel and I am currently a student at Bucks County Community College. I am currently in a class that requires the use of the Simplex and Pivot methods with the TI-84. I use the TI-84 for the course primarily, but i just got an Ti-Nspire for some of my other work and classes.
>
> I haven't had much chance to try the pivot program, but the other programs work great (Simplex). I used a lot of source code, as a reference, from
http://people.richland.edu/james/ti82/download.html. I converted it to the TI-nspire and the Simplex method has been working for me.
>
> Let me know what you think or how we can try and improve it.
>
> To call the functions:
>
> Add your matrix to variable A [] sto-> A
> Run simplex(), to get the answer just type e in the calculator and enter to get the simplex matrix
>
> For pivoting do the same thing but call
> pivot(row, column) then type e and enter to show the pivoted matrix.
>
> Thanks,
> Christopher Zenzel
>