Ask Your Question

adi's profile - activity

2023-08-05 15:47:30 +0200 received badge  Self-Learner (source)
2023-08-05 15:47:30 +0200 received badge  Teacher (source)
2023-08-04 21:42:34 +0200 answered a question Code working on cocalc but not locally

Figured it out, it's because I was referring back to the parent class itself when defining the element class (using clas

2023-07-31 18:02:28 +0200 received badge  Nice Question (source)
2023-07-31 05:34:16 +0200 commented answer Code working on cocalc but not locally

The same error persists. Here is the code. Perhaps I'm missing some import? Interestingly, I also get this error on Coc

2023-07-31 05:31:54 +0200 commented answer Code working on cocalc but not locally

The same error persists. Here is the code. Perhaps i'm missing some import?

2023-07-31 05:31:15 +0200 commented answer Code working on cocalc but not locally

The same error persists. Here is the code.

2023-07-28 21:58:37 +0200 received badge  Popular Question (source)
2023-07-28 21:25:32 +0200 asked a question Code working on cocalc but not locally

Code working on cocalc but not locally Hello everyone. I'm trying to define a new class on sage (called 'SuperLieAlgebra

2023-07-05 00:57:54 +0200 edited question Testing whether a multiplicative structure satisfies certain properties

Testing whether a multiplicative structure satisfies certain properties Hi all, I have defined a custom class on Sage.

2023-07-05 00:57:23 +0200 asked a question Testing whether a multiplicative structure satisfies certain properties

Testing whether a multiplicative structure satisfies certain properties Hi all, I have defined a custom class on Sage.

2023-07-05 00:42:04 +0200 received badge  Editor (source)
2023-07-05 00:42:04 +0200 edited question Defining a graded vector space

Defining a graded vector space Hello all. I'm trying to define a (finite) graded vector space using SAGE. I've managed t

2023-07-04 23:55:11 +0200 commented answer Defining a graded vector space

GradedLieAlgebra is just the name of the parent class.

2023-07-04 23:54:42 +0200 answered a question Defining a graded vector space

Saving for posterity. The following code does the job: class Element(GradedLieAlgebra.Element): def degree(self):

2023-07-04 15:41:04 +0200 received badge  Student (source)
2023-07-01 14:42:35 +0200 asked a question Defining a graded vector space

Defining a graded vector space Hello all. I'm trying to define a (finite) graded vector space using SAGE. I've managed t