Follow-up #2 to : trying to use "get" inside a Maxima function - question about defstruct's
Subject: Follow-up #2 to : trying to use "get" inside a Maxima function - question about defstruct's
From: Stavros Macrakis
Date: Thu, 17 Mar 2011 17:13:02 -0400
This is a parsing problem -- (test at val)[1,1] works. I suspect that the
parsing of subscripts is hard-wired and can't be adjusted just by changing
parser parameters, but perhaps someone else knows that code better.
-s
On Wed, Mar 16, 2011 at 12:38, Bruce Linnell <brlinnell at verizon.net> wrote:
> test:new(Tensor);
> test at val:matrix([1,1],[1,1]);
> test at rank:'Trank2LL;
>