math - Equation Solver in C# -


this question has answer here:

is there open source library in c# solving mathematical equations?

example:

5*x= 10: after parsing string, receive number 2.

"mathematical equations" extremely broad term.

if want solve single linear equations, that's not hard. if want more advanced, need powerful engine.

i'm not sure if it's free, if have complex math need solved, you'll want wolfram alpha. see have api can grab , access through typical rest services, can in c#. i'm not sure if it's free, though - know site advertises full service.

you may able reverse engineer free site sufficient needs. started, try this url


Comments