Simplification and implicit function
I have two question in one : 1) I have this z=αxα−1yβy−β−1βxα. There are obvious simplification since this is equal to αβyx.
z.full_simplify() has no impact z.expand() simplify on y but not on x
So what can I do to obtain the good result.
2) how to take the result and consider it as an implicit function to obtain the derivative de y. as a function of x