0
  1. Trang chủ >
  2. Công Nghệ Thông Tin >
  3. Kỹ thuật lập trình >

Tài liệu Integration of Functions part 5 docx

Tài liệu Integration of Functions part 5 docx

Tài liệu Integration of Functions part 5 docx

... rest of the routine is exactly likemidpntand is omitted.142Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright ... 146Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by Cambridge ... Springer-Verlag),§3.7, p. 152 .4 .5 Gaussian Quadratures and OrthogonalPolynomialsIn the formulas of §4.1, the integral of a function was approximated by the sum of its functional values at a set of equally...
  • 7
  • 460
  • 0
Tài liệu Integration of Functions part 3 docx

Tài liệu Integration of Functions part 3 docx

... Cliffs, NJ: Prentice-Hall),§ 5. 3.138Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by ... twice themagnitude of the first neglected term. The reason that it is not convergent is thatthe Bernoulli numbers become very large, e.g.,B 50 =4 950 572 052 4107964821247 752 566The key point ... 136Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by Cambridge...
  • 5
  • 405
  • 0
Tài liệu Integration of Functions part 4 docx

Tài liệu Integration of Functions part 4 docx

... RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Permission ... while qsimp requires 8 calls (8 times as many evaluations of the integrand) and qtrap requires 13 calls (making 256 times as many evaluations of the integrand).CITED REFERENCES AND FURTHER READING:Stoer, ... than either of the routines in §4.2. For example, the integral20x4log(x +x2+1)dxconverges (with parameters as shown above) on the very first extrapolation, afterjust 5 calls to trapzd,...
  • 2
  • 375
  • 0
Tài liệu Integration of Functions part 6 pptx

Tài liệu Integration of Functions part 6 pptx

... polynomial of one lower order.z1=z;z=z1-p1/pp; Newton’s formula. 156 Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright ... formulax2x1f(x)dx =Nj=1wjf(xj)(4 .5. 17) 150 Chapter 4. Integration of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 ... used.0.67940 956 82,0.8 650 633666,0.97390 652 85} ;static float w[]={0.0,0.2 955 242247,0.2692667193,0.21908636 25, 0.149 451 3491,0.0666713443};xm=0 .5* (b+a);xr=0 .5* (b-a);s=0; Will be twice the average value of the function,...
  • 15
  • 393
  • 0
Tài liệu Integration of Functions part 7 pptx

Tài liệu Integration of Functions part 7 pptx

... Addison-Wesley),§6.2 .5, p. 307.Abramowitz, M., and Stegun, I.A. 1964,Handbook of Mathematical Functions , Applied Mathe-matics Series, Volume 55 (Washington: National Bureau of Standards; reprinted ... Currentvalues of x and y, and the pointer to your function func, are passed “over the head” of the intermediate calls through static top-level variables.164Chapter 4. Integration of Functions Sample ... Multidimensional IntegralsIntegrals of functions of several variables, over regions with dimension greaterthan one, are not easy. There are two reasons for this. First, the number of functionevaluations...
  • 4
  • 306
  • 0
Tài liệu Evaluation of Functions part 5 doc

Tài liệu Evaluation of Functions part 5 doc

... nPn−1(x) (5. 5.1)Jn+1(x)=2nxJn(x)−Jn−1(x) (5. 5.2)nEn+1(x)=e−x−xEn(x) (5. 5.3)cos nθ =2cosθcos(n − 1)θ − cos(n − 2)θ (5. 5.4)sin nθ =2cosθsin(n − 1)θ − sin(n − 2)θ (5. 5 .5) where ... δ)=sinθ−[αsin θ − β cos θ] (5. 5.6)176Chapter 5. Evaluation of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 ... methods from two successive values of n toother values, either larger or smaller.Equations (5. 5.4)and (5. 5 .5) motivate us to say a few words about trigonometric functions. If your program’s running...
  • 3
  • 315
  • 0
Tài liệu Evaluation of Functions part 5 ppt

Tài liệu Evaluation of Functions part 5 ppt

