Eigenvalues and Eigenvectors in MATLAB

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 16

  • @saribarif189
    @saribarif189 4 года назад +3

    But the eigan vectors are in normalized form. Can we get them without normalizing them?

  • @chahinezchahi9556
    @chahinezchahi9556 Год назад

    How find eigenvalue of function non matrice

  • @DirkIronside
    @DirkIronside 3 года назад +3

    Wow, thought that eig(A) only returned the eigenvalues of A. That [V,D] =eig(A) changes everything for me.... Thank you!

  • @katelynholmes9504
    @katelynholmes9504 Год назад

    I'm a programming noob and I had to do a Laplacian matrix project for linear algebra--- thank you, this really helped

  • @alehejazi92
    @alehejazi92 2 года назад

    How is it possible to display these modes with a certain controlled time frame, through a menu bar maybe ?

  • @zaynab.almishlih
    @zaynab.almishlih 3 года назад

    how I find eigenvalues for matrix contents of term say x and replace x with it values in matlab

  • @mianirfanullah8623
    @mianirfanullah8623 3 года назад

    That is a very good video I found on youtube about calculating eigenvalues and eigenvectors using Matlab. Actually, I was after the eigenvector which corresponds to the largest value of that matrix and that is clear now. Thanks.

  • @danielrundgren6094
    @danielrundgren6094 Год назад

    Real life saver of a video, thank you so much

  • @lathikak7463
    @lathikak7463 Год назад

    Thank you for this video

  • @farazahmed7146
    @farazahmed7146 2 года назад

    Excellent Sir! Very helpful video.

  • @tomitomi7941
    @tomitomi7941 2 года назад

    Great help, thank you!

  • @ntagwankokisabanzira3103
    @ntagwankokisabanzira3103 4 года назад

    Thanks; very helpful.

  • @SNSaadu1999
    @SNSaadu1999 4 года назад

    Hey... Does Ax= lamda x holds for all vector x or some specific vectors?

    • @abhishekgupta7903
      @abhishekgupta7903 4 года назад

      Some specific vectors only it means matrix multiplication only changes its magnitude but not the direction or orientation of vector. That unchanged vector is Eigen vector

    • @sayanjitb
      @sayanjitb 3 года назад

      Only for the identity matrix, it holds for all X.

  • @pavaattovchhin3938
    @pavaattovchhin3938 3 года назад

    Can you give me this Matlab code?