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개)

질문:

2019년 3월 27일

댓글:

2019년 3월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by