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

[Program]: Find the eigenvalues of a matrix #4221

Open
17 of 20 tasks
harshraj8843 opened this issue Dec 10, 2022 · 2 comments
Open
17 of 20 tasks

[Program]: Find the eigenvalues of a matrix #4221

harshraj8843 opened this issue Dec 10, 2022 · 2 comments
Labels
auto-track Good First Issue Tracker program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Dec 10, 2022

Description

Write a 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

Tracking Issues

@Monika-Tiyyagura
Copy link
Contributor

@harshraj8843 Hey, Can i work on the remaining tasks to help in closing the issue? Can you assign it to me?

@swapnilmukherjee
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-track Good First Issue Tracker program
Projects
None yet
Development

No branches or pull requests

3 participants