hey everyone.
I was given a 18*18 Matrix "A", a 18*1 vector "q" and was asked to solve Aq=v and find the vector "v".
after finding the vector "v", I was asked to find a new vector "q*" that minimizes the 2 norm of ||v-Aq*||, and for one thing I dont really understand what am I looking for, and also how to find it.
thanks in advance.

 採用された回答

Stephan
Stephan 2019 年 3 月 27 日
編集済み: Stephan 2019 年 3 月 27 日

1 投票

Hi,
use:
q1 = A\v
Since you calculated v by using A*q the result will be:
q1 = q
norm(v-A*q) = 0
norm(v-A*q1) = norm(v-A*q) = 0
Best regards
Stephan

3 件のコメント

Yonatan Axelrad
Yonatan Axelrad 2019 年 3 月 27 日
cheers for the answer and th quick response
Stephan
Stephan 2019 年 3 月 27 日
Did you notice that you can accept and/or vote for useful answers?
Yonatan Axelrad
Yonatan Axelrad 2019 年 3 月 27 日
I did now haha

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by