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)))

추가 답변 (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