HI, there. I tried to compute some examples with Sage manifolds and I got this:
sage: E2 = Manifold(2, ’E^2’, latex_name=r’\mathbb{E}^2’, start_index=1) File "<ipython-input-38-07521664be64>", line 1 E2 = Manifold(Integer(2), ’EInteger(2)’, latex_name=r’ * BackslashOperator() * mathbb{E}Integer(2)’, start_index=Integer(1)) ^ SyntaxError: invalid syntax
How could I fix it?
PS: My plan is to compute metric, connection, curvature, and riemann tensors. PS(II): Are differential forms implemented in Sage? Thanks!