Hi,

Le samedi 19 février 2022 à 03:28:03 UTC+1, hohoa...@gmail.com a écrit :

>
>
>    1. In [3] only gives A^4 in Out [3] (missing A^0, A^1, A^2 and A^3)
>    2.  In [4] gives no output (but In [8] does)
>    3. In [6] gives no output (but In [7] does)
>
> There is no bug in all this. To display some item at each step of a loop 
use show() or print(), e.g.

for i in [0, 1, 2, 3, 4]:
     show(A^i)

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/d7e99a7e-0c7a-4f03-8ee0-bbe373c746b4n%40googlegroups.com.

Reply via email to