winkjs / wink-statistics

Fast & numerically stable statistical analysis
http://winkjs.org/wink-statistics/
MIT License
46 stars 7 forks source link

How to find eigenvalues of two-dimensional matrix #35

Closed LBJDJW closed 1 year ago

sanjayaksaxena commented 1 year ago

Hello @LBJDJW

As the name suggests, wink-statistics primary focus is on stats. It is not a package for linear algebra.

Suggest you look for a suitable package or you may use a numerical method such as "Power Method" or "QR Algo" to code a solution yourself.

Best, Sanjaya