0
  1. Trang chủ >
  2. Kỹ Thuật - Công Nghệ >
  3. Kĩ thuật Viễn thông >

Advanced Mathematics and Mechanics Applications Using MATLAB phần 8 pptx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 8 pptx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 8 pptx

... 2.0202e-002 7. 084 8e+000| 4 3.0303e-002 6.6 688 e+000| 5 4.0404e-002 6.2776e+000Material deleted for publication| 296 2.9596e+000 6.2776e+000| 297 2.9697e+000 6.6 688 e+000| 2 98 2.9798e+000 7. 084 8e+000| ... indx=[indx;2*ones(length(frqso),1)]; 83 : [frqs,k]=sort(frqs); modes=modes(:,:,k); 84 : indx=indx(k); cptim=cptim+cpto; 85 : end 86 : 87 :if nargin==6, return, end 88 : 89 :% Plot a sequence of modal functions90: neig=length(frqs);91: ... X*A+B*X=lambda*(X*C+D*X)1 78: %179: % A,B,C,D - square matrices defining the problem. 180 : % A and C have the same size. B and D 181 : % have the same size. 182 : % eigs - vector of eigenvalues 183 : % vecs -...
  • 77
  • 376
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 1 pptx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 1 pptx

... close; 78: 79:% Plot the motion 80 : for j=1:nm 81 : % Compute and scale the applied force 82 : f=f1*cos(w*t(j))+f2*sin(w*t(j)); 83 : f=.5*f; fa=abs(f); sf=sign(f); 84 : xj=x(j,:); xmaxj=max(xj); 85 : ... Edition Advanced Mathematics and Mechanics Applications Using Howard B. WilsonUniversity of AlabamaLouis H. TurcotteRose-Hulman Institute of TechnologyDavid HalpernUniversity of Alabama MATLAB ®© ... end177:1 78: %=============================================179: 180 :function varargout=inputv(prompt) 181 : % 182 : % [a1,a2, ,a_nargout]=inputv(prompt) 183 : %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184 : % 185 : % This function reads...
  • 67
  • 398
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 3 pptx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 3 pptx

... tim=tim/ngquad+tbpwf-tclock; pe=100*(v./e-1); 84 : G=[v,100*ones(5,1),pe,tim/5*ones(5,1)]; 85 : 86 :format short e 87 : disp(’ ’) 88 : disp(’ Results Using Function quadl’) 89 : disp( 90: ’ Integral Function ... integration using a76: % vector integrand. Save results in array G77: 78: ngquad=0; tim=0; t0=clock;79: while tim<secs 80 : v=ftest(bp,6)*wf; 81 : ngquad=ngquad+1; tim=etime(clock,t0); 82 : end 83 : ... selected points. 85 : % xd,yd - real data vectors of length nd 86 : % defining the curve traversed in 87 : % counterclockwise order. 88 : % kn - vectors of point indices, between one 89 : % and nd, where...
  • 61
  • 400
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 2 ppt

Advanced Mathematics and Mechanics Applications Using MATLAB phần 2 ppt

... axis’) 78: ylabel(’y axis’), zlabel(’z axis’)79: colormap([1 1 1]); grid on, figure(gcf) 80 : end 81 : 82 :%============================================== 83 : 84 :function mat=rotatran(v) 85 : % 86 : ... ratcof.144: %© 2003 by CRC Press LLC 86 : % 87 : % m,c,k - mass, damping, and stiffness matrices 88 : % f1,f2 - amplitude vectors for the sine and cosine 89 : % forcing function components90: % ... hbot=zeros(1,m(1)); 78: hside=linspace(0,h,m(2));79: htop=h*ones(1,m(3)); 80 : H=[hbot,hside(2:end),htop(2:end)]; 81 : Z=repmat(H,n(2)+1,1); 82 : xy=exp(i*th)*r; X=real(xy); Y=imag(xy); 83 : if nargin<5 84 : surf(X,Y,Z);...
  • 61
  • 249
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 4 doc

Advanced Mathematics and Mechanics Applications Using MATLAB phần 4 doc

