Can anyone help?

조회 수: 1 (최근 30일)
Haoyu Zhu
Haoyu Zhu 2021년 3월 17일
답변: James Tursa 2021년 3월 17일
Don't know how to generate the A matrix, can someone help and explain this?
Thank you!
  댓글 수: 2
James Tursa
James Tursa 2021년 3월 17일
What have you done so far? What specific problems are you having with your code? You might want to look at the .^ operator for this ... it will be easy to generate A in one simple expression.
Haoyu Zhu
Haoyu Zhu 2021년 3월 17일
Hi, I just don't know how to start because I'm still learning how to do linear algebra via MATHLAB, is it possible that you can provide some example? Thanks!

댓글을 달려면 로그인하십시오.

답변 (1개)

James Tursa
James Tursa 2021년 3월 17일
Hint: Look at the results of this operation, and I think you can figure it out from there:
x = [2;3;4]; % column vector
y = 0:5; % row vector
x .^ y

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by