Results 3 comments of Raghav

@ushelp it seems like it is happening on Mac M1 Machines that have ARM chips. Seems to be working on Intel.

@jakobdalsgaard thanks for the suggestion. There are plans to add [svd](https://en.wikipedia.org/wiki/Singular_value_decomposition) and [pinv](https://en.wikipedia.org/wiki/Moore%E2%80%93Penrose_inverse) as well. I welcome contributors for these along with what you suggested.

@jakobdalsgaard try this https://github.com/RaghavCodeHub/matrix?tab=readme-ov-file#19-generate. For generating identity matrix use: ```javascript matrix.gen(1).diag(3); ```