Matrices over GradedCommutativeAlgebra

asked 2026-01-11 23:00:19 +0100

CubicBear gravatar image

updated 2026-01-11 23:18:44 +0100

I want to compute the matrix-valued differential forms. But the following code does not work:

R.<dx> = GradedCommutativeAlgebra(QQ)
matrix([dx])

It gives:

NotImplementedError: homomorphisms of graded commutative algebras have only been implemented when the base rings are the same

Is there anyway of computing matrix product with entry values in GradedCommutativeAlgebra?

edit retag flag offensive close merge delete