Thanks for the explanation.
On Tuesday, February 28, 2023 at 3:24:38 PM UTC+1 Dima Pasechnik wrote:
> On Tue, Feb 28, 2023 at 3:14 PM Tovo wrote:
> >
> > I have sage 9.5 on Ubuntu 22.04/22.10.
> > I have the following code inside my files
> >
> > delta=simplicial_complexes.RandomComplex(4,1)
> >
On Tue, Feb 28, 2023 at 3:14 PM Tovo wrote:
>
> I have sage 9.5 on Ubuntu 22.04/22.10.
> I have the following code inside my files
>
> delta=simplicial_complexes.RandomComplex(4,1)
> print(delta.facets())
>
> If the file is named as test.sage, the program works fine.
> If the file is named as test
I have sage 9.5 on Ubuntu 22.04/22.10.
I have the following code inside my files
delta=simplicial_complexes.RandomComplex(4,1)
print(delta.facets())
If the file is named as test.sage, the program works fine.
If the file is named as test.txt, the program outputs
delta=simplicial_complexes.RandomCo