So I have AX = B, where A is a n x n matrix, and B = [b1(t); b2(t); b3(t); ... ; bn(t)]. So X would be a n x 1 matrix, with each entries as a function of t.
How would I be able to find X, using either gauss elimination, LU decomposition, or any other methods?
XjustA\B? (i.e. inverse(A)*B)