codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Write a F# program to find the eigenvalues of a matrix #4226

Closed harshraj8843 closed 10 months ago

harshraj8843 commented 1 year ago

Description

Write a F# 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 `program/program/find-the-eigenvalues-of-a-matrix/FindTheEigenvaluesOfAMatrix.fs` file
Preetiraj3697 commented 1 year ago

Assign me.

farhan-sayeed commented 10 months ago

!assign

farhan-sayeed commented 10 months ago

@harshraj8843 Raised PR here https://github.com/codinasion/codinasion/pull/4684 Please review & do add the hactoberfest & hactoberfest-accepted label while merging