How solve an equation in MATLAB?

2 views (last 30 days)
Muhammad Qaisar Fahim
Muhammad Qaisar Fahim on 13 Oct 2021
Answered: Matt J on 13 Oct 2021
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 Comments
Star Strider
Star Strider on 13 Oct 2021
Is ‘A' the complex-conjugate transpose of ‘A’ or a completely different matrix?
.
Muhammad Qaisar Fahim
Muhammad Qaisar Fahim on 13 Oct 2021
It contains all the real values and A' is the transpose of A

Sign in to comment.

Accepted Answer

Matt J
Matt J on 13 Oct 2021
c=A\y;

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!