@phoenix-plugin-registry/latexmathematica
v0.0.3
Published
Use the power of WolframAlpha inside your LaTeX document
Downloads
4
Readme
LaTeXMathematica
This extension provides WolframAlpha calculations inside your LaTeX document.
How to use
Type a calculation inside your LaTeX document, enter a '=' after it and use the Shortcut 'Alt+M'.
i.e.
\[
\begin{pmatrix} 2 & 2 \\ 5 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} =
\]
\\
\[
\sum_{n=1}^n n =
\]
generates:
\[
\begin{pmatrix} 2 & 2 \\ 5 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix}2 & 0 \\ 5 & 0\end{pmatrix}
\]
\\
\[
\sum_{n=1}^n n = \frac{n}{2}+\frac{n^2}{2}
\]
Changelog
- 0.0.3
Generate tables
Table[{x,\sin(x),\cos(x),x^2,x^3},{x,-2\pi,2\pi,\pi/2}] =
This extension uses the WolframAlpha API.
License
Creative Commons v3.0 http://creativecommons.org/licenses/by/3.0/