A really micro micro-service for advanced math.

Newton does anything from numerical calculation to symbolic math parsing.

Explore

Instruction

Simplify

Operation=simplify

Expression=2^2+2(2)

Ans=8


Factor

Operation=factor

Expression=x^2 + 2x

Ans=x (x + 2)


Derivation

Operation=derive

Expression=x^2+2x

Ans=2 x + 2


Integrate

Operation=integrate

Expression=x^2+2x

Ans=1/3 x^3 + x^2 + C



Find 0's

Operation=zeroes

Expression=x^2+2x

Ans=[-2, 0]


Find Tangent

Operation=tangent

Expression=2lx^3

Ans=12 x + -16


Area Under Curve

Operation=area

Expression=2:4lx^3

Ans=60


Cosine

Operation=cos

Expression=pi

Ans=-1



Sine

Operation=sin

Expression=0

Ans=0


Tangent

Operation=tan

Expression=0

Ans=0


Inverse Cosine

Operation=arccos

Expression=1

Ans=0


Inverse Sine

Operation=arcsin

Expression=0

Ans=0



Inverse Tangent

Operation=arctan

Expression=0

Ans=0


Absolute Value

Operation=abs

Expression=-1

Ans=1


Logarithm

Operation=log

Expression=2l8

Ans=3



Featured
Keep in mind:

To find the tangent line of a function at a certain x value, send the request as c|f(x) where c is the given x value and f(x) is the function expression, the separator is a vertical bar '|'. See the table above for an example request.
To find the area under a function, send the request as c:d|f(x) where c is the starting x value, d is the ending x value, and f(x) is the function under which you want the curve between the two x values.
To compute fractions, enter expressions as numerator(over)denominator. For example, to process 2/4 you must send in your expression as 2(over)4. The result expression will be in standard math notation (1/2, 3/4).

Featured


Contact Us

  • youremail@mail.com
  • +48 888 888
  • Athens, GR

...or leave your message below and I will be back to you as soon as possible.