axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] composition of functions not supported in axiom ???


From: Michael Becker
Subject: [Axiom-developer] composition of functions not supported in axiom ???
Date: Sat, 25 Jul 2009 03:18:41 +0200
User-agent: KMail/1.7.1


    Hi,

       the following shows that f(g(x)) does not always behave as expected.


   
(1) -> istr := [i for i in  1..]
(1) ->
   (1)  [1,2,3,4,5,6,7,8,9,10,...]
                                                 Type: Stream PositiveInteger
(2) -> filterWhile ((x+-> (x ~= 3)),cons(9,istr))
(2) ->
   (2)  [9,1,2]
                                                 Type: Stream PositiveInteger
(3) -> maxIndex %
(3) ->
   (3)  3
                                                        Type: PositiveInteger
(4) -> maxIndex ( filterWhile ((x+-> (x ~= 3)),cons(9,istr)) )
 4) ->
   >> Error detected within library code:
   maxIndex: infinite stream




    -- Michael



  ps:  same result in fricas or open-axiom.

   









------------------------------------------------------------------------------------
 
Diese Nachricht könnte vertrauliche und/oder rechtlich
geschützte Informationen enthalten. Wenn Sie nicht der
Adressat dieser Email sind oder nicht autorisiert sind, diese
für den Adressaten entgegenzunehmen, so ist es untersagt,
diese Nachricht oder in ihr enthaltene Informationen zu nutzen,
zu kopieren, offen zu legen oder anderweitig weiterzuverarbeiten.
Sollten Sie diese Nachricht fälschlicherweise erhalten haben,
verständigen Sie den Absender bitte unverzüglich per Antwort auf
diese Mail und löschen sie diese anschließend.
Vielen Dank für Ihre Kooperation.
------------------------------------------------------------------------------------
 
This message may contain confidential and/or privileged 
information. If you are not the addressee or authorized 
to receive this for the addressee, you must not use, copy, 
disclose or take any action based on this message or any 
information herein. If you have received this message in 
error, please advise the sender immediately by reply e-mail 
and delete this message. Thank you for your co-operation. 
------------------------------------------------------------------------------------
 
We make your business move. 






reply via email to

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