JSPM

  • Created
  • Published
  • Downloads 97
  • Score
    100M100P100Q65029F
  • License BSD

Vectors, Matrices and more

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

Disclaimer

This is alpha software.

There is no documentation by now ... let me implement some features: see the examples folder if you want a preview.

I'm planning to implement 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".