Question: i want to subs a function in another function but i cant

 

"a=4 x+1/diff(f(y),y)";
b := 3*(4*x + 1)/(diff(f(y), y)*(3*x + 1));
subs((4*x + 1)/diff(f(y), y) = a, b);
 

Please Wait...