aerospaceresearch / visma

VISual MAth - an equation solver and visualizer
GNU General Public License v3.0
99 stars 80 forks source link

LaTeX to Text Parser #63

Open 8hantanu opened 6 years ago

8hantanu commented 6 years ago

To support LaTeX expressions as input, a parser is required which converts LaTeX format to text format which can be handled by visma.

Edit: The function latexToTerms() is to be modified in visma/io/parser.py to enable conversion of LaTeX expression like download whose LaTeX string is

$ 1 + \frac{x}{1-x} + y\left(x-\frac{1}{1-y}\right) + \sin 2x $

to visma acceptable string like

1 + x/(1-x) + y*(x - 1/(1-y)) + sin(2x)
PulkitMishra commented 5 years ago

@8hantanu project looks cool. Anyone working on this issue?

sachinam1397 commented 5 years ago

@8hantanu can you please assign me this issue .

VaishnaviGanamukkala commented 5 years ago

Is anyone working on this issue?

99bcsagar commented 3 years ago

can i fix it