MGSU-Bikaner / learning-C-CPP

Learn C and CPP
MIT License
2 stars 2 forks source link

Write a C++ program to find the eigenvalues of a matrix #6

Open Pal-Sandeep opened 1 year ago

Pal-Sandeep commented 1 year ago

Description

Write a C++ program to find the eigenvalues of a matrix

The eigenvalues and eigenvectors of a linear transformation are the values and vectors that determine the transformation. The eigenvalues of a matrix A are the values λ for which the matrix equation Av = λv has a non-trivial solution.


Input  :
1 2 3
4 5 6
7 8 9

Output :
16.116843969807043
-1.1168439698070427
0.9999999999999998

How to contribute

Save the solution in FindTheEigenvaluesOfAMatrix.cpp file Add FindTheEigenvaluesOfAMatrix.cpp file in CPP/find-the-eigenvalues-of-a-matrix folder

holopin-bot[bot] commented 1 year ago

Uh oh, there's something wrong with your config.

holopin-bot[bot] commented 1 year ago

Uh oh, there's something wrong with your config.

holopin-bot[bot] commented 1 year ago

Uh oh, there's something wrong with your config.