# jacobi-eigenvalue

> jacobi eigenvalue algorithm for 3x3 matrix

Latest version **0.0.4** (published 2014-05-31) · 0 weekly downloads

## Install

```sh
npm install jacobi-eigenvalue
pnpm add jacobi-eigenvalue
yarn add jacobi-eigenvalue
bun add jacobi-eigenvalue
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2014-05-31 |
| First published | 2014-04-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ttrfstud |

## Links

- npm: https://www.npmjs.com/package/jacobi-eigenvalue
- npm.io page: https://npm.io/package/jacobi-eigenvalue

## Dependencies (3)

- [mmult](https://npm.io/package/mmult.md) 0.0.0
- [float2dm](https://npm.io/package/float2dm.md) 0.0.1
- [transpose](https://npm.io/package/transpose.md) 0.0.2

## Recent versions

- 0.0.4 (latest) — 2014-05-31
- 0.0.3 — 2014-05-10
- 0.0.2 — 2014-04-30
- 0.0.1 — 2014-04-29
- 0.0.0 — 2014-04-28

## README

jacobi eigenvalue algorithm
===========================
jae is implemented as described [here](http://people.math.gatech.edu/~klounici6/2605/Lectures%20notes%20Carlen/chap3.pdf). the signature of the only exported method is _(matrix, threshold)_. it would not examine the parameters for correctness, so check them yourself. threshold should be > 0. as it would internally calculate the number of iterations for given threshold and it would do ln(threshold), do not supply 0 as threshold - you _can_ get infinite loop.

---
_Source: https://npm.io/package/jacobi-eigenvalue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
