Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 5 years ago

Cyrille gravatar image

How to substitute a function in a derivative

I know that if U(x,y)=Axαyβ, I have Ux=αAxα1yβ. But by substitution, I can obtain Ux=α(Ux). Is there a way to obtain this in Sagemath. I have tried

U_x= U.diff(x).subs(Ax^(alpha)y^(beta)== U)

but this has no effect.