-
Notifications
You must be signed in to change notification settings - Fork 167
[Closed] Add PHP script for calculating eigenvalues of a matrix #4963
Conversation
|
Someone is attempting to deploy a commit to the Codinasion Team on Vercel. A member of the Team first needs to authorize it. |
👋🏻 Hey @Parvezkhan0 💖 Thanks for opening this pull request 💖 This PR will be reviewed and merged shortly. |
…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'; |
There was a problem hiding this comment.
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
There was a problem hiding this 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
This pull request has been closed !!! |
📑 Description
🐞 Related Issue
Closes #4234