... namely (cof[0]+cof[1]x + ···+cof[n]xN)/(1 +cof[n+1]x + ···+ 5. 12 Pad´e Approximants203Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright ... ···+qkxki)i=1,2, ,m+k+1 (5. 13.4)202Chapter 5. Evaluation of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 ... vol. 7 65, L. Wuytack, ed. (Berlin: Springer-Verlag). [1]200Chapter 5. Evaluation of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright...
  • 5
  • 317
  • 0
Tài liệu Evaluation of Functions part 9 docx

Tài liệu Evaluation of Functions part 9 docx

... 192Chapter 5. Evaluation of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by Cambridge ... k,j;float fac,bpa,bma,*f;190Chapter 5. Evaluation of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992 by Cambridge ... inpolynomial approximation of functions. 5. 8 Chebyshev Approximation191Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright (C) 1988-1992...
  • 6
  • 361
  • 0
Tài liệu Minimization or Maximization of Functions part 5 docx

Tài liệu Minimization or Maximization of Functions part 5 docx

... simplex method of linear programming,412Chapter 10. Minimization or Maximization of Functions Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0 -52 1-43108 -5) Copyright ... Methods That Work; 1990, corrected edition (Washington: Mathe-matical Association of America), pp. 55 ; 454458 . [1]Brent, R.P. 1973,Algorithms for Minimization without Derivatives(Englewood ... consideration of multidimensional minimization,that is, finding the minimum of a function of more than one independent variable.This section stands apart from those which follow, however: All of the...
  • 5
  • 454
  • 0

Xem thêm

Từ khóa: tài liệu ajax toàn tập part 3 docxbài tập vật liệu xây dựng part 5 docxtài liệu ôn thi violympic toán 5tài liệu về conversion functionstài liệu học tốt toán lớp 5tài liệu môn kỹ thuật lớp 5tài liệu môn khoa học lớp 5the elements of style part 5tài liệu ôn tập toán lớp 5tài liệu học tiếng việt lớp 5tài liệu học tiếng anh lớp 5tài liệu ôn thi ielts 6 5tài liệu luyện thi violympic lớp 5tài liệu dạy tiếng anh lớp 5tài liệu ôn thi toán lớp 5Nghiên cứu sự biến đổi một số cytokin ở bệnh nhân xơ cứng bì hệ thốngBáo cáo quy trình mua hàng CT CP Công Nghệ NPVNghiên cứu sự hình thành lớp bảo vệ và khả năng chống ăn mòn của thép bền thời tiết trong điều kiện khí hậu nhiệt đới 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ô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 LPWANĐỒ ÁN NGHIÊN CỨU CÔNG NGHỆ KẾT NỐI VÔ TUYẾN CỰ LY XA, CÔNG SUẤT THẤP LPWANQuản lý hoạt động học tập của học sinh theo hướng phát triển kỹ năng học tập hợp tác tại các trường phổ thông dân tộc bán trú huyện ba chẽ, tỉnh quảng ninhPhá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ạ longPhát hiện xâm nhập dựa trên thuật toán k meansĐị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ĩ)Sở hữu ruộng đất và kinh tế nông nghiệp châu ôn (lạng sơn) nửa đầu thế kỷ XIXTă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ĩ)Tranh tụng tại phiên tòa hình sự sơ thẩm theo pháp luật tố tụng hình sự Việt Nam từ thực tiễn xét xử của các Tòa án quân sự Quân khu (Luận văn thạc sĩ)Giáo án Sinh học 11 bài 15: Tiêu hóa ở động vậtNguyên tắc phân hóa trách nhiệm hình sự đối với người dưới 18 tuổi phạm tội trong pháp luật hình sự Việt Nam (Luận văn thạc sĩ)BÀI HOÀN CHỈNH TỔNG QUAN VỀ MẠNG XÃ HỘIĐổi mới quản lý tài chính trong hoạt động khoa học xã hội trường hợp viện hàn lâm khoa học xã hội việt namMÔN TRUYỀN THÔNG MARKETING TÍCH HỢPQUẢN LÝ VÀ TÁI CHẾ NHỰA Ở HOA KỲ