x, y, z = var('x, y, z')
solve([x+2*y+3*z==1,3*x+3*y+4*z==1,2*x+3*y+3*y==2],x,y,z)

Strang-5.7-1-U (last edited 2010-12-18 07:22:01 by shankar)