Difference between revisions of "Manuals/calci/EIGENVALUES"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''EIGENVALUES (Matrix)'''</div><br/> *<math>Matrix</math> is the array of numeric elements. ==Description== *This function shows the Eigen value...")
 
Line 7: Line 7:
 
*In linear algebra,an eigen vector or characteristic vector of a linear transformation is a non-zero vector whose direction does not change when that linear transformation is applied to it.
 
*In linear algebra,an eigen vector or characteristic vector of a linear transformation is a non-zero vector whose direction does not change when that linear transformation is applied to it.
 
*Let A be a linear transformation represented by a matrix A.
 
*Let A be a linear transformation represented by a matrix A.
*Let A is an nxn matrix,v is a non zero nx1 vector and <math>\lamda</math> is a scalar which may be either real or complex.
+
*Let A is an nxn matrix,v is a non zero nx1 vector and <math>\Lamda</math> is a scalar which may be either real or complex.
*Any value of <math>\lamda</math> for which this equation has a solution is known as an eigenvalue of the matrix A.   
+
*Any value of <math>\Lamda</math> for which this equation has a solution is known as an eigenvalue of the matrix A.   
 
*It is sometimes also called the characteristic value.   
 
*It is sometimes also called the characteristic value.   
 
*The vector, v, which corresponds to this value is called an eigenvector.   
 
*The vector, v, which corresponds to this value is called an eigenvector.   
*The eigenvalue problem can be rewritten as <math>(A-\lamda.I).v=0</math>.
+
*The eigenvalue problem can be rewritten as <math>(A-\Lamda.I).v=0</math>.
*If v is non-zero, this equation will only have a solution if <math>|A-\lamda·I|=0</math>.
+
*If v is non-zero, this equation will only have a solution if <math>|A-\Lamda·I|=0</math>.
*This equation is called the characteristic equation of A, and is an nth order polynomial in <math>\lamda</math> with n roots.   
+
*This equation is called the characteristic equation of A, and is an nth order polynomial in <math>\Lamda</math> with n roots.   
 
*These roots are called the eigenvalues of A.
 
*These roots are called the eigenvalues of A.

Revision as of 16:35, 11 July 2017

EIGENVALUES (Matrix)


  • is the array of numeric elements.

Description

  • This function shows the Eigen value of the given matrix.
  • In , is any matrix values.
  • In linear algebra,an eigen vector or characteristic vector of a linear transformation is a non-zero vector whose direction does not change when that linear transformation is applied to it.
  • Let A be a linear transformation represented by a matrix A.
  • Let A is an nxn matrix,v is a non zero nx1 vector and Failed to parse (unknown function "\Lamda"): {\displaystyle \Lamda} is a scalar which may be either real or complex.
  • Any value of Failed to parse (unknown function "\Lamda"): {\displaystyle \Lamda} for which this equation has a solution is known as an eigenvalue of the matrix A.
  • It is sometimes also called the characteristic value.
  • The vector, v, which corresponds to this value is called an eigenvector.
  • The eigenvalue problem can be rewritten as Failed to parse (unknown function "\Lamda"): {\displaystyle (A-\Lamda.I).v=0} .
  • If v is non-zero, this equation will only have a solution if Failed to parse (unknown function "\Lamda"): {\displaystyle |A-\Lamda·I|=0} .
  • This equation is called the characteristic equation of A, and is an nth order polynomial in Failed to parse (unknown function "\Lamda"): {\displaystyle \Lamda} with n roots.
  • These roots are called the eigenvalues of A.