codinasion-archive / codinasion-monorepo

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

[Program]: Write a PHP program to find the eigenvalues of a matrix #4234

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a PHP 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.php` file
harisdev-netizen commented 1 year ago

!assign Is this issue still open?

Ruchi016 commented 1 year ago

!assign I would like to contribute to this issue

farhan-sayeed commented 11 months ago

!assign I can take this if anyone is not working on this actively

sricharan200 commented 6 months ago

!assign

codinasion-bot[bot] commented 6 months ago

Hey @sricharan200, this issue is already assigned to @harisdev-netizen! cc/ @codinasion/codinasion

harisdev-netizen commented 6 months ago

!assign

Can anyone assign this issue to @sricharan200 ? I am not really available to complete this issue.