The document contains MATLAB code that performs linear algebra operations. It defines matrices f, g, and calculates h as the solution to the linear system f*h=g. It then defines matrix a, fixes a dimension error, and defines vector b. It calculates the solution x to the linear system a*x=b.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
27 views1 page
Lab 1 Part 2
The document contains MATLAB code that performs linear algebra operations. It defines matrices f, g, and calculates h as the solution to the linear system f*h=g. It then defines matrix a, fixes a dimension error, and defines vector b. It calculates the solution x to the linear system a*x=b.