http(s) address of the MathProcessor to call
No need to pass it when use from browser. if use not from broswer you need to implement HttpClient interface For example, consider using AxiousBasedHttpClient from /test/sympy-rest-client.ts
the result of prepareCompute
the result of prepareCompute
an information if the expressions are eqivalent and which one is simpler
the result of one of prepareCompute
the result of sympy .doit() method on the provided expression.
Get the LaTex representation of Sympy expression. Note: The latex is generated by Sympy and in most cases this latex can't be pasted to the SemanticMathEditor. It only can be shown using KaTex or some other Latex renderer.
the result of one of prepareCompute
the LaTex representation of the given parameter.
The returned expression is equivavlent to entered one (but not equal in genearl case) The goal of this method is to ensure sympy understands the expression It is designed for use with tests. Note: MathNode class belongs to the SemanticMatEditor
the result of one of prepareCompute methods
if true, writes debug info to the console
the expression passed as an argument as sympy has understood it
Generates an image with 2d plot.
One or more expressions to plot. Each is the result of one of prepareCompute
if the result must be in SVG (if not, PNG is used)
callback to call in case of error
optional interval where we need the plot
additional plot parameters
image element.
Generates source for image with 2d parametric plot.
one or more pair of expressions to generate the parametric plot.
if the result must be in SVG (if not, PNG is used)
optional interval where we need the plot
additional plot parameters
URL to be added to image tag.
Generates source for image with 2d plot.
One or more expressions to plot. Each is the result of one of prepareCompute
if the result must be in SVG (if not, PNG is used)
optional interval where we need the plot
additional plot parameters
URL to be added to image tag.
Generates image with 2d parametric plot.
one or more pair of expressions to generate the parametric plot.
if the result must be in SVG (if not, PNG is used)
callback to call in case of error
optional interval where we need the plot
additional plot parameters
image element
Generates source for image with 3d plot.
one or more expressions to plot
if the result must be in SVG (if not, PNG is used)
callback to call in case of error
optional intervals for both dimensions of the 3d plot
additional plot parameters
image element.
Generates source for image with 3d parametric plot.
one or more triplet of the expressions. Each with its own iterval.
if the result must be in SVG (if not, PNG is used)
additional plot parameters
URL to be added to image tag.
Generates source for image with 3d parametric plot.
one or more triplet of the expressions. Each with its own pair of the itervals.
if the result must be in SVG (if not, PNG is used)
additional plot parameters
URL to be added to image tag.
Generates source for image with 3d plot.
one or more expressions to plot
if the result must be in SVG (if not, PNG is used)
optional intervals for both dimensions of the 3d plot
additional plot parameters
URL to be added to image tag.
Generates image with 3d parametric plot.
one or more triplet of the expressions. Each with its own iterval.
if the result must be in SVG (if not, PNG is used)
callback to call in case of error
additional plot parameters
image element.
Generates image with 3d parametric plot.
one or more triplet of the expressions. Each with its own pair of the itervals.
if the result must be in SVG (if not, PNG is used)
callback to call in case of error
additional plot parameters
image lement.
Converts MathTree from the SemanticMatEditor to PreparedSympyCall Alternatively returns SemanticMathEditor's {SemanticErrorDescription} (if converting is not possible) The SemanticErrorDescription object can be used to decorate problematic node in the SemanticMathEditor
Creates interval objects for plot generation methods
a variable. Please look at SemanticMathEditor for MathVariable meaning.
a min value
a max value
object, suitable for passing to plotting methods.
the result of one of prepareCompute
if true, writes debug info to the console
the result of sympy simplify function on the provided expression.
Generated using TypeDoc
A client for MathProcessor - simple REST service around sympy