Download presentation
Presentation is loading. Please wait.
Published byRandall Murphy Modified over 8 years ago
1
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 1 Bruce Mayer, PE Mathematics 16: Applied Calculus-II Bruce Mayer, PE Licensed Electrical & Mechanical Engineer BMayer@ChabotCollege.edu MTH 16 MidTerm Exam-4 Review
2
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 2 Bruce Mayer, PE Mathematics 16: Applied Calculus-II Student Reference Card Student Reference CARD = A 3"x5" Flash-Card upon which the student may write ANYTHING that he/she thinks might help him/her do better on the MidTerm Exam
3
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 3 Bruce Mayer, PE Mathematics 16: Applied Calculus-II P10RE-6 Find Sum
4
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 4 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
5
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 5 Bruce Mayer, PE Mathematics 16: Applied Calculus-II Check by MATLAB % Bruce Mayer, PE % MTH-15 01Aug13 Rev 11Sep13 % MTH15_Quick_Plot_BlueGreenBkGnd_130911.m % clear; clc; clf; % clf clears figure window % n= 1:20 T = 2.^(n+1)./3.^(n-1) for k =1:length(n) Tk = T(1:k) Sn(k) = sum(Tk) end ymin =0; ymax = max(Sn); % the Range Limits R = ymax - ymin; ymid = (ymax + ymin)/2; ypmin = ymid - 1.025*R/2; ypmax = ymid + 1.025*R/2 % % axes; set(gca,'FontSize',12); stairs(n,Sn, 'LineWidth', 3),grid, axis([0 n(end) 0 ypmax]),... xlabel('\fontsize{14}n'), ylabel('\fontsize{14}\Sigma2^(^n^+^1^)/3^(^n^- ^1^)'),... title(['\fontsize{16}MTH16 Bruce Mayer, PE',]),... annotation('textbox',[.53.05.0.1], 'FitBoxToText', 'on', 'EdgeColor', 'none', 'String', 'MTH15 Quick Plot BlueGreenBkGnd 130911.m','FontSize',7)
6
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 6 Bruce Mayer, PE Mathematics 16: Applied Calculus-II P10RE-18 Conv Test
7
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 7 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
8
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 8 Bruce Mayer, PE Mathematics 16: Applied Calculus-II Check by MATLAB % Bruce Mayer, PE % MTH-15 01Aug13 Rev 11Sep13 % MTH15_Quick_Plot_BlueGreenBkGnd_130911.m % clear; clc; clf; % clf clears figure window % n= 2:50 T = 1./(n.^2 - 1) for k =1:length(n) Tk = T(1:k) Sn(k) = sum(Tk) end ymin =0; ymax = max(Sn); % the Range Limits R = ymax - ymin; ymid = (ymax + ymin)/2; ypmin = ymid - 1.025*R/2; ypmax = ymid + 1.05*R/2 % axes; set(gca,'FontSize',12); stairs(n,Sn, 'LineWidth', 3),grid, axis([1 n(end) 0 ypmax]),... xlabel('\fontsize{14}n'), ylabel('\fontsize{14}\Sigma 1/(n^2-1)'),... title(['\fontsize{16}MTH16 Bruce Mayer, PE',]),... annotation('textbox',[.53.05.0.1], 'FitBoxToText', 'on', 'EdgeColor', 'none', 'String', 'MTH15 Quick Plot BlueGreenBkGnd 130911.m','FontSize',7)
9
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 9 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
10
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 10 Bruce Mayer, PE Mathematics 16: Applied Calculus-II u
11
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 11 Bruce Mayer, PE Mathematics 16: Applied Calculus-II − − −
12
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 12 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
13
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 13 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
14
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 14 Bruce Mayer, PE Mathematics 16: Applied Calculus-II P11.1-37 Pennies
15
BMayer@ChabotCollege.edu MTH16_MTE1_Review.pptx 15 Bruce Mayer, PE Mathematics 16: Applied Calculus-II
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.