Please help me with this qustion
Afficher commentaires plus anciens
syms v1 vo
eqn1 = v1/10 + (v1-60/20) + v1-5vo/20 ==0
vo = 4/10 + v1
[vo]=solve([v1,vo], [vo])
1 commentaire
@mustafa: I closed lots of your questions that you just spammed onto this forum. None of them had your attempt or even your own question, you just uploaded screenshots of your homework question. Most people on this forum do not just do other people's homework for them (this is called cheating, and yes your teachers also know how to find this forum).
If you want help then show us your attempt and ask your own question:
Réponses (1)
syms v1
vo = 4/10 + v1
eqn1 = v1/10 + (v1-60/20) + v1-5*vo/20 ==0
v1_sol=solve(eqn1, v1)
vo_sol = subs(vo,v1,v1_sol)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!