Version: 5.3.0.6
Racket Math Libraries
These libraries is intended to become the backend for a CAS written in Racket. A CAS requires libraries for a wide range of mathematical concepts and algorithms.
The matrix library implements matrices over Racket numbers. The implementation is written in Racket, that is there are no external dependencies.
The development version of this library is available at Github: https://github.com/soegaard
1 Matrix Library
A matrix is a rectangular array of numbers. A matrix with m rows and n columns is called an mxn-matrix. \[1+x \]
1.1 Example
1.2 Constructors
1.3 Comprehensions
1.4 Unary Operators
1.5 Binary Operators
Index
|
Binary Operators |