
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; Professor: Konieczny; Class: Linear Algebra; Subject: Mathematics; University: University of Mary Washington; Term: Fall 2009;
Typology: Lab Reports
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Math 300
Names:
You may use books and notes but please work on this lab with your partner only. You must show all work. Sentences explaining what you are doing are very important. Your lab should be written entirely as a Derive document. Your document should be a combination of sentences that explain what you are doing and Derive computations. To enter the text after a given expression, highlight the expression and click on the Insert Text button. Do not do any computations by hand. For example, to reduce a matrix A, use Derive command row_reduce(A). Every group submits one report.
Read about “Polynomial Curve Fitting” in Section 1.3 (pages 29–33).
(a) Find a polynomial y D a 0 C a 1 x C a 2 x^2 C a 3 x^3 C a 4 x^4 C a 5 x^5 of degree 5 whose graph passes through all these points. Show all work. (Use Example 2 on page 30 as a model.) (b) Use DERIVE to plot the points and your fifth-degree polynomial in the same coordinate sys- tem. Make sure that the graph passes through all six points. Select a suitable range so that the points and curve are clearly visible: in 2D-plot window use Set/Plot Range/Minimum/maximum. To plot the points, enter them as the 6 2 matrix Œ4; 2I 2; 4 I : : : I 5; 1 and plot in 2D-plot window. In that window, select Options/Display/Points and click on Large so that the points would be clearly visible.
Show all work.