HELP me!!! eigen value!!!!!

조회 수: 1 (최근 30일)
Doyoon Kim
Doyoon Kim 2020년 6월 29일
댓글: Rena Berman 2020년 7월 22일
I want the code of this problem. If you help
find the largest eigenvalue for the following matrix form with n=20
me, you'll be very lucky tomorrow.
  댓글 수: 6
John D'Errico
John D'Errico 2020년 6월 29일
Wel, no. You are not embarrassed that your instructor gave you an assignment using MATLAB. You are embarrasesed that you did not try sufficiently to answer it yourself, just asking for others to do your homework, and that you asked that question in a public forum. Homework is assigned to you to do at home. It is not a task where you ask others to do your work for you. If that were the case, they might call it something like otherwork. ;-)
Rena Berman
Rena Berman 2020년 7월 22일
(Answers Dev) Restored edit

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

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 6월 29일
See the eig() function: https://www.mathworks.com/help/releases/R2020a/matlab/ref/eig.html to find all the eigenvalues. Use max(): https://www.mathworks.com/help/releases/R2020a/matlab/ref/max.html to find the maximum one. You can also use automatic array expansion to create matrix A. Something like this: (1:20).*(0:19).'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by