axiom-mail
[Top][All Lists]
Advanced

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

RE: [Axiom-mail] Troubles with subscripts and solve()


From: Соловьев Александр Александрович
Subject: RE: [Axiom-mail] Troubles with subscripts and solve()
Date: Fri, 18 Jul 2008 17:23:28 +0400


> I was using Fricas. In Axiom, can you try this:
>
> (1) -> f:= [subscript(a,[i]) for i in 0..1]
>
>   (1)  [a ,a ]
>          0  1
>                                                            Type: List >Symbol
>(2) -> [index(i)$OVAR(f) for i in 1..size()$OVAR(f)::PI]
>
>   (2)  [a ,a ]
>          0  1
>                                 Type: List OrderedVariableList >[*01a0,*01a1]


Ok, thanks. With one index variables solve() works. But with two indices 
doesn't. Look at the attachment with output from axiom. Is there any 
workarounds?

Attachment: axiom_test.txt
Description: axiom_test.txt


reply via email to

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