eq:''diff(x + y =a, x);solve([eq],[dy/dx]);



Hi for all.
How I make the following situation?

depends(y,x);
eq:''diff(x + y =a, x);
solve([eq01],[dy/dx]);

Thanks.