<table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" style="font: inherit;"><div>Dear python-list@python.org,<br />        I am making a program of the quadratic sieve on python 2.5.2. I am also using sympy to find linear dependencies in mod 2. For example matrix A is :<br />10110<br />01101<br />00011<br />10000<br />And using sympy I can type in a command to solve ax=0, which is:<br />10000=0<br />01002=0<br />0010-1=0<br />00011=0<br />To find the values of vector x is easy by hand if you assign one value as 1, but I was wondering if I could turn the numbers into letters ( variables) so I could run the solve command in sympy. Thank you for listening to by question and I hope that you can help me. Thank you again.</div></td></tr></table><br>