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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -