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

Stephen23
Stephen23 2023년 10월 16일
편집: Stephen23 2023년 10월 16일
@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:

댓글을 달려면 로그인하십시오.

답변 (1개)

Torsten
Torsten 2023년 10월 15일
편집: Torsten 2023년 10월 15일

0 개 추천

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 = 

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

질문:

2023년 10월 15일

편집:

2023년 10월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by