How solve an equation in MATLAB?

조회 수: 2 (최근 30일)
Muhammad Qaisar Fahim
Muhammad Qaisar Fahim 2021년 10월 13일
답변: Matt J 2021년 10월 13일
How I can solve an equation for the 3 coefficients ?
A'Ac=A'y
where A' is 3*13 matrix A is 13*3 matrix c is 3*1 vector and y is 13*1 vector. How can I find c11, c21 and c23?
  댓글 수: 2
Star Strider
Star Strider 2021년 10월 13일
Is ‘A' the complex-conjugate transpose of ‘A’ or a completely different matrix?
.
Muhammad Qaisar Fahim
Muhammad Qaisar Fahim 2021년 10월 13일
It contains all the real values and A' is the transpose of A

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

채택된 답변

Matt J
Matt J 2021년 10월 13일
c=A\y;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by