Alex Turner
New member
numbers? i am creating a program in which the user can type in an algebraic formula, then presses a button to tell the program what they want done with it, i.e. expanding brackets, factorizing etc.
i would have little problem in completing it after i find out how to split up and recognize what has been typed i.e (x+3)(x+2) the program needs to recognize "x" as a string and "+3,+2" as a number and essentially ignore the brackets
i would have little problem in completing it after i find out how to split up and recognize what has been typed i.e (x+3)(x+2) the program needs to recognize "x" as a string and "+3,+2" as a number and essentially ignore the brackets