开发者

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

开发者 https://www.devze.com 2023-02-24 23:55 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

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 (lik开发者_JS百科e 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


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

see img


Solving math equations isn't really as straightforward as it seems, so you are not going to find a control that can both edit AND solve equations. Some 'equations' can't even be solved by a computer in the first place. It seems to me that you have already located two resources that are working for you, in a broad sense so you'd probably be better off just combining them yourself as you will spend more time looking for one that already exists.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号