Hello
from
clear
syms gm gbe gce rl
rin = (gbe*rl+gce*rl+gm*rl+1)/(gbe*(gce*rl+1))
i would like factoring this result
to get
without doing
rin=subs(rin,gbe*rl+gce*rl+gm*rl,rl*(gm+gbe+gce))

 採用された回答

Walter Roberson
Walter Roberson 2021 年 5 月 8 日

0 投票

prod(cellfun(@(c) collect(c, rl), children(rin)))

1 件のコメント

fc
fc 2021 年 5 月 8 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

fc
2021 年 5 月 8 日

コメント済み:

fc
2021 年 5 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by