			     MATHSPAK

By Stanowski Etienne
Stan.Etienne@caramail.com
made in 1998 and sent in 2000

This file contains 3 maths programs :
  - ChgBase/CHGBASE
     It aims at changing a num base. It is arythmetic.
examples to understand : Binary numbers are Base 2 numbers because they use only 0 and 2, hex numbers are Base 16, they uses 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e and f. So this program lets you chance Dec Numbers (Base 10 : 0,1,2,3,4,5,6,7,8,9) to the base you want and Base Numbers to Dec ones.

 - Systemes/SYSTEME
     This program allows you to solve maths systems
examples  { x+2y = 5
          { 2x+y = 9
First, it will ask 'NOMBRE D'INCONNUES', answer 2 (for x and y) then you will see ':' type '1' (for 1x)
then         '+' type '2' (for 2y) 
then         '=' type '5' (for result 5)
and the same for the second equation ...
So you can solve infinite (depends on your Ti's ram) equations.

 - Trinome/EQ
     It solves ax^2+bx+c = 0 equations.
Translation from french to english :
         * Attention = Be careful
         * comme = as
         * Eq du 2degree du type = eq from degre 2 as
         * l'equation n'a pas de solution = Equation as no solution
         * Solution double = Double solution

You can translate it in english for your own utilisation

As i programmed it in 1998 and send it only now 2000, it is possible there a few little bugs i did'nt find in testing it. So please reports me the bugs you find : Stan.Etienne@caramail.com.
I hope you will enjoy these maths programs.