diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-01 20:26:08 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-01 20:26:08 +0000 |
commit | b38a0ef77b2c2e8223ee50b5547c2ebcfc98614e (patch) | |
tree | 75467404f380c6afb2e24d4bf66060d712a4a8fc /math/Makefile | |
parent | Add an entry for the tacacs group used by net/tac_plus4. (diff) |
This is a program which can calculate with several martices.
It can multiplicate (by matrix or number), add, substract, invert,
transpose and get the determinant of matrices. And these calculations
can be done on matrices of any order.
It has two interfaces: GTK GUI and console-interface.
Morten Slot Kristensen <ontherenth@gmail.com>
WWW: http://mplus.dk/matrices/
PR: ports/104983
Submitted by: Morten Slot Kristensen
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index a4ae34bbb2cb..8bf24f27bd0b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -135,6 +135,7 @@ SUBDIR += ltl SUBDIR += matharray SUBDIR += mathomatic + SUBDIR += matrices SUBDIR += matrix SUBDIR += maxima SUBDIR += mbasecalc |