Wednesday, November 13, 2019

Eigenvalue and EigenVector



Ref:


Eigen Vector: Eigenvector is one kind of vector that's axis is not change during linear transformation. Eigenvector is associated with eigenvalue.



fully uderstanding the eigen vector and eigen value please see this vedio:

https://www.youtube.com/watch?v=PFDu9oVAE-g&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab&index=15&t=0s



  1.  unique vector 
  2. then transform to another ventor 
  3.  



No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...