Link to home
Start Free TrialLog in
Avatar of shujaataptech
shujaataptech

asked on

solving formula

hi;
i am using c#. i want to create an application that accepts any mathametical function like

x2+y*34
or
a+2power3 +sin(x)

so whcihc steps i should follow to create these type of application.
Avatar of Yurich
Yurich
Flag of New Zealand image

where from should it accept it?
as an input from from a form, keyboard, someting else?
any function will accept anything by default, the questino is whether you want it to recognize power but not pover?
some carification would probably help to help you ;)
Avatar of shujaataptech
shujaataptech

ASKER

measn i want to create a code that helps me to solve formula results,what eveer i input or mentioned hardcodedly,

like i have enter a string

x+y+*6/3*6

and this will gimme result.
ASKER CERTIFIED SOLUTION
Avatar of Yurich
Yurich
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes you are nearly correct,where should i find this algo.and what should be the technique.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial