It displays previews of "Limit", "Sum", "Differential", and "Integral" as images in LaTex notation based on the numerical values entered and outputs LaTex commands. It doesn't function as a calculator, but rather displays the equations as the library organizes them.
Operating system: windows 10, 11
- Select a tab from "Limit", "Sum", "Differential", and "Integral" tabs(these are on the right).
- From the "Normal", "Function", and "Alphabet" tabs, enter numbers or text in the input area on the right.
- Press the Export button to create a LaTex image. And it's displayed at the bottom of the GUI.
- Also, LaTex commands are generated in the output area
- If you press the AC button, only the input area that you're opening on the right is deleted.
- Root signs, powers, natural logarithms, trigonometric functions and inverse trigonometric functions are automatically entered with brackets "(" when they are entered.
- Pressing any other number or text button will enter them in the box that is in focus.
- The Limit and Sum tabs
- If you do not enter numbers or text in the left box, but only in the right box, it'll be processed as an equation.
- Note that this specification does not apply to the Diferential and Integral tabs.
- The Differential and Integral tabs
- You can select what letter to differentiate and integrate with respect to. (Diff: x, y, t, v | Integral: dx, dy, dt, dv)
- The Export button
- If you enter correct, create a LaTex image and it's displayed at the bottom of the GUI. Also LaTex commands are outputted.
- The Clear button
- Only text that you're focusing in the input box is deleted.
- Called when entered text is grammatically incorrect.
$$\int\limits_{\frac{π}{2}}^{\frac{2 π}{3}}{\frac{\sin{\left(x \right)}}{\cos{\left(x^{2} \right)} + 1}}{dx}$$
- PySimpleGUI (ver4.60.4)
- Sympy (ver1.11.1)
- Pillow (ver9.4.0)