dictionary substitution for elements of ExteriorAlgebra

asked 2015-01-11 15:10:29 +0200

daniele gravatar image

updated 2015-07-31 17:57:53 +0200

FrédéricC gravatar image

As a newbie for sage, I don't understand how to perform substitution for elements in, e.g., an ExteriorAlgebra.

For example, i'm trying:

E.<x,y>=ExteriorAlgebra(SR)
x.substitute({x:y})

and i'd expect "y", instead getting "x". It seems substitution in this case is not possible... So, where am i getting wrong, and what is the correct way to perform such an operation?

thanks

edit retag flag offensive close merge delete