MATLAB matrix of variables operations -
so have ax = b, n x n matrix, , b = [b1(t); b2(t); b3(t); ... ; bn(t)]. x n x 1 matrix, each entries function of t.
how able find x, using either gauss elimination, lu decomposition, or other methods?
lu decomposition inbuilt function available matlab. see here.
Comments
Post a Comment