Ask Your Question

Revision history [back]

This is a follow up. This is my code:

var("theta ee")
u=cos(theta)+ee
diff(u(theta),theta)

this is the output:

-sin(theta) + 1

I don't understand what is going on. Nowhere was ee equated to theta.

What is happening here?