Math Induction V1.1 Beta
This program take a sequatial equation and simplifies it to see if it is true or not.
It uses Math Induction procedure to see if it is true.
this is the synatax of the program


mathind(current,equal)
replace varible with "x"

Example

Seq: 2+4+6+...+2n=n(n+1)

run mathind(2x,x*(x+1))

The program go's step by step then simplify to lowest term and tell you if it is True/False.

Thank you for using Giveittome products.

Question?Comments? Email:webmaster@giveittome.org subject Giveittome Products


What's New in v1.1 Beta

Instead of using text to disp the equation i am using
io screen so you can see it better.

Step by Step screens and explaintion.

Hope you like it.