0
  1. Trang chủ >
  2. Kỹ Thuật - Công Nghệ >
  3. Điện - Điện tử >

numerical computing with matlab - cleve moler

numerical computing with matlab - cleve moler

numerical computing with matlab - cleve moler

... canalso view the file with F = imread(’fern.png’);image(F)Preface Numerical Computing with MATLAB is a textbook for an introductory coursein numerical methods, Matlab, and technical computing. The ... (1:40)’;f = (phi.^(n+1) - (1-phi).^(n+1))/(2*phi-1)The .^ operator is an element-by-element power operator. It is not necessary touse ./ for the final division b ecause (2*phi-1) is a scalar quantity. ... Magic Squares 21det(A)is -3 60The inverse,X = inv(A)isX =0.1472 -0 .1444 0.0639 -0 .0611 0.0222 0.1056 -0 .0194 0.1889 -0 .1028The inverse looks better if it is displayed with a rational format.format...
  • 354
  • 342
  • 0
scientific computing with matlab and octave - alfio quarteroni & fausto saleri

scientific computing with matlab and octave - alfio quarteroni & fausto saleri

... 2; -1 3 4; -2 -1 3],bythecommand L1=tril(A) we obtainL1 =300 -1 30 -2 -1 3while, by L2=tril(A,1), we obtainL2 =310 -1 34 -2 -1 3Texts inComputational Scienceand Engineering2EditorsTimothy ... triu(A,m), with m ranging from -n and n, allowthe extraction of the triangular part augmented by, or deprived of, mextradiagonals.For instance, given the matrix A =[3 1 2; -1 3 4; -2 -1 3],bythecommand ... . . . . . . . . . . . . . . . . . . . . . . . 2348 Numerical methods for (initial-)boundary-valueproblems 2378.1 Approximation of boundary-value problems . . . . . . . . . . . . 2408.1.1 Approximation...
  • 342
  • 778
  • 0
matlab books - numerical analysis with spreadsheets - steven t. karris

matlab books - numerical analysis with spreadsheets - steven t. karris

... 2.4186 + 1.0712i 2.4186 - 1.0712i -1 .1633 -0 .3370 + 0.9961i -0 .3370 - 0.9961iroots_den = 1.6760 + 0.4922i 1.6760 - 0.4922i -1 .9304 -0 .2108 + 0.9870i -0 .2108 - 0.9870i -1 .0000As expected, ... twoaxes. MATLAB has also a three-dimensional (three-axes) capability and this is discussed next.0 1 2 3 4 5 6 7 -1 -0 .8 -0 .6 -0 .4 -0 .200.20.40.60.81sin(x) sin(x+2*pi/3) sin(x+4*pi/3) Numerical ... Sinusoids 3- 2Inverse Trigonometric Functions 3-1 0Phasors 3- 10Addition and Subtraction of Phasors 3-1 1Multiplication of Phasors 3- 12Division of Phasors 3-1 2 Numerical Analysis Using MATLAB...
  • 570
  • 341
  • 0
optics learning by computing with examples using matlab - k.d. moller

optics learning by computing with examples using matlab - k.d. moller

... Figure 1.3 we show a cross-section of a prism with apex angle A and refractive index n. The incident raymakes an angle θ1 with the normal, and the angle of deviation with respect tothe incident ... index n1and makes the an-gle θ1 with the normal of the interface.After traversing the interface, the anglechanges to θ2, and the light travels in the medium with refractive index n2.3. ... SPHERICAL SURFACES 11The ls cancel out and we have obtained the image-forming equation for a spher-ical surface between media with refractive index n1and n2, for all rays in a coneof light...
  • 459
  • 565
  • 0
signals and systems with matlab computing and simulink modeling - steven t. karris

signals and systems with matlab computing and simulink modeling - steven t. karris

