Harrow fellow people of great help,
I need to write a program in which you can enter an equation such as:
3x = 6
6x + 24 = 2x - 10
3x^2 / 4 = x^2 - 14
Or anything like that, and it will solve what X is, and show the working out (print it to a Rich Text Box).
I'm not quite sure how to start, any help would be great.
PS: I was thinking (because this is the only way I can think of to do it) I would set up blank textboxes in multiple formats of equations, such as I have above and depending on which the user enters numbers into, it solves for that equation type.
I'm sure there's a better way, but I can't think of it
Thanks,
Jay.