We predict basis-free, we write basis-free, but when the chips are down we close the office door and compute with matrices like fury.Linear algebra is a fundamental discipline underlining anything one can do with...
Looking under the hood on the matrix operations behind linear regression11 min read·12 hours agoFitted ValuesWe've got now used some linear algebra to seek out the best-fitting parameters for a straightforward linear regression model....
. So if we now have two transformations represented by the matrices A1 and A2 we will apply them consecutively A2(A1(vector)).But that is different from applying them inversely i.e. A1(A2(vector)). That's the reasonIn this...
We also can apply multiple consecutive transformations to a vector. So if we've two transformations represented by the matrices A1 and A2 we will apply them consecutively A2(A1(vector)).But that is different from applying them...