... b<<dab∫dxy() xdy ydx or xdy+ dxy()ydx–==$74.95 U.S.A.ISBN-10: 0-9 974423 9-9 9-8 8ISBN-13: 978 0-9 974423 9-9 9-9 9Orchard PublicationsVisit us on the Internetwww.orchardpublications.comor ... Edition with MATLAB ® Computing and Simulink® ModelingIncludes step-by-stepproceduresfor designinganalog anddigital filtersChapter 1 Elementary Signals1−4 Signals and Systems with MATLAB ... Using MATLAB 7−477.15 Summary 7−507.16 Exercises 7−537.17 Solutions to End−of−Chapter Exercises 7−55 MATLAB Computing Pages 7−38, 7−47Cn–CnSignals and Systems with MATLAB ® Computing...
  • 651
  • 470
  • 0
Interacting with MATLAB

Interacting with MATLAB

... Sine Curves’)pauseThe result is shown in Figure 3-1 .0 1 2 3 4 5 6 7 -1 -0 .8 -0 .6 -0 .4 -0 .200.20.40.60.81Several Sine CurvesFigure 3-1 Presenting Your Results45Let’s analyze this solution. ... features of the MATLAB interface and the use ofscript M-files, function M-files, and diary files. We also give some simple hintsfor debugging your M-files.The MATLAB Interface MATLAB 6 has a new ... 3Interacting with MATLAB In this chapter we describe an effective procedure for working with MATLAB, and for preparing and presenting the results of a MATLAB session. In parti-cular we will...
  • 19
  • 391
  • 1
Gui with Matlab

Gui with Matlab

... functions:– 0 - root object handle (the screen)– gcf – returns the handle for current figure– gca - returns the handle for current axes– gco - returns the handle for current object– gcbf - returns ... Plotting Routines • 3-D Plotting• Images42-D Plottingx=0:.1:2*pi;y=sin(x);plot(x,y)grid onhold onplot(x, exp(-x), 'r:*')axis([0 2*pi 0 1])title('2-D Plot')xlabel('Time')ylabel('Sin(t) ... shape-preserving interpolant, or a polynomial up to degree 10– Plots multiple fits simultaneously for a given data set– Examines the numerical results of a fit– Annotates the plot with the numerical...
  • 17
  • 355
  • 3
Discrete systems and digital signal processing with MATLAB

Discrete systems and digital signal processing with MATLAB

... 1894The z-Transform and Discrete Systems 1954.1 Introduction 1954.2 The Bilateral z-Transform 1954.3 The Unilateral z-Transform 1974.4 Convergence Considerations 2004.5 The Inverse z-Transform ... h(n), y(n), and the z-Transform 2124.9 Solving Difference Equation using the z-Transform 2144.10 Convergence Revisited 2164.11 The Final Value Theorem 2194.12 The Initial-Value Theorem 219148 ... () . .TTT150 Discrete Systems and Digital Signal Processing with MATLAB3.4 The Discrete System with Periodic Inputs: The Steady-State ResponseTo start the process, let us consider the input...
  • 689
  • 589
  • 5

Xem thêm

Từ khóa: partial differential equation toolbox for use with matlabbasic image processing with matlabimage processing with matlab pdfcontemporary optical image processing with matlab pdf downloaddigital image processing with matlab gonzalez pdf free downloaddigital image processing with matlab exampleschuyên đề điện xoay chiều theo dạngNghiên cứu tổ chức pha chế, đánh giá chất lượng thuốc tiêm truyền trong điều kiện dã ngoạiNghiê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ô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ôitPhố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ọTrả hồ sơ điều tra bổ sung đối với các tội xâm phạm sở hữu có tính chất chiếm đoạt theo pháp luật Tố tụng hình sự Việt Nam từ thực tiễn thành phố Hồ Chí Minh (Luận văn thạc sĩ)Nghiê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ùngĐịnh tội danh từ thực tiễn huyện Cần Giuộc, tỉnh Long An (Luận văn thạc sĩ)Tìm hiểu công cụ đánh giá hệ thống đảm bảo an toàn hệ thống thông tinTổ chức và hoạt động của Phòng Tư pháp từ thực tiễn tỉnh Phú Thọ (Luận văn thạc sĩ)Kiể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ậtGiáo án Sinh học 11 bài 14: Thực hành phát hiện hô hấp ở thực vậtTrách nhiệm của người sử dụng lao động đối với lao động nữ theo pháp luật lao động Việt Nam từ thực tiễn các khu công nghiệp tại thành phố Hồ Chí Minh (Luận văn thạc sĩ)HIỆ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Ỳ