Derivative Solver by Vladimir Baranov

======================
Important Notice:
!Always for the power use ' ^ '

!Always close parentesess after sin, cos and tan

!this program does not support ln(),log or e^()

!supports sin,cos,tan, product rule + quation rule

!supports chain rule only for sin + cos +tan

!the length of the qution is not limited to the size

!write down on the paper everything before you press enter
because it will go to the next screen and everything before will
be erased

!USE * when doing multiplication between the terms

!DON'T USE PARENTESSES WHEN PUTING IN ANY OF THE EQUATIONS 
like: (x+2)*(sin(x)) or (x^2)/(3x^4-4x^3) 
should 
look
like: x+2*sin(x) or x^2*3x^4-4x^3


well, this version does not have everything in it
I hope later i would post an update 
=====================
Example:
y=x^2+cos(2x)

Output:
2x^1+
-sin(2x)*2x^0 

for bugs and questions mailto criter_vova@hotmail.com




