How can factor this
Afficher commentaires plus anciens
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))
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!