Please help me with this qustion
Ältere Kommentare anzeigen
syms v1 vo
eqn1 = v1/10 + (v1-60/20) + v1-5vo/20 ==0
vo = 4/10 + v1
[vo]=solve([v1,vo], [vo])
1 Kommentar
@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:
Antworten (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)
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!