Hi Friends i need your suggestions my requirement is to get the input in string for example X^2 + X^2 + 4X + 9X + X = 10 + 1 * 2 % 4 now we need to slove it and find the value of x like the link below link
we also need to do the validation of input that i already did just need suggestions how can we solve these equations using c#
I split the equation and create the function to get numeric array and operators now I am trying to figure out the logic how can we process it any suggestions?