all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: oitofelix@gmail.com (Bruno Félix Rezende Ribeiro)
To: help-gnu-emacs@gnu.org
Subject: Elisp math library that handles matrices made up by lists
Date: Thu, 06 Sep 2012 19:12:19 -0300	[thread overview]
Message-ID: <87sjaux0l8.fsf@gmail.com> (raw)

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	other threads:[~2012-09-06 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 22:12 Bruno Félix Rezende Ribeiro [this message]
2012-09-06 23:54 ` Elisp math library that handles matrices made up by lists Thorsten Jolitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjaux0l8.fsf@gmail.com \
    --to=oitofelix@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.