From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Elisp math library that handles matrices made up by lists Date: Fri, 07 Sep 2012 01:54:37 +0200 Message-ID: <87mx12d7wi.fsf@googlemail.com> References: <87sjaux0l8.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1346975510 13111 80.91.229.3 (6 Sep 2012 23:51:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2012 23:51:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 07 01:51:52 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T9lrT-0003Jr-Eh for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Sep 2012 01:51:51 +0200 Original-Received: from localhost ([::1]:33396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9lrQ-00042o-HO for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Sep 2012 19:51:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9lrL-00042j-TS for help-gnu-emacs@gnu.org; Thu, 06 Sep 2012 19:51:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9lrL-00046p-7T for help-gnu-emacs@gnu.org; Thu, 06 Sep 2012 19:51:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9lrL-00046l-0e for help-gnu-emacs@gnu.org; Thu, 06 Sep 2012 19:51:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T9lrK-00037t-Ao for help-gnu-emacs@gnu.org; Fri, 07 Sep 2012 01:51:42 +0200 Original-Received: from g231233127.adsl.alicedsl.de ([92.231.233.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Sep 2012 01:51:42 +0200 Original-Received: from tjolitz by g231233127.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Sep 2012 01:51:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231233127.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:Iw1jg/q52CvkVPAlHp3qotnNX9k= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86673 Archived-At: 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