Python programming
ng my request. Maurice Shih -- http://mail.python.org/mailman/listinfo/python-list
Python programming
Dear python-list@python.org, 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 : 10110 01101 00011 1 And using sympy I can type in a command to solve ax=0, which is: 1=0 01002=0 0010-1=0