help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Elisp math library that handles matrices made up by lists


From: Bruno Félix Rezende Ribeiro
Subject: Elisp math library that handles matrices made up by lists
Date: Thu, 06 Sep 2012 19:12:19 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Does anyone have any knowledge about a elisp math library to handle and operate 
on
matrices built as lists of (equal length) lists, like this:

((1 2 3)
 (4 5 6)
 (7 8 9))

To transpose, to extract columns, to calculate sum, product, determinant
and other correlate operations?

If there is none, would one be reasonably relevant to elisp programmers
in general to worth the implementation?  Or do you think it's better to
duplicate and adapt the needed functions, probably only a small subset
of that library, to every project that one want to distribute to Emacs
users?

Thanks in advance.
-- 
 ,= ,-_-. =.  Bruno Félix Rezende Ribeiro (oitofelix)
((_/)o o(\_)) Uns o chamam de super-vaca...
 `-'(. .)`-'  Outros de hiper-touro...
     \_/      Eu o chamo simplesmente: meta-gnu!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]