Package Exports
- algebra
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (algebra) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
algebra
Vectors, Matrices and more
Installation
npm install algebra
Description
I'm implementing matrices and vectors on few algebra fields (Reals, Complexes etc.) following Micheal Artin's "Algebra", which was my book at Universita' Degli Studi di Genova.
My goal is to provide users with the feature of creating their own algebra field and building vector spaces and matrices on it.
Suppose for example the set of strings with the concatenation operator, it could be extended to a group and maybe to a field and build "matrices of strings".
Documentation
See the [Wiki] (https://github.com/fibo/algebra/wiki).
Development
Branches
The git repository has the following remote branches:
- real
- complex
- quaternion
Testing
Install mocha globally
npm install mocha -g
Then run tests
npm test
( and say hello to the nyan cat :)