The set of equations, x1+3x2=17, 5x1+7x2=19, and 11x1+13x2=23 has no real solution, but the pseudoinverse may be used to find close values. First, the matrix A is set up: A=[13571113]. We solve A†=(ATA)−1AT and get A†=[−0.5197−0.21710.23680.42760.2039−0.1316]. Next, we find x=A†y and multiply:
[−0.5197−0.21710.23680.42760.2039−0.1316] [171923]= [−7.518.12]
This means x1≈−7.51 and x2≈8.12.