
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Lab; Class: Introduction to Mathematical Software.; Subject: MATHEMATICAL SCIENCE; University: Ball State University; Term: Fall 2009;
Typology: Lab Reports
1 / 1
This page cannot be seen from the preview
Don't miss anything!
MATHS 159 Lab 10, Fall 2009
This lab is due on Friday, December 4, 2009. Using Excel, Mathematica, or MATLAB, as appropriate to the question, answer each of the questions below. Include all of your work for this lab, including written responses in appropriate files, as outlined below in each question. Be as neat and complete as possible. Copies of the four files created for this lab should be emailed to our class Graduate Assistant, Priyanka Bhatlapenumarthi at bhrrpriyanka@gmail.com.
and B =
, from our class notes,
use Excel for each of the following:
(a) Find AB (b) Find det(A) (c) Find A- (d) Show AA -1^ = A-1A = I (e) Solve AX = b, for b set equal to each column in B (Hint: this can be done in one step).
Save your work in a single Excel workbook as LastnameFirstname15900XLab10problem1.xls , where 00X is chosen to be 001 or 002, as appropriate to the section in which you are enrolled and send a copy to Priyanka Bhatlapenumarthi.
(a) Create an M-file to plot the six functions in problems 1 – 6 on page 14 of the handout. Each graph should appear as a subplot in a single figure, with axes labeled and appropriate titles for each subplot. Save this M-file as LastnameFirstname15900XLab10problem3a.m , where 00X is chosen to be 001 or 002, as appropriate to the section in which you are enrolled and send a copy to Priyanka Bhatlapenumarthi.
(b) Create another M-file for problems 1 – 2 in Section 1.3.2 on pp. 18-19 of the handout. Save this M-file as LastnameFirstname15900XLab10problem3b.m , where 00X is chosen to be 001 or 002, as appropriate to the section in which you are enrolled and send a copy to Priyanka Bhatlapenumarthi. (Hint: the command ‘figure’ can be used to open a new window and the command ‘hold’ will keep a graph in an open figure from being overwritten.)
Note: MATLAB will give an error message if you try to run an M-file whose name begins with a number.