Page 1 sur 1

Distribute power into quantity

Publié : lun. mai 26, 2025 7:44 pm
par XcasEngGuy
Is there a command that will convert:

(V1/V2)^k

to

V1^k/V2^k

?

Re: Distribute power into quantity

Publié : mar. mai 27, 2025 12:22 pm
par parisse
No single command, but this works:
exp2pow(texpand(lnexpand(pow2exp((V1/V2)^k))))

Re: Distribute power into quantity

Publié : mer. mai 28, 2025 7:00 pm
par XcasEngGuy
Thank you. That would have taken me a long time to figure out!

Matt

Re: Distribute power into quantity

Publié : jeu. juil. 03, 2025 1:32 am
par compsystems
Hello, this cmds script is very useful in step by step algebraic development of expressions, but difficult to remember, please add a new command or an additional parameter in an existing function

Re: Distribute power into quantity

Publié : mar. juil. 08, 2025 5:57 pm
par compsystems
Idea
Add a new Scripts item to the menu bar, organizing them by category, so you can quickly paste a combination of important commands.

Scripts
EXPAND/
ExpandPow: exp2pow(texpand(lnexpand(pow2exp( | ))));

Re: Distribute power into quantity

Publié : jeu. juil. 10, 2025 10:58 am
par parisse
I like this idea, it can also be expanded to small useful programs that users can look at as examples. I will think about that, thank you!