LaTeX to CAS translator

Jump to navigation Jump to search

This mockup demonstrates the concept of TeX to Computer Algebra System (CAS) conversion.

The demo-application converts LaTeX functions which directly translate to CAS counterparts.

Functions without explicit CAS support are available for translation via a DRMF package (under development).

The following LaTeX input ...

{\displaystyle \begin{Bmatrix} j_1 & j_2 & j_3 \\ j_4 & j_5 & j_6 \\ j_7 & j_8 & j_9 \end{Bmatrix} = \sum_x (-1)^{2 x}(2 x + 1) \begin{Bmatrix} j_1 & j_4 & j_7 \\ j_8 & j_9 & x \end{Bmatrix} \begin{Bmatrix} j_2 & j_5 & j_8 \\ j_4 & x & j_6 \end{Bmatrix} \begin{Bmatrix} j_3 & j_6 & j_9 \\ x & j_1 & j_2 \end{Bmatrix} }

... is translated to the CAS output ...

Semantic latex: \begin{Bmatrix} j_1 & j_2 & j_3 \\ j_4 & j_5 & j_6 \\ j_7 & j_8 & j_9 \end{Bmatrix} = \sum_x (-1)^{2 x}(2 x + 1) \begin{Bmatrix} j_1 & j_4 & j_7 \\ j_8 & j_9 & x \end{Bmatrix} \begin{Bmatrix} j_2 & j_5 & j_8 \\ j_4 & x & j_6 \end{Bmatrix} \begin{Bmatrix} j_3 & j_6 & j_9 \\ x & j_1 & j_2 \end{Bmatrix}

Confidence: 0

Mathematica

Translation:

Information

Symbol info

  • (LaTeX -> Mathematica) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix

Tests

Symbolic
Numeric

SymPy

Translation:

Information

Symbol info

  • (LaTeX -> SymPy) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix

Tests

Symbolic
Numeric

Maple

Translation:

Information

Symbol info

  • (LaTeX -> Maple) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix

Tests

Symbolic
Numeric

Dependency Graph Information

Includes

Is part of

Complete translation information:

{
  "id" : "FORMULA_c4247d793024bd182929b4e7e8c2c734",
  "formula" : "\\begin{Bmatrix}\n   j_1 & j_2 & j_3 \\\\\n   j_4 & j_5 & j_6 \\\\\n   j_7 & j_8 & j_9\n  \\end{Bmatrix} = \\sum_x (-1)^{2 x}(2 x + 1)\n  \\begin{Bmatrix}\n   j_1 & j_4 & j_7 \\\\\n   j_8 & j_9 & x\n  \\end{Bmatrix}\n  \\begin{Bmatrix}\n   j_2 & j_5 & j_8 \\\\\n   j_4 & x & j_6\n  \\end{Bmatrix}\n  \\begin{Bmatrix}\n   j_3 & j_6 & j_9 \\\\\n   x & j_1 & j_2\n  \\end{Bmatrix}",
  "semanticFormula" : "\\begin{Bmatrix}\n   j_1 & j_2 & j_3 \\\\\n   j_4 & j_5 & j_6 \\\\\n   j_7 & j_8 & j_9\n  \\end{Bmatrix} = \\sum_x (-1)^{2 x}(2 x + 1)\n  \\begin{Bmatrix}\n   j_1 & j_4 & j_7 \\\\\n   j_8 & j_9 & x\n  \\end{Bmatrix}\n  \\begin{Bmatrix}\n   j_2 & j_5 & j_8 \\\\\n   j_4 & x & j_6\n  \\end{Bmatrix}\n  \\begin{Bmatrix}\n   j_3 & j_6 & j_9 \\\\\n   x & j_1 & j_2\n  \\end{Bmatrix}",
  "confidence" : 0.0,
  "translations" : {
    "Mathematica" : {
      "translation" : "",
      "translationInformation" : {
        "tokenTranslations" : {
          "Error" : "(LaTeX -> Mathematica) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix"
        }
      },
      "numericResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "wasAborted" : false,
        "crashed" : false,
        "testCalculationsGroups" : [ ]
      },
      "symbolicResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "crashed" : false,
        "testCalculationsGroup" : [ ]
      }
    },
    "SymPy" : {
      "translation" : "",
      "translationInformation" : {
        "tokenTranslations" : {
          "Error" : "(LaTeX -> SymPy) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix"
        }
      },
      "numericResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "wasAborted" : false,
        "crashed" : false,
        "testCalculationsGroups" : [ ]
      },
      "symbolicResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "crashed" : false,
        "testCalculationsGroup" : [ ]
      }
    },
    "Maple" : {
      "translation" : "",
      "translationInformation" : {
        "tokenTranslations" : {
          "Error" : "(LaTeX -> Maple) An unknown or missing element occurred: Reached unknown or not yet supported expression tag: matrix"
        }
      },
      "numericResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "wasAborted" : false,
        "crashed" : false,
        "testCalculationsGroups" : [ ]
      },
      "symbolicResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "crashed" : false,
        "testCalculationsGroup" : [ ]
      }
    }
  },
  "positions" : [ ],
  "includes" : [ "x", "j", "_{4}", "\\begin{Bmatrix}   j_1 & j_2 & j_3 \\\\   j_4 & j_5 & j_6 \\\\   j_7 & j_8 & j_9  \\end{Bmatrix} = \\sum_x (-1)^{2 x}(2 x + 1)  \\begin{Bmatrix}   j_1 & j_4 & j_7 \\\\   j_8 & j_9 & x  \\end{Bmatrix}  \\begin{Bmatrix}   j_2 & j_5 & j_8 \\\\   j_4 & x & j_6  \\end{Bmatrix}  \\begin{Bmatrix}   j_3 & j_6 & j_9 \\\\   x & j_1 & j_2  \\end{Bmatrix}" ],
  "isPartOf" : [ "\\begin{Bmatrix}   j_1 & j_2 & j_3 \\\\   j_4 & j_5 & j_6 \\\\   j_7 & j_8 & j_9  \\end{Bmatrix} = \\sum_x (-1)^{2 x}(2 x + 1)  \\begin{Bmatrix}   j_1 & j_4 & j_7 \\\\   j_8 & j_9 & x  \\end{Bmatrix}  \\begin{Bmatrix}   j_2 & j_5 & j_8 \\\\   j_4 & x & j_6  \\end{Bmatrix}  \\begin{Bmatrix}   j_3 & j_6 & j_9 \\\\   x & j_1 & j_2  \\end{Bmatrix}" ],
  "definiens" : [ ]
}

Specify your own input