Algebra Solver App

cchen028

Member
Jan 22, 2011
19
6
0
Algebra Solver will help you solve mathematical equations instanly.
This program includes the following:

-1st degree equations with one unknown. (e.g. ax+b=c)
-1st degree equations with two unknowns. (2 variables)
-1st degree equations with three unknowns. (3 variables)
-2nd degree equations. (e.g. ax^2+bx+c=m)
-3rd degree equations. (e.g. ax^3+bx^2+cx+d=n)

NEXT UPDATE: Will implement integrals, logarithm, derivativeness. trigonometry
 

Attachments

  • Like
Reactions: tangvandong

cchen028

Member
Jan 22, 2011
19
6
0
Thanks, exactly what my second app is, just submit the physic yesterday, working on a game app now which is my third app. For my math I just use "Math.xxxx" (Math.Pow for power, Math.sqrt for square root) should be pretty straight forward in the selection menu. Hope this helps and good luck with you app!