Please help me with this qustion

syms v1 vo
eqn1 = v1/10 + (v1-60/20) + v1-5vo/20 ==0
vo = 4/10 + v1
[vo]=solve([v1,vo], [vo])

1 Kommentar

Stephen23
Stephen23 am 16 Okt. 2023
Bearbeitet: Stephen23 am 16 Okt. 2023
@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:

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Torsten
Torsten am 15 Okt. 2023
Bearbeitet: Torsten am 15 Okt. 2023

0 Stimmen

syms v1
vo = 4/10 + v1
vo = 
eqn1 = v1/10 + (v1-60/20) + v1-5*vo/20 ==0
eqn1 = 
v1_sol=solve(eqn1, v1)
v1_sol = 
vo_sol = subs(vo,v1,v1_sol)
vo_sol = 

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Okt. 2023

Bearbeitet:

am 16 Okt. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by