|
|
last edited 10 years ago by test1 |
1 2 3 4 | ||
Editor: kratt6
Time: 2009/01/13 04:35:00 GMT-8 |
||
Note: more information |
added:
From kratt6 Tue Jan 13 04:35:00 -0800 2009
From: kratt6
Date: Tue, 13 Jan 2009 04:35:00 -0800
Subject: more information
Message-ID: <20090113043500-0800@axiom-wiki.newsynthesis.org>
See
http://groups.google.at/group/fricas-devel/browse_thread/thread/93331582de7cfd31
for more information
Theses functions are right :
Need to set:
)set function compile on
methodea a == select (t +-> t=3,expand (-10..2*a))
methodea 10
Compiling function methodea with type PositiveInteger -> List( Integer)
![]() | (1) |
methodeb a == select (t +-> t=a,expand (-10..20))
methodeb 10
Compiling function methodeb with type PositiveInteger -> List( Integer)
![]() | (2) |
methode1 := a +-> select (t +-> t=3,expand (-10..2*a))
![]() | (3) |
methode1 10
![]() | (4) |
This last function gives me a System error : The variable #:G30... is unbound. I think that the cause is the test a=t
methode2 := a +-> select (t +-> t=a,expand (-10..20))
![]() | (5) |
methode2 10
>> System error: The variable #:G700 is unbound.
http://groups.google.at/group/fricas-devel/browse_thread/thread/93331582de7cfd31
for more information