MATLAB Assignment - Linear Algebra | MATH 203, Assignments of Linear Algebra

Mat Lab Assignment Material Type: Assignment; Professor: Crain; Class: Linear Algebra; Subject: Mathematics; University: George Mason University; Term: Fall 2008;

Typology: Assignments

Pre 2010

Uploaded on 12/09/2008

koofers-user-jz1
koofers-user-jz1 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 203 - MATLAB Sample Assignment
This serves to illustrate the format I expect to see from your solution
to MATLAB Homework. My solution of it includes the M-file that
solves the various problems and some appropriate comments.
1. Define in MATLAB the matrices
A=5 16
7 2 , b =14
8.
Use MATLAB to solve the system Ax =bby row reducing the augmented
matrix [A b]. Denote the solution of the system by x.
2. Use MATLAB to calculate the matrix
I2+A+A2+A3,
where I2denotes the 2 by 2 identity matrix.

Partial preview of the text

Download MATLAB Assignment - Linear Algebra | MATH 203 and more Assignments Linear Algebra in PDF only on Docsity!

Math 203 - MATLAB Sample Assignment

This serves to illustrate the format I expect to see from your solution to MATLAB Homework. My solution of it includes the M-file that solves the various problems and some appropriate comments.

  1. Define in MATLAB the matrices

A =

[

]

, b =

[

]

Use MATLAB to solve the system Ax = b by row reducing the augmented matrix [A b]. Denote the solution of the system by x.

  1. Use MATLAB to calculate the matrix

I 2 + A + A^2 + A^3 ,

where I 2 denotes the 2 by 2 identity matrix.