ratsimp and many terms to collect. 3 lines.
- Subject: ratsimp and many terms to collect. 3 lines.
- From: Richard Fateman
- Date: Mon, 20 May 2013 11:15:07 -0700
you can try something like....
matchdeclare([a,b,c,d],true);
tellsimp(Power(a,b)*Power(c,b)*d, d* Power(a*c,b));
change(z):= subst("^",Power, subst(Power,"^", z));
change(x^a*x^b*z^r) for example.