G
G
garry dvaraza2015-04-09 10:45:08
Programming
garry dvaraza, 2015-04-09 10:45:08

How to represent a mathematical expression?

Hi all. At the moment, I'm thinking about finalizing my program for symbolic differentiation and the question has become how to convert the string expression sin (x) / x to the usual one, as we wrote in mathematics f866c17a812949a1810cdeb43827419f.png
For Delphi there is a library www.delphikingdom.com/asp/viewitem.asp ?catalogid=718 , but I'm not interested in Delphi right now.
Sincerely, Harry.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey, 2015-04-09
@MAKAPOH

Try mimetex , though it needs to be input in LaTeX syntax.

A
Alexander Kulinich, 2015-04-12
@AKulinich

With the help of reverse Polish notation , and then you can overtake the representation in this format into the LaTeX format and render it yourself

A
AVKor, 2015-04-09
@AVKor

Rendering LaTeX formulas look for.
Just not in the raster, it will be miserable in all respects.
look at MathJax or dig into the TeXmacs sources.
PS Invent the bicycle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question