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 \Phi(z,s+1,a)=-\,\frac{1}{s}\frac{\partial}{\partial a} \Phi(z,s,a).}

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

Semantic latex: \Phi(z , s + 1 , a) = - \frac{1}{s} \deriv [1]{ }{a} \Phi(z , s , a)

Confidence: 0

Mathematica

Translation: \[CapitalPhi][z , s + 1 , a] == -Divide[1,s]*D[\[CapitalPhi][z , s , a], {a, 1}]

Information

Sub Equations

  • \[CapitalPhi][z , s + 1 , a] = -Divide[1,s]*D[\[CapitalPhi][z , s , a], {a, 1}]

Free variables

  • \[CapitalPhi]
  • a
  • s
  • z

Symbol info

  • Derivative; Example: \deriv[n]{f}{x}

Will be translated to: D[$1, {$2, $0}] Relevant links to definitions: DLMF: http://dlmf.nist.gov/1.4#E4 Mathematica: https://reference.wolfram.com/language/ref/D.html

  • Function without DLMF-Definition. We keep it like it is (but delete prefix \ if necessary).

Tests

Symbolic

Test expression: (\[CapitalPhi]*(z , s + 1 , a))-(-Divide[1,s]*D[\[CapitalPhi]*(z , s , a), {a, 1}])

ERROR:

{
    "result": "ERROR",
    "testTitle": "Simple",
    "testExpression": null,
    "resultExpression": null,
    "wasAborted": false,
    "conditionallySuccessful": false
}
Numeric

SymPy

Translation: Symbol('Phi')(z , s + 1 , a) == -(1)/(s)*diff(Symbol('Phi')(z , s , a), a, 1)

Information

Sub Equations

  • Symbol('Phi')(z , s + 1 , a) = -(1)/(s)*diff(Symbol('Phi')(z , s , a), a, 1)

Free variables

  • Symbol('Phi')
  • a
  • s
  • z

Symbol info

  • Derivative; Example: \deriv[n]{f}{x}

Will be translated to: diff($1, $2, $0) Relevant links to definitions: DLMF: http://dlmf.nist.gov/1.4#E4 SymPy: https://docs.sympy.org/latest/tutorial/calculus.html#derivatives

  • Function without DLMF-Definition. We keep it like it is (but delete prefix \ if necessary).

Tests

Symbolic
Numeric

Maple

Translation: Phi(z , s + 1 , a) = -(1)/(s)*diff(Phi(z , s , a), [a$(1)])

Information

Sub Equations

  • Phi(z , s + 1 , a) = -(1)/(s)*diff(Phi(z , s , a), [a$(1)])

Free variables

  • Phi
  • a
  • s
  • z

Symbol info

  • Derivative; Example: \deriv[n]{f}{x}

Will be translated to: diff($1, [$2$($0)]) Relevant links to definitions: DLMF: http://dlmf.nist.gov/1.4#E4 Maple: https://www.maplesoft.com/support/help/Maple/view.aspx?path=diff

  • Function without DLMF-Definition. We keep it like it is (but delete prefix \ if necessary).

Tests

Symbolic
Numeric

Dependency Graph Information

Includes

Is part of

Complete translation information:

