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

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

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

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Dec 10, 2022

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
Copy link

!assign Is this issue still open?

@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 29, 2023
@harshraj8843 harshraj8843 changed the title Write a PHP program to find the eigenvalues of a matrix [Program]: Write a PHP program to find the eigenvalues of a matrix May 30, 2023
@Ruchi016
Copy link

!assign I would like to contribute to this issue

@ghost ghost assigned Ruchi016 Jul 31, 2023
@farhan-sayeed
Copy link
Contributor

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

@sricharan200
Copy link
Contributor

!assign

@codinasion-bot
Copy link

codinasion-bot bot commented Apr 9, 2024

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

@harisdev-netizen
Copy link

!assign

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

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

Successfully merging a pull request may close this issue.

6 participants