Inverse of matrix and multiplication
问题 I am new to world of matrix, sorry for this basic question I could not figure out: I have four matrix (one unknown). Matrix X x <- c(44.412, 0.238, -0.027, 93.128, 0.238, 0.427, -0.193, 0.673, 0.027, -0.193, 0.094, -0.428, 93.128, 0.673, -0.428, 224.099) X <- matrix(x, ncol = 4 ) Matrix B : need to be solved , 1 X 4 (column x nrows), with b1, b2, b3, b4 values Matrix G g <- c(33.575, 0.080, -0.006, 68.123, 0.080, 0.238, -0.033, 0.468, -0.006, -0.033, 0.084, -0.764, 68.123, 0.468, -0.764, 205