Issue with 4 equations with 4 unknowns
이전 댓글 표시
I have an issue with this code, I am trying to figure out a,b,c,d
syms a b c d
equation1=2*(c*a-c)==(-.650034*a);
equation2=2*(c*b+(1.95*d))==.0271656*b;
equation3=(.6*d)+(3.3*b)==1;
equation4=(.6*c)+(3.3*a)==3.564;
sol=solve(equation1,equation2,equation3,equation4)
댓글 수: 3
Cris LaPierre
2022년 3월 2일
What is the issue?
Kaouter Essakkat
2022년 3월 2일
Cris LaPierre
2022년 3월 2일
It appears there are 2 possible solutions to the equations. A quick check of the results shows that neither solution contains a result where all values are between 0 and 1, though.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!