rvachev.orgEN / RU / 🤖
← Back to essays
· Essay · 1 min

How GPT Helps Scientists with Formulas

ChatGPT understands Latex, but using it is complicated. Mathpix helps recognize formulas in images.

<p>ChatGPT understands Latex (a markup language for writing formulas), but using it is not simple and takes time. <br>To the rescue comes <a href="https://mathpix.com/image-to-latex">https://mathpix.com/image-to-latex</a>; - a service that recognizes formulas in images and converts them to Latex format.</p>

<p>So, the algorithm is as follows:</p>

<ol>
<li>Take a screenshot</li>
<li>Convert from image to Latex using <a href="https://mathpix.com/image-to-latex">https://mathpix.com/image-to-latex</a></li>;
<li>Copy the Latex formula into ChatGPT and ask a question (for example, solve the equation, write code, find an error, etc.)</li>
<li>If necessary, convert back from Latex to image using the online compiler <a href="https://latexbase.com/">https://latexbase.com/</a></li>;
</ol>

<p>#ai #gpt #latex #image2latex #latex2image</p>