gistlib
% Define the matrix A = [2 3; 1 4];
% Find the inverse of the matrix inverse_A = inv(A); disp(inverse_A);
main.m0 chars1 lines
gistlibby LogSnag