Advanced numerical methods with matlab 1 : (Record no. 58677)

000 -LEADER
fixed length control field 08039nam a22003615i 4500
003 - CONTROL NUMBER IDENTIFIER
control field CITU
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20230211090152.0
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr an aaaaa
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 180108s2018 nju 000 0 eng
010 ## - LIBRARY OF CONGRESS CONTROL NUMBER
LC control number 2018930641
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781786302359
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781119453611
040 ## - CATALOGING SOURCE
Original cataloging agency DLC
Language of cataloging eng
Description conventions rda
Transcribing agency DLC
041 ## - LANGUAGE CODE
Language code of text/sound track or separate title eng
042 ## - AUTHENTICATION CODE
Authentication code pcc
082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 518
100 1# - MAIN ENTRY--PERSONAL NAME
Preferred name for the person El Hami, Abdelkhalak.
245 10 - TITLE STATEMENT
Title Advanced numerical methods with matlab 1 :
Remainder of title function approximation and system resolution /
Statement of responsibility, etc Abdelkhalak El Hami, Bouchaib Radi.
263 ## - PROJECTED PUBLICATION DATE
Projected publication date 1801
264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Hoboken, NJ :
Name of publisher, distributor, etc ISTE Ltd/John Wiley and Sons Inc,
Date of publication, distribution, etc 2018.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
500 ## - GENERAL NOTE
General note BOUT THE AUTHORS<br/>Bouchaib Radi, Faculty of Sciences and Technology Settat, Morocco.<br/>Abdelkhalak El Hami, INSA of Rouen Normandie, University Normandy, France.
505 ## - CONTENTS
Formatted contents note TABLE OF CONTENTS<br/>Preface xi<br/><br/>Part 1. Introduction 1<br/><br/>Chapter 1. Review of Linear Algebra 3<br/><br/>1.1. Vector spaces 3<br/><br/>1.1.1. General definitions 3<br/><br/>1.1.2. Free families, generating families and bases 4<br/><br/>1.2. Linear mappings 5<br/><br/>1.3. Matrices 7<br/><br/>1.3.1. Operations on matrices 7<br/><br/>1.3.2. Change-of-basis matrices 8<br/><br/>1.3.3. Matrix notations 9<br/><br/>1.4. Determinants 10<br/><br/>1.5. Scalar product 12<br/><br/>1.6. Vector norm 12<br/><br/>1.7. Matrix eigenvectors and eigenvalues 13<br/><br/>1.7.1. Definitions and properties 13<br/><br/>1.7.2. Matrix diagonalization 15<br/><br/>1.7.3. Triangularization of matrices 15<br/><br/>1.8. Using Matlab 16<br/><br/>Chapter 2. Numerical Precision 21<br/><br/>2.1. Introduction 21<br/><br/>2.2. Machine representations of numbers 22<br/><br/>2.3. Integers 23<br/><br/>2.3.1. External representation 23<br/><br/>2.3.2. Internal representation of positive integers 24<br/><br/>2.4. Real numbers 25<br/><br/>2.4.1. External representation 25<br/><br/>2.4.2. Internal encoding of real numbers 25<br/><br/>2.5. Representation errors 26<br/><br/>2.5.1. Properties of computer-based arithmetic 27<br/><br/>2.5.2. Operation of subtraction 28<br/><br/>2.5.3. Stability 29<br/><br/>2.6. Determining the best algorithm 29<br/><br/>2.7. Using Matlab 30<br/><br/>2.7.1. Definition of variables 30<br/><br/>2.7.2. Manipulating numbers 30<br/><br/>Part 2. Approximating Functions 35<br/><br/>Chapter 3. Polynomial Interpolation 37<br/><br/>3.1. Introduction 37<br/><br/>3.2. Interpolation problems 37<br/><br/>3.2.1. Linear interpolation 38<br/><br/>3.3. Polynomial interpolation techniques 38<br/><br/>3.4. Interpolation with the Lagrange basis 39<br/><br/>3.4.1. Polynomial interpolation error 43<br/><br/>3.4.2. Neville–Aitken method 46<br/><br/>3.5. Interpolation with the Newton basis 46<br/><br/>3.6. Interpolation using spline functions 48<br/><br/>3.6.1. Hermite interpolation 50<br/><br/>3.6.2. Spline interpolation error 55<br/><br/>3.7. Using Matlab 58<br/><br/>3.7.1. Operations on polynomials 58<br/><br/>3.7.2. Manipulating polynomials 59<br/><br/>3.7.3. Evaluation of polynomials 60<br/><br/>3.7.4. Linear and nonlinear interpolation 60<br/><br/>3.7.5. Lagrange function 63<br/><br/>3.7.6. Newton function 64<br/><br/>Chapter 4. Numerical Differentiation 67<br/><br/>4.1. First-order numerical derivatives and the truncation error 67<br/><br/>4.2. Higher-order numerical derivatives 70<br/><br/>4.3. Numerical derivatives and interpolation 71<br/><br/>4.4. Studying the differentiation error 73<br/><br/>4.5. Richardson extrapolation 77<br/><br/>4.6. Application to the heat equation 78<br/><br/>4.7. Using Matlab 81<br/><br/>Chapter 5. Numerical Integration 83<br/><br/>5.1. Introduction 83<br/><br/>5.2. Rectangle method 84<br/><br/>5.3. Trapezoidal rule 84<br/><br/>5.4. Simpson’s rule 87<br/><br/>5.5. Hermite’s rule 90<br/><br/>5.6. Newton–Côtes rules 91<br/><br/>5.7. Gauss–Legendre method 92<br/><br/>5.7.1. Problem statement 92<br/><br/>5.7.2. Legendre polynomials 94<br/><br/>5.7.3. Choosing the αi and xi (i = 0, , n) 99<br/><br/>5.8. Using Matlab 100<br/><br/>5.8.1. Matlab functions for numerical integration 100<br/><br/>5.8.2. Trapezoidal rule 101<br/><br/>5.8.3. Simpson’s rule 103<br/><br/>Part 3. Solving Linear Systems 107<br/><br/>Chapter 6. Matrix Norm and Conditioning 109<br/><br/>6.1. Introduction 109<br/><br/>6.2. Matrix norm 109<br/><br/>6.3. Condition number of a matrix 113<br/><br/>6.3.1. Approximation of K(A) 116<br/><br/>6.4. Preconditioning 116<br/><br/>6.5. Using Matlab 117<br/><br/>6.5.1. Matrices and vectors 117<br/><br/>6.5.2. Condition number of a matrix 119<br/><br/>Chapter 7. Direct Methods 123<br/><br/>7.1. Introduction 123<br/><br/>7.2. Method of determinants or Cramer’s method 123<br/><br/>7.2.1. Matrix inversion by Cramer’s method 124<br/><br/>7.3. Systems with upper triangular matrices 124<br/><br/>7.4. Gaussian method 125<br/><br/>7.4.1. Solving multiple systems in parallel 129<br/><br/>7.5. Gauss–Jordan method 129<br/><br/>7.5.1. Underlying principle 129<br/><br/>7.5.2. Computing the inverse of a matrix with the Gauss–Jordan algorithm 131<br/><br/>7.6. LU decomposition 132<br/><br/>7.7. Thomas algorithm 133<br/><br/>7.8. Cholesky decomposition 134<br/><br/>7.9. Using Matlab 136<br/><br/>7.9.1. Matrix operations 136<br/><br/>7.9.2. Systems of linear equations 138<br/><br/>Chapter 8. Iterative Methods 147<br/><br/>8.1. Introduction 147<br/><br/>8.2. Classical iterative techniques 148<br/><br/>8.2.1. Jacobi method 149<br/><br/>8.2.2. Gauss–Seidel method 151<br/><br/>8.2.3. Relaxation method 152<br/><br/>8.2.4. Block forms of the Jacobi, Gauss–Seidel and relaxation methods 154<br/><br/>8.3. Convergence of iterative methods 155<br/><br/>8.4. Conjugate gradient method 157<br/><br/>8.5. Using Matlab 159<br/><br/>8.5.1. Jacobi method 159<br/><br/>8.5.2. Relaxation method 160<br/><br/>Chapter 9. Numerical Methods for Computing Eigenvalues and Eigenvectors 163<br/><br/>9.1. Introduction 163<br/><br/>9.2. Computing det (A − λI) directly 164<br/><br/>9.3. Krylov methods 166<br/><br/>9.4. LeVerrier method 167<br/><br/>9.5. Jacobi method 168<br/><br/>9.6. Power iteration method 171<br/><br/>9.6.1. Deflation algorithm 172<br/><br/>9.7. Inverse power method 173<br/><br/>9.8. Givens–Householder method 174<br/><br/>9.8.1. Givens algorithm 175<br/><br/>9.9. Using Matlab 176<br/><br/>9.9.1. Application to a buckling beam 177<br/><br/>Chapter 10. Least-squares Approximation 185<br/><br/>10.1. Introduction 185<br/><br/>10.2. Analytic formulation 185<br/><br/>10.3. Algebraic formulation 191<br/><br/>10.3.1. Standard results on orthogonality 191<br/><br/>10.3.2. Least-squares problem 191<br/><br/>10.3.3. Solving by orthogonalization 192<br/><br/>10.4. Numerically solving linear equations by QR factorization 193<br/><br/>10.4.1. Householder transformations 193<br/><br/>10.4.2. QR factorization 193<br/><br/>10.4.3. Application to the least-squares problem 193<br/><br/>10.5. Applications 194<br/><br/>10.5.1. Curve fitting 194<br/><br/>10.5.2. Approximations of derivatives 195<br/><br/>10.6. Using Matlab 195<br/><br/>Part 4. Appendices 199<br/><br/>Appendix 1. Introduction to Matlab 201<br/><br/>Appendix 2. Introduction to Optimization 209<br/><br/>Bibliography 215<br/><br/>Index 217
520 ## - SUMMARY, ETC.
Summary, etc Most physical problems can be written in the form of mathematical equations (differential, integral, etc.). Mathematicians have always sought to find analytical solutions to the equations encountered in the different sciences of the engineer (mechanics, physics, biology, etc.). These equations are sometimes complicated and much effort is required to simplify them. In the middle of the 20th century, the arrival of the first computers gave birth to new methods of resolution that will be described by numerical methods. They allow solving numerically as precisely as possible the equations encountered (resulting from the modeling of course) and to approach the solution of the problems posed. The approximate solution is usually computed on a computer by means of a suitable algorithm.<br/><br/>The objective of this book is to introduce and study the basic numerical methods and those advanced to be able to do scientific computation. The latter refers to the implementation of approaches adapted to the treatment of a scientific problem arising from physics (meteorology, pollution, etc.) or engineering (structural mechanics, fluid mechanics, signal processing, etc.) .
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books
856 ## - ELECTRONIC LOCATION AND ACCESS
Link text Full text available at Wiley Online Library Click here to view
Uniform Resource Identifier https://onlinelibrary.wiley.com/doi/book/10.1002/9781119453611
906 ## - LOCAL DATA ELEMENT F, LDF (RLIN)
a 0
b ibc
c orignew
d 2
e epcn
f 20
g y-gencatlg
942 ## - ADDED ENTRY ELEMENTS
Source of classification or shelving scheme
Item type EBOOK
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Permanent Location Current Location Shelving location Date acquired Inventory number Full call number Barcode Date last seen Price effective from Item type
          COLLEGE LIBRARY COLLEGE LIBRARY LIC Gateway 2021-03-13 50387 518 El39 2018 CL-50387 2021-03-13 2021-03-13 EBOOK