Difference between revisions of "EGR 103/Fall 2016/Lab 5"
Line 5: | Line 5: | ||
None yet! | None yet! | ||
− | == | + | == 5.4 Assignment == |
− | === | + | === 5.4.1 Palm 5.2 === |
Pretty straightforward. Remember to use a large number of points for finding numerical extrema and a decidedly smaller number of points for making the plot. | Pretty straightforward. Remember to use a large number of points for finding numerical extrema and a decidedly smaller number of points for making the plot. | ||
− | === | + | === 5.4.2 Palm 5.21/6.7 === |
Just three different ways of looking at a data set! | Just three different ways of looking at a data set! | ||
− | === | + | === 5.4.3 Chapra 3.9 === |
The core of this problem is to learn how to make a surface plot with contours. [[MATLAB:Plotting_Surfaces]] contains a great deal of information about this process. The <code>meshgrid</code> command is especially important. | The core of this problem is to learn how to make a surface plot with contours. [[MATLAB:Plotting_Surfaces]] contains a great deal of information about this process. The <code>meshgrid</code> command is especially important. | ||
− | === | + | === 5.4.4 Palm 5.30-5.32 === |
The main programming concepts here are using subplots and creating a contour plot. More information can be found at [[MATLAB:Contour_Plots]] | The main programming concepts here are using subplots and creating a contour plot. More information can be found at [[MATLAB:Contour_Plots]] | ||
− | === | + | === 5.4.6 Palm 4.28 === |
− | |||
− | |||
− | |||
This problem expands on making surface plots to using 2-D matrices to solve optimization problems. [[MATLAB:Plotting_Surfaces]] and [[MATLAB:Contour_Plots]] will be useful in making the plots. The section [[MATLAB:Plotting_Surfaces#Finding_Minima_and_Maxima_in_2-D]] will be especially helpful in terms of finding the best location for the distribution center. Also, Douglas Adams wrote funny books. | This problem expands on making surface plots to using 2-D matrices to solve optimization problems. [[MATLAB:Plotting_Surfaces]] and [[MATLAB:Contour_Plots]] will be useful in making the plots. The section [[MATLAB:Plotting_Surfaces#Finding_Minima_and_Maxima_in_2-D]] will be especially helpful in terms of finding the best location for the distribution center. Also, Douglas Adams wrote funny books. |
Revision as of 18:08, 25 September 2016
This page is meant to serve as the basis for a self-guided tour of the various parts of Lab 5 for EGR 103. It will include relevant links and example for each problem. Dr. G will also be presenting materials during the lab.
Typographical Errors
None yet!
5.4 Assignment
5.4.1 Palm 5.2
Pretty straightforward. Remember to use a large number of points for finding numerical extrema and a decidedly smaller number of points for making the plot.
5.4.2 Palm 5.21/6.7
Just three different ways of looking at a data set!
5.4.3 Chapra 3.9
The core of this problem is to learn how to make a surface plot with contours. MATLAB:Plotting_Surfaces contains a great deal of information about this process. The meshgrid
command is especially important.
5.4.4 Palm 5.30-5.32
The main programming concepts here are using subplots and creating a contour plot. More information can be found at MATLAB:Contour_Plots
5.4.6 Palm 4.28
This problem expands on making surface plots to using 2-D matrices to solve optimization problems. MATLAB:Plotting_Surfaces and MATLAB:Contour_Plots will be useful in making the plots. The section MATLAB:Plotting_Surfaces#Finding_Minima_and_Maxima_in_2-D will be especially helpful in terms of finding the best location for the distribution center. Also, Douglas Adams wrote funny books.