codinasion-archive / codinasion-monorepo

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

[Program]: Write a Haskell program to find the eigenvalues of a matrix #4228

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Haskell 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/find_the_eigenvalues_of_a_matrix.hs` file
Rahul0714 commented 1 year ago

Can I work on this?

harshraj8843 commented 1 year ago

Hey @Rahul0714

You can comment !assign on any good first issue you want to contribute to, to be auto-assigned

!assign
Rahul0714 commented 1 year ago

!assign

farhan-sayeed commented 11 months ago

!assign

assign-me[bot] commented 11 months ago

Hey @farhan-sayeed, this issue is already assigned to @Rahul0714! cc/ @ilihub/ilihub

swapnilmukherjee commented 10 months ago

!assign

assign-me[bot] commented 10 months ago

Hey @swapnilmukherjee, this issue is already assigned to @Rahul0714! cc/ @ilihub/ilihub