First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 10 years ago

daniele gravatar image

dictionary substitution for elements of ExteriorAlgebra

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

dictionary substitution for elements of ExteriorAlgebra

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

click to hide/show revision 3
No.3 Revision

dictionary substitution for elements of ExteriorAlgebra

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

click to hide/show revision 4
retagged

updated 9 years ago

FrédéricC gravatar image

dictionary substitution for elements of ExteriorAlgebra

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