From b44887cd5da79f984646c9cb9e75e91e7a3aea7f Mon Sep 17 00:00:00 2001 From: Gianluca Casati Date: Thu, 14 Apr 2016 14:23:51 +0700 Subject: [PATCH] Add algebra (#484) Hi, I added my algebra package. Currently I am adding more documentation, tests and cleaning the code to prepare for a 1.0 version. The API is almost stable right now. The algebra package let also define custom groups and rings, I did not added it in the description to keep it shorter. Complex and Quaternion are implemented as composition algebras using the Cayley-Dickson operator over Reals, so also Octonion are implemented as well as Complexes over a custom field (for example using strings instead of numbers, if you find operators that respect the ring definition laws). I hope algebra can enter the awesome node list. Thanks, Gianluca. Closes #484 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eabddde..ea0f2a5 100644 --- a/readme.md +++ b/readme.md @@ -443,7 +443,7 @@ - [mathjs](https://github.com/josdejong/mathjs) - An extensive math library. - [math-sum](https://github.com/sindresorhus/math-sum) - Sum numbers. - [math-clamp](https://github.com/sindresorhus/math-clamp) - Clamp a number. - +- [algebra](https://github.com/fibo/algebra) - Algebraic structures. ### Date