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 (c,\, 0),}

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

Semantic latex: (c, 0)

Confidence: 0

Mathematica

Translation: (c , 0)

Information

Sub Equations

  • (c , 0)

Free variables

  • c

Tests

Symbolic
Numeric

SymPy

Translation: (c , 0)

Information

Sub Equations

  • (c , 0)

Free variables

  • c

Tests

Symbolic
Numeric

Maple

Translation: (c , 0)

Information

Sub Equations

  • (c , 0)

Free variables

  • c

Tests

Symbolic
Numeric

Dependency Graph Information

Includes

Is part of

Complete translation information:

{
  "id" : "FORMULA_455da2eee564ffa1b0ced30a3bbbbce4",
  "formula" : "(c, 0)",
  "semanticFormula" : "(c, 0)",
  "confidence" : 0.0,
  "translations" : {
    "Mathematica" : {
      "translation" : "(c , 0)",
      "translationInformation" : {
        "subEquations" : [ "(c , 0)" ],
        "freeVariables" : [ "c" ]
      },
      "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" : "(c , 0)",
      "translationInformation" : {
        "subEquations" : [ "(c , 0)" ],
        "freeVariables" : [ "c" ]
      },
      "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" : "(c , 0)",
      "translationInformation" : {
        "subEquations" : [ "(c , 0)" ],
        "freeVariables" : [ "c" ]
      },
      "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" : [ "c, 0)", "(c,0)", "(c,\\, 0)", "c" ],
  "isPartOf" : [ "(c,0)", "F_1 = (c,\\, 0),\\ F_2=(-c,\\, 0)", "(c,\\, 0)" ],
  "definiens" : [ ]
}

Specify your own input