gizzada2003
Programmer
I am supposed to write a program that computes the derivatives of expressions containing plus,minus,times and power operators.The query ?derivative(expression1,variableX,expression2) returns 'yes' if expression2 is the derivative of expression1 with respect to variableX.