1 / 15

Bruce Mayer, PE Licensed Electrical & Mechanical Engineer BMayer@ChabotCollege

MTH 16. MidTerm Exam-4 Review. Bruce Mayer, PE Licensed Electrical & Mechanical Engineer BMayer@ChabotCollege.edu. Student Reference Card.

watson
Download Presentation

Bruce Mayer, PE Licensed Electrical & Mechanical Engineer BMayer@ChabotCollege

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MTH 16 MidTermExam-4Review Bruce Mayer, PE Licensed Electrical & Mechanical EngineerBMayer@ChabotCollege.edu

  2. 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. P10RE-6  Find Sum

  4. 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)

  5. P10RE-18  Conv Test

  6. 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)

  7. u

  8. − −

  9. P11.1-37  Pennies

More Related