PHPackages                             aboks/power-iteration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aboks/power-iteration

ActiveLibrary

aboks/power-iteration
=====================

Implementation of the Power Iteration method for finding eigenvalues of a matrix, using math-php

v1.1.0(3y ago)3321MITPHPPHP ^7.3 || ^8.0CI failing

Since Feb 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/aboks/power-iteration)[ Packagist](https://packagist.org/packages/aboks/power-iteration)[ RSS](/packages/aboks-power-iteration/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (8)Used By (0)

[![Continuous Integration](https://github.com/aboks/power-iteration/workflows/Continuous%20Integration/badge.svg)](https://github.com/aboks/power-iteration/workflows/Continuous%20Integration/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/3a57735e116deabb5f3847fbbf87b9f0012df76a8793ad78dd593938181afb4c/68747470733a2f2f706f7365722e707567782e6f72672f61626f6b732f706f7765722d697465726174696f6e2f762f737461626c65)](https://packagist.org/packages/aboks/power-iteration)

PowerIteration
==============

[](#poweriteration)

Implementation of the Power Iteration method for finding (dominant) eigenvalues and the corresponding eigenvectors of a matrix, using the excellent [math-php](https://github.com/markrogoyski/math-php) library.

Installation
------------

[](#installation)

Install using composer:

```
$ composer require aboks/power-iteration

```

Basic usage
-----------

[](#basic-usage)

```
