Algebra Solver App

Search This thread

cchen028

Member
Jan 22, 2011
19
6
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

  • 480x800x1.jpg
    480x800x1.jpg
    26.4 KB · Views: 212
  • 480x800x2.jpg
    480x800x2.jpg
    27.8 KB · Views: 189
  • 480x800x5.jpg
    480x800x5.jpg
    37.2 KB · Views: 242
  • 480x800x4.jpg
    480x800x4.jpg
    25.6 KB · Views: 154
  • Like
Reactions: tangvandong

KonAitor

Senior Member
May 29, 2008
86
1
looks great, I am working on a Physics calculator. how are you finding the math classes in c#, i'm new to the language.
 

cchen028

Member
Jan 22, 2011
19
6
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!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    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