Hello, it has been a few weeks since last release. I have been working hard to add some new methods to the library. I have also updated some examples
What's new
Matrix methods added
*means the method is static
- abs
- adjugate
- cofactor
- cofactorMatrix
- cond (condition number)
- fourier (a simple implementation with both DFT and FFT as options) ' I plan on improving this in the future
- infNorm (the infinity norm)
- isEmpty*
- isDiagonal*
- isIdentity
- isInvertible
- isSymmetric
- manhattanNorm (the Manhattan norm)
- map
- max
- min
- nullify*
- pNorm
- rank
- removeColumn
- removeRow
- reshape* (now works with instances of Matrix and 1D arrays)
- sum
- trace
Math methods added
- DFT
- FFT
- max
- min
- nthRoot
- pow
- sum
Numerical class
- Complex numbers