Ask Your Question

Zach H's profile - activity

2014-02-02 06:52:07 +0200 received badge  Nice Question (source)
2014-01-02 21:54:06 +0200 received badge  Student (source)
2013-12-28 00:50:04 +0200 asked a question Declare arithmetic with formal variables

I want to create variables in SAGE and and declare arithmetic relations between them. For example, it is easy enough to declare that x1, ..., xn and y1, ..., yn be variables. Is there a way to state that

xi*xj = 0 (in the ring of polynomials, if necessary)

or that

x1 < y1 < x2 < y2 < ...?