Hi everyone, I am Leo. I have been programming in Ti-Basic for 2 years now. I have dipped my toes in C++ but I am rather more comfortable with Ti-Basic. I am fairly intermediate at the language. I am working on a "FOIL" program where the calculator distributes and multiplies two polynomials for you. I have made much progress in which I can input a string with 2 polynomials such as (3x^3+2x^2-x)(x-4) and create 2 lists. One shows the multiplied coefficients (in this case: {3,2,1,-12,-8,5}) and the corresponding powers ({4,3,2,3,2,1}). Next steps for me is to combine any like terms and convert it back into a string of one end polynomial product.
Glad to be here