Numerical Computing with MATLABis a textbook for an introductory course in numerical methods, MATLAB, and technical computing. It emphasizes the informed use of mathematical software. Topics include matrix computation, interpolation and zero finding, differential equations, random numbers, and Fourier analy...
Numerical Computing with MATLAB is a textbook for an introductory course in numerical methods, MATLAB, and technical computing. It emphasizes the informed use of mathematical software. Topics include matrix computation, interpolation and zero finding, differential equations, random numbers, and Fourier ana...
本书《MATLAB数值计算(2013修订版)》经MATLAB、数值分析和科学计算之父CleveMoler本人正式授权,是NumericalComputationwithMATLAB2008/2013修订版的中译本。该书不以深奥的数值分析理论为内容,而以易于理解的数学思维和便于掌握的数学计算编程技术为 教学素材。该书摒弃以往数值分析教材中常见的程式性定理、定理证明、收敛性...
Built-in Functions for Eigenvalue Computation. Singular Value Decomposition. Appendix B: Sparse Matrices. Storage and Flop Savings. MATLAB Sparse Matrix Format. MATLAB Toolbox Functions. Listings for NMM Toolbox m-Files. Subject Index.G. Recktenwald...
with prob- lems involving both hand computation and programming. MATLAB M-files accompany each method and are available on the book Web site. This code is made simple and easy to understand by avoiding com- plex bookkeeping schemes while maintaining the essential features of the method. ...
Evolutionary, as well as trial and error, approaches including genetic algorithms are being more increasingly employed for highly compute-intensive problems with relative error computation to ascertain the quality of the solution. Even in many situations such as the computation of an integral involving ...
with an emphasis on problem solving. Every method is discussed thoroughly and illustrated with problems involving both hand computation and programming. Code is made simple and easy to understand by avoiding complex book-keeping techniques, while maintaining the essential features of the method. The th...
whereqis the computed value of the integral andQis the (unknown) exact value. The absolute and relative tolerances provide a way of trading off accuracy and computation time. Usually, the relative tolerance determines the accuracy of the integration. However ifabs(q)is sufficiently small, the abs...
Methods for the Computation of Multivariate t-Probabilities This article compares methods for the numerical computation of multivariate t probabilities for hyper-rectangular integration regions. Methods based on acc... A Genz - 《Journal of Computational & Graphical Statistics》 被引量: 424发表: 2002...
MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment. MATLAB is distinguished by its ability to perform all the calculations in matrix form, its large library of built-in functions, its strong ...