{
  "id" : "FORMULA_b0fc3b70170fd3f6027dc14b7da3f8a1",
  "formula" : "\\Phi(z,s+1,a)=-\\frac{1}{s}\\frac{\\partial}{\\partial a} \\Phi(z,s,a)",
  "semanticFormula" : "\\Phi(z , s + 1 , a) = - \\frac{1}{s} \\deriv [1]{ }{a} \\Phi(z , s , a)",
  "confidence" : 0.0,
  "translations" : {
    "Mathematica" : {
      "translation" : "\\[CapitalPhi][z , s + 1 , a] == -Divide[1,s]*D[\\[CapitalPhi][z , s , a], {a, 1}]",
      "translationInformation" : {
        "subEquations" : [ "\\[CapitalPhi][z , s + 1 , a] = -Divide[1,s]*D[\\[CapitalPhi][z , s , a], {a, 1}]" ],
        "freeVariables" : [ "\\[CapitalPhi]", "a", "s", "z" ],
        "tokenTranslations" : {
          "\\deriv1" : "Derivative; Example: \\deriv[n]{f}{x}\nWill be translated to: D[$1, {$2, $0}]\nRelevant links to definitions:\nDLMF:         http://dlmf.nist.gov/1.4#E4\nMathematica:  https://reference.wolfram.com/language/ref/D.html",
          "\\Phi" : "Function without DLMF-Definition. We keep it like it is (but delete prefix \\ if necessary)."
        }
      },
      "numericResults" : {
        "overallResult" : "SKIPPED",
        "numberOfTests" : 0,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 0,
        "wasAborted" : false,
        "crashed" : false,
        "testCalculationsGroups" : [ ]
      },
      "symbolicResults" : {
        "overallResult" : "ERROR",
        "numberOfTests" : 1,
        "numberOfFailedTests" : 0,
        "numberOfSuccessfulTests" : 0,
        "numberOfSkippedTests" : 0,
        "numberOfErrorTests" : 1,
        "crashed" : false,
        "testCalculationsGroup" : [ {
          "lhs" : "\\[CapitalPhi]*(z , s + 1 , a)",
          "rhs" : "-Divide[1,s]*D[\\[CapitalPhi]*(z , s , a), {a, 1}]",
          "testExpression" : "(\\[CapitalPhi]*(z , s + 1 , a))-(-Divide[1,s]*D[\\[CapitalPhi]*(z , s , a), {a, 1}])",
          "testCalculations" : [ {
            "result" : "ERROR",
            "testTitle" : "Simple",
            "testExpression" : null,
            "resultExpression" : null,
            "wasAborted" : false,
            "conditionallySuccessful" : false
          } ]
        } ]
      }
    },
    "SymPy" : {
      "translation" : "Symbol('Phi')(z , s + 1 , a) == -(1)/(s)*diff(Symbol('Phi')(z , s , a), a, 1)",
      "translationInformation" : {
        "subEquations" : [ "Symbol('Phi')(z , s + 1 , a) = -(1)/(s)*diff(Symbol('Phi')(z , s , a), a, 1)" ],
        "freeVariables" : [ "Symbol('Phi')", "a", "s", "z" ],
        "tokenTranslations" : {
          "\\deriv1" : "Derivative; Example: \\deriv[n]{f}{x}\nWill be translated to: diff($1, $2, $0)\nRelevant links to definitions:\nDLMF:  http://dlmf.nist.gov/1.4#E4\nSymPy: https://docs.sympy.org/latest/tutorial/calculus.html#derivatives",
          "\\Phi" : "Function without DLMF-Definition. We keep it like it is (but delete prefix \\ if necessary)."
        }
      }
    },
    "Maple" : {
      "translation" : "Phi(z , s + 1 , a) = -(1)/(s)*diff(Phi(z , s , a), [a$(1)])",
      "translationInformation" : {
        "subEquations" : [ "Phi(z , s + 1 , a) = -(1)/(s)*diff(Phi(z , s , a), [a$(1)])" ],
        "freeVariables" : [ "Phi", "a", "s", "z" ],
        "tokenTranslations" : {
          "\\deriv1" : "Derivative; Example: \\deriv[n]{f}{x}\nWill be translated to: diff($1, [$2$($0)])\nRelevant links to definitions:\nDLMF:  http://dlmf.nist.gov/1.4#E4\nMaple: https://www.maplesoft.com/support/help/Maple/view.aspx?path=diff",
          "\\Phi" : "Function without DLMF-Definition. We keep it like it is (but delete prefix \\ if necessary)."
        }
      }
    }
  },
  "positions" : [ ],
  "includes" : [ "a", "\\Phi(z,s+1,a)=-\\,\\frac{1}{s}\\frac{\\partial}{\\partial a} \\Phi(z,s,a)", "\\Phi(z,s,a)", "z", "s" ],
  "isPartOf" : [ "\\Phi(z,s+1,a)=-\\,\\frac{1}{s}\\frac{\\partial}{\\partial a} \\Phi(z,s,a)" ],
  "definiens" : [ ]
}

Specify your own input