Is there a command that will convert:
(V1/V2)^k
to
V1^k/V2^k
?
Distribute power into quantity
Modérateur : xcasadmin
-
- Messages : 160
- Inscription : mer. janv. 13, 2010 3:20 pm
Re: Distribute power into quantity
No single command, but this works:
exp2pow(texpand(lnexpand(pow2exp((V1/V2)^k))))
exp2pow(texpand(lnexpand(pow2exp((V1/V2)^k))))
-
- Messages : 160
- Inscription : mer. janv. 13, 2010 3:20 pm
Re: Distribute power into quantity
Thank you. That would have taken me a long time to figure out!
Matt
Matt