Hi,
I tried the following:
R.$<$x,y$>$=PolynomialRing(QQ,2)
I=Ideal(x^2,y^2)
S=R.quotient(I)
I have the following question:
I woukd like to compute with SAGE the Jacobson radical of the algebra S and a block decomposition of S into indecomposable algebras (or compute the primitive idempotents).
Of course, you can compute this by hand, but I am interested in more complicated examples, too, but wanted to start with this simple example.
Since I am relatively new to SAGE, I unfortunately do not know how to compute this.
I would be grateful for any help.