Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

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

Open
Tracked by #4221
harshraj8843 opened this issue Dec 10, 2022 · 7 comments
Open
Tracked by #4221
Assignees
Labels
good first issue Good for newcomers Haskell haskell related program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Dec 10, 2022

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
@harshraj8843 harshraj8843 added good first issue Good for newcomers Haskell haskell related labels Dec 10, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 29, 2023
@harshraj8843 harshraj8843 changed the title Write a Haskell program to find the eigenvalues of a matrix [Program]: Write a Haskell program to find the eigenvalues of a matrix May 30, 2023
@Rahul0714
Copy link

Can I work on this?

@harshraj8843
Copy link
Contributor Author

Hey @Rahul0714

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

!assign

@ghost ghost assigned harshraj8843 Jul 19, 2023
@harshraj8843 harshraj8843 removed their assignment Jul 19, 2023
@Rahul0714
Copy link

!assign

@ghost ghost assigned Rahul0714 Jul 20, 2023
@farhan-sayeed
Copy link
Contributor

!assign

@assign-me
Copy link

assign-me bot commented Oct 26, 2023

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

@swapnilmukherjee
Copy link
Contributor

!assign

Copy link

assign-me bot commented Nov 24, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers Haskell haskell related program
Projects
None yet
Development

No branches or pull requests

4 participants