Can someone expplain why the first line does not succeed?

Ralf

(1) -> p4 := entries partitions(4)

   >> Error detected within library code:
   infinite stream

(1) -> p := partitions(4)

   (1)  [[4], [3, 1], [2, 2], [2, 1, 1], [1, 1, 1, 1]]
Type: Stream(List(Integer))
(2) -> p4 := entries p

   (2)  [[4], [3, 1], [2, 2], [2, 1, 1], [1, 1, 1, 1]]
Type: List(List(Integer))

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/f49df631-5a59-165c-3236-411dc037c596%40hemmecke.org.

Reply via email to