* Elisp math library that handles matrices made up by lists
@ 2012-09-06 22:12 Bruno Félix Rezende Ribeiro
2012-09-06 23:54 ` Thorsten Jolitz
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Félix Rezende Ribeiro @ 2012-09-06 22:12 UTC (permalink / raw)
To: help-gnu-emacs
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Elisp math library that handles matrices made up by lists
2012-09-06 22:12 Elisp math library that handles matrices made up by lists Bruno Félix Rezende Ribeiro
@ 2012-09-06 23:54 ` Thorsten Jolitz
0 siblings, 0 replies; 2+ messages in thread
From: Thorsten Jolitz @ 2012-09-06 23:54 UTC (permalink / raw)
To: help-gnu-emacs
oitofelix@gmail.com (Bruno Félix Rezende Ribeiro) writes:
> 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:
Isn't GNU Emacs Calc written in Elisp and does matrix operations? So
maybe the implementation is based on lists anyway. Just guessing...
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-06 23:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 22:12 Elisp math library that handles matrices made up by lists Bruno Félix Rezende Ribeiro
2012-09-06 23:54 ` Thorsten Jolitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).