Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a .NET Math Equation Editor and Solver Control [closed]

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

like image 794
KabanaSoft Avatar asked Apr 13 '11 02:04

KabanaSoft


People also ask

Does Word 365 have equation editor?

The equation converter is only available for Microsoft 365 or Office 2019. While your equations should still display correctly, in order to edit them you would need to either: Upgrade to Microsoft 365 or Office 2019, then you can use the equation converter. Download and install MathType from Wiris.

How do I open Equation Editor in Word?

To bring up the Equation Editor, On the Insert tab, in the Symbols group, click the arrow next to Equation, and then click Insert New Equation. This will bring up the equation editor toolbar and will place an edit box at the insertion point in the document. Note that the menu at the top of the screen has changed.

Is Wiris MathType free?

Try it for free for 30 days. If you like it, you can purchase a subscription to use MathType on your computer for one year.

Is there a free version of MathType?

MathType is currently a free add-in that can be utilized in Microsoft Word, Excel, and PowerPoint.


1 Answers

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

see img

like image 118
supertoha Avatar answered Oct 22 '22 04:10

supertoha