1 | initial version |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all.Integer
also for show, no error since I add this sage.all. every time I use a sage function . ;-)
2 | No.2 Revision |
for my case on cocalc.com site I need to add import sage.all.
and each time I use a specific SageMath function I need to add sage.all.Integer sage.all. in front of Integer()
also for show, no error since I add this sage.all. every time I use a sage function . ;-)
3 | No.3 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the second one : https://groups.google.com/forum/#!top...
4 | No.4 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, and Arrangement(), no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the second one : https://groups.google.com/forum/#!top...
5 | No.5 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, and Arrangement(), no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the second first one : https://groups.google.com/forum/#!top... https://ask.sagemath.org/question/323...
(edited , I made an error on the good link )
6 | No.6 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, and Arrangement(), no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the first one : https://ask.sagemath.org/question/323... (edited , I made an error on the good link )
I put below a link on my cocalc code: https://cocalc.com/projects/24af7826-75ca-477a-82a4-09f106b6ab15
7 | No.7 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, and Arrangement(), no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the first one : https://ask.sagemath.org/question/323... (edited , I made an error on the good link )
I put below a link on my cocalc code:
https://cocalc.com/projects/24af7826-75ca-477a-82a4-09f106b6ab15non-TransitiveDice cocalc public code
8 | No.8 Revision |
for my case on cocalc.com site I need to add import sage.all. and each time I use a specific SageMath function I need to add sage.all. in front of Integer()
also for show, and Arrangement(), no error since I add this sage.all. every time I use a sage function . ;-)
it is the link given by kcrisman which help me, the first one : https://ask.sagemath.org/question/323... (edited , I made an error on the good link )
I put below a link on my cocalc code:
code:
edited: the link was wrong . now it is ok. non-TransitiveDice cocalc public code