... c(n/2) and 181 : % c(-n/2). For a particular value of n, the 182 : % highest usable harmonic is n/2-1. 183 : % 184 : % User m functions called: none 185 : % 186 : 187 :x=x(:); n=length(c); 188 : if ... GEOMETRIC PROPERTY APPLICATIONS 195 182 : v=quadl(@fshift,0,pi,tol,trace,varargin{:}); 183 : end 184 : 185 :%========================================= 186 : 187 :function u=fshift(x,varargin) 188 : % u=fshift(x,varargin) 189 : ... minimum and maximum times 184 : % for which the solution is to 185 : % be computed 186 : % t - A vector of times at which 187 : % the solution is computed 188 : % ys - Vector of steady-state solution 189 :...
  • 61
  • 323
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 5 ppsx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 5 ppsx

... and stiffness matrices 282 : % 283 : % User m functions called: none. 284 : % 285 : 286 :m=diag(masses); 287 : b=flipud(cumsum(flipud(masses(:))))* 288 : gravty./lngths; 289 : n=length(masses); k=zeros(n,n); ... Integrator of Order 6Figure 8. 2: Stability Zone for Explicit Integrator of Order 6© 2003 by CRC Press LLC 284 ADVANCED MATH AND MECHANICS APPLICATIONS USING MATLAB 8. 7 Motion of a ProjectileThe ... Input: 184 : % 185 : % m,c,k mass, damping and stiffness matrices 186 : % t0 starting time 187 : % x0,v0 initial displacement and velocity 188 : % tmax maximum time for solution evaluation 189 : % h integration...
  • 61
  • 419
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 7 ppsx

Advanced Mathematics and Mechanics Applications Using MATLAB phần 7 ppsx

... 84 .2714 286 : 14.7960 34.1543 53.3 483 46.2 980 66.1476 85 . 682 5 287 : 16.2234 35.4999 54.6719 47 .81 78 67.5905 87 . 087 0 288 : 17.6159 36 .83 36 55. 988 5 49.3204 69.0240 88 . 484 6 289 : 18. 980 1 38. 1563 57.2 984 50 .80 72 ... 28. 6266 47.9743 67.1 982 60.2703 79.9960 283 : 33. 988 7 30.0337 49.33 08 68. 5339 61.7567 81 .4291 284 : 11.7916 31.42 28 50.6 782 43.19 98 63.2313 82 .85 35 285 : 13.3237 32.79 58 52.0172 44.7593 64.6947 84 .2714 286 : ... 52.6 589 46.1679 65 .83 99 85 .27 38 2 68: 15.7002 34 .83 00 53.9559 47.6493 67.2577 86 .6603269: 17.0037 36.1237 55.2466 49.1157 68. 6 681 88 .04 08 270: 18. 287 6 37.4 081 30.6346 50.5 681 70.0699 62.0 485 271:...
  • 72
  • 384
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 9 pps

Advanced Mathematics and Mechanics Applications Using MATLAB phần 9 pps

... off; figure(gcf); 78: print -deps apprxdat79: 80 :%============================================= 81 : 82 :function z=vibfun(x) 83 : % 84 : % z=vibfun(x) 85 : % ~~~~~~~~~~~ 86 : % 87 : % This function ... u=reshape(u,n,m); 84 : if nargin==1 | noplot==0 85 : z=reshape(z,n,m); 86 : surf(real(z),imag(z),u); xlabel(’x axis’); 87 : ylabel(’y axis’); 88 : title([’Mixed Boundary Value Problem ’, 89 : ’for a Circular ... z=linspace(0,1,10)’* 78: exp(i*linspace(0,2*pi ,81 ));79: end 80 : [n,m]=size(z); z=z(:); u=1/2*ones(size(z)); 81 : k=find(abs(z)>0); Z=z(k); 82 : U=(Z+1./Z+(1-1./Z).*sqrt(Z-i).*sqrt(Z+i))/2; 83 : u(k)=real(U);...
  • 67
  • 363
  • 0
Advanced Mathematics and Mechanics Applications Using MATLAB phần 10 pdf

Advanced Mathematics and Mechanics Applications Using MATLAB phần 10 pdf

... CRC Press LLC 84 : % end slope and makes the discontinuity 85 : % of y’’’ at xd(end-1) small. 86 : % endc=[4,right_slope] imposes the right 87 : % end slope and makes the discontinuity 88 : % of y’’’ ... LLC6 08 ADVANCED MATH AND MECHANICS APPLICATIONS USING MATLAB Routine Chapter Descriptionsplinerr 2 Program showing differential geome-try properties of a space curve.curvprpsp 2 Function using ... x=rho*cos(u); y=rho*sin(u);1 78: r=r0(:)+m*[x;y;z];179: 180 :%=========================================== 181 : 182 :function dsqr=dcyl2cyl( 183 : w,r0,m,rdat,zdat,R0,M,Rdat,Zdat) 184 : %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 :...
  • 66
  • 415
  • 0
advanced mathematics and mechanics applications using matlab - howard b. wilson

advanced mathematics and mechanics applications using matlab - howard b. wilson

... 143: sprintf(’R = %8. 3f’,R), 144: sprintf(’I = %8. 3f’,I), 145: sprintf(’A = %8. 3f’,A), 146: sprintf(’q0 = %8. 3f’,q0), 147: sprintf(’q1 = %8. 3f’,q1), 1 48: sprintf(’q2 = %8. 3f’,q2));149: w=axis; ... R2=[real(u2);imag(u2);z2];177:1 78: % Get curve properties from crvprp3d179: [T,N,B,kappa]=crvprp3d(R1,R2); 180 : 181 :%============================================== 182 : 183 :function val=splined(xd,yd,x,if2) 184 : % 185 : ... 2Elementary Aspects of MATLAB Graphics2.1 Introduction MATLAB s capabilities for plotting curves and surfaces are versatile and easy tounderstand. In fact, the effort required to learn MATLAB would be...
  • 665
  • 871
  • 0

Xem thêm

Từ khóa: discrete mathematics and its applications inductionpractical image and video processing using matlab free ebook downloadadvanced models and their applicationsssis and ssrs applications using sql azurerozhanskaya mariam 1928— russian historian of mathematics and mechanicsdynamic simulation of electrical machines and drive systems using matlab guisocial and interactive applications using sound track identificationjava™ applications using db2® version 8building web applications using mysql and phpdigital image processing using matlab by gonzalez and woods pdf free downloaddeveloping web applications using mysql and phpfuzzy image processing and applications with matlab pdf free downloaddesigning and developing windows applications using microsoft net framework 4 bookdesigning and developing windows applications using microsoft net framework 4 ebookdesigning and developing windows applications using microsoft net framework 4 0Báo cáo thực tập tại nhà thuốc tại Thành phố Hồ Chí Minh năm 2018Báo cáo quy trình mua hàng CT CP Công Nghệ NPVNghiên cứu vật liệu biến hóa (metamaterials) hấp thụ sóng điện tử ở vùng tần số THzNghiên cứu tổ chức chạy tàu hàng cố định theo thời gian trên đường sắt việt namGiáo án Sinh học 11 bài 13: Thực hành phát hiện diệp lục và carôtenôitGiáo án Sinh học 11 bài 13: Thực hành phát hiện diệp lục và carôtenôitGiáo án Sinh học 11 bài 13: Thực hành phát hiện diệp lục và carôtenôitĐỒ ÁN NGHIÊN CỨU CÔNG NGHỆ KẾT NỐI VÔ TUYẾN CỰ LY XA, CÔNG SUẤT THẤP LPWANPhối hợp giữa phòng văn hóa và thông tin với phòng giáo dục và đào tạo trong việc tuyên truyền, giáo dục, vận động xây dựng nông thôn mới huyện thanh thủy, tỉnh phú thọPhát triển du lịch bền vững trên cơ sở bảo vệ môi trường tự nhiên vịnh hạ longNghiên cứu, xây dựng phần mềm smartscan và ứng dụng trong bảo vệ mạng máy tính chuyên dùngChuong 2 nhận dạng rui roKiểm sát việc giải quyết tố giác, tin báo về tội phạm và kiến nghị khởi tố theo pháp luật tố tụng hình sự Việt Nam từ thực tiễn tỉnh Bình Định (Luận văn thạc sĩ)Tăng trưởng tín dụng hộ sản xuất nông nghiệp tại Ngân hàng Nông nghiệp và Phát triển nông thôn Việt Nam chi nhánh tỉnh Bắc Giang (Luận văn thạc sĩ)Giáo án Sinh học 11 bài 15: Tiêu hóa ở động vậtchuong 1 tong quan quan tri rui roGiáo án Sinh học 11 bài 14: Thực hành phát hiện hô hấp ở thực vậtChiến lược marketing tại ngân hàng Agribank chi nhánh Sài Gòn từ 2013-2015HIỆU QUẢ CỦA MÔ HÌNH XỬ LÝ BÙN HOẠT TÍNH BẰNG KIỀMTÁI CHẾ NHỰA VÀ QUẢN LÝ CHẤT THẢI Ở HOA KỲ