필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How Can I solve this equations system?

조회 수: 1 (최근 30일)
Mehmet
Mehmet 2014년 2월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
K.a+M.b=L.b
P.a+ Q .b=R.a
I have the equations above and I am trying to find a and b. All capital letters are constants. How can I solve this problem in Matlab?
Thanks

답변 (2개)

Walter Roberson
Walter Roberson 2014년 2월 25일
Do the "." represent multiplication? Are the elements all scalars or are they matrices?
If everything is scalar and "." represents ordinary multiplication, then the solution is a = 0, b = 0.
  댓글 수: 6
Walter Roberson
Walter Roberson 2014년 2월 27일
I ran it through Maple and did some testing. You aren't going to be able to get a symbolic solution, I don't think.
You have a difficulty in the equations. Look carefully at the log() terms. One of them is log(8*cos(beta) - 9). For all real beta, 8*cos(beta)-9 is negative, ranging from -17 to -1. Thus you are introducing a complex term. Getting rid of that requires precise cancellation of all of the complex terms in the equation, which is pretty tricky to achieve.
Now if the alpha and beta are permitted to be complex then getting a solution numerically would be easier.
Mehmet
Mehmet 2014년 2월 27일
nope the main point is that I am trying to get rid of complex term. How can I do that? Is there any way of it? Thanks

Mehmet
Mehmet 2014년 2월 25일
Yes it is multiplication and they are scalar.

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by