scribble-math/docs/index.scrbl
Jens Axel Søgaard 1ae55396e4 Inital commit
2012-06-20 17:20:30 +02:00

22 lines
670 B
Racket

#lang scribble/manual
@title{Racket Math Libraries}
@author["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:
@(let ([url "https://github.com/soegaard"])
(link url url))
@table-of-contents[]
@; ------------------------------------------------------------------------
@include-section["matrix.scrbl"]
@index-section[]