[1 2 1]'\[1 2 3]' This is a numerical example. This example gives an answer of 1.333
CodePudding user response:
From the documentation:
x = A\B
If
Ais a rectangularm-by-nmatrix withm ~= n, andBis a matrix withmrows, thenA\Breturns a least-squares solution to the system of equationsA*x= B.
Furthermore the ' compute the conjugate transposed of a matrix. In your case you have two real matrices so you just get the transposed each time.
