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

[Closed] Add PHP script for calculating eigenvalues of a matrix #4963

Closed
wants to merge 14 commits into from
Closed

Conversation

Parvezkhan0
Copy link
Contributor

📑 Description

🐞 Related Issue

Closes #4234

@Parvezkhan0 Parvezkhan0 requested review from a team and 0ME9A and removed request for a team December 28, 2023 17:57
Copy link

changeset-bot bot commented Dec 28, 2023

⚠️ No Changeset found

Latest commit: c86bb81

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 28, 2023

Someone is attempting to deploy a commit to the Codinasion Team on Vercel.

A member of the Team first needs to authorize it.

@codinasion-bot
Copy link

👋🏻 Hey @Parvezkhan0

💖 Thanks for opening this pull request 💖

This PR will be reviewed and merged shortly.

@codinasion-bot codinasion-bot bot added triage Waiting for review LOC: M labels Dec 28, 2023
@Parvezkhan0 Parvezkhan0 requested a review from a team December 29, 2023 04:30
…s-of-a-matrix/find_the_eigenvalues_of_a_matrix.php
// Install PHPMatrix library using Composer:
// composer require jameshalsall/php-matrix

require 'vendor/autoload.php';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Parvezkhan0 Where is the require file ? This code will return fatal error without the require file

Copy link
Contributor

@0ME9A 0ME9A left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Parvezkhan0, Fix the error and update the code:-

PHP Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in HelloWorld.php on line 6
PHP Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php') in HelloWorld.php on line 6

@harshraj8843 harshraj8843 added the 🚫 DO NOT MERGE 🚫 This is currently under development, and merging may result in unforeseen consequences. label Dec 29, 2023
@harshraj8843 harshraj8843 marked this pull request as draft January 8, 2024 04:52
@Parvezkhan0 Parvezkhan0 closed this Feb 1, 2024
@codinasion-bot codinasion-bot bot added closed closed issues/PRs and removed triage Waiting for review labels Feb 1, 2024
@codinasion-bot
Copy link

codinasion-bot bot commented Feb 1, 2024

This pull request has been closed !!!

@codinasion-bot codinasion-bot bot changed the title Add PHP script for calculating eigenvalues of a matrix [Closed] Add PHP script for calculating eigenvalues of a matrix Feb 1, 2024
@codinasion-bot codinasion-bot bot added LOC: L and removed LOC: M labels Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs 🚫 DO NOT MERGE 🚫 This is currently under development, and merging may result in unforeseen consequences. LOC: L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Program]: Write a PHP program to find the eigenvalues of a matrix
4 participants