@phoenix-plugin-registry/latexmathematica

0.0.3 • Public • Published

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}] =
table

This extension uses the WolframAlpha API.

License

Creative Commons v3.0 http://creativecommons.org/licenses/by/3.0/

Readme

Keywords

none

Package Sidebar

Install

npm i @phoenix-plugin-registry/latexmathematica

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

7.36 kB

Total Files

3

Last publish

Collaborators

  • ushmajit
  • core.ai