Looking for a .NET Math Equation Editor and Solver Control

KabanaSoft picture KabanaSoft · Apr 13, 2011 · Viewed 8.2k times · Source

I am looking for a 3rd party custom control that can handle both editing and solving simple math equations (with image generation).

I know about LaTeX and using its syntax to generate images of math equations (i've used this project here that implements LaTeX: http://www.codeproject.com/KB/dotnet/Eq2Img.aspx), and i have found several projects that can take an equation as an inputted string, compile, parse, and solve the equation (here is one: http://www.codeproject.com/KB/recipes/EvaluationEngine.aspx).

However, i have yet to find anything that will allow you to both build an equation with an outputted preview image (like LaTeX does), and then allow you specify values for the variables in the equation, and solve the equation with the result outputted.

Does anyone know if any 3rd party control exists that can do both editing and solving of math equations? I am using C# .NET 4.0 so hopefully i can use the library/control in .NET.

Any help or links to something similar would be greatly appreciated.

Thanks, Mark

Answer

supertoha picture supertoha · Apr 28, 2011

You can use special .NET control - Math Expression Editor Light. It is symbolic math expr editor + computing enviroment.

see img