How solve an equation in MATLAB?

2 次查看(过去 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
Star Strider 2021-10-13
Is ‘A' the complex-conjugate transpose of ‘A’ or a completely different matrix?
.
Muhammad Qaisar Fahim
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