1 Matrix Library
1.1 Example
1.2 Constructors
1.3 Comprehensions
1.4 Unary Operators
1.5 Binary Operators
Index
Version: 5.3.0.6

Racket Math Libraries

Jens Axel Søgaard

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

      1.1 Example

      1.2 Constructors

      1.3 Comprehensions

      1.4 Unary Operators

      1.5 Binary Operators

    Index

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

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

 

Binary Operators
Comprehensions
Constructors
Example
Matrix Library
Racket Math Libraries
Unary Operators