# Linear Algebra: Theory and Applications # Ward Cheney & David Kincaid # JBPub.com (c) 2008 # File: exp1210.map # Example 1.2.10 with(LinearAlgebra): solve({x + 2*y = a,3*y + 7*y = b},{x,y});