How solve an equation in MATLAB?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
2021년 10월 13일
Is ‘A'’ the complex-conjugate transpose of ‘A’ or a completely different matrix?
.
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!