N by N UTM and LTM Symbolic Matrix Creator

Creates an N by N Symbolic Matrix in the Upper Triangular and Lower Triangular Form
15 Downloads
Updated 23 Sep 2017

View License

Creates a symbolic matrix of n rows and n cols of the form...
% [ 1, m12, m13, m14]
% [ 0, 1, m23, m24]
% [ 0, 0, 1, m34]
% [ 0, 0, 0, 1]
% and finds X = inv(A) * B for both the Upper Triangular and the
% Lower Triangular form, e.t.c.

Cite As

Emmanuel Paul (2024). N by N UTM and LTM Symbolic Matrix Creator (https://www.mathworks.com/matlabcentral/fileexchange/64508-n-by-n-utm-and-ltm-symbolic-matrix-creator), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0