Our website is currently undergoing technical upgrades to serve you better. We’ll be back online shortly.
Home > Science, Technology & Agriculture > Technology: general issues > Maths for engineers > Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution
10%
Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution

Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

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. 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.) .

Table of Contents:
Preface xi Part 1 Introduction 1 Chapter 1 Review of Linear Algebra 3 1.1. Vector spaces 3 1.1.1. General definitions 3 1.1.2. Free families, generating families and bases 4 1.2. Linear mappings 5 1.3. Matrices 7 1.3.1. Operations on matrices 7 1.3.2. Change-of-basis matrices 8 1.3.3. Matrix notations 9 1.4. Determinants 10 1.5. Scalar product 12 1.6. Vector norm 12 1.7. Matrix eigenvectors and eigenvalues 13 1.7.1. Definitions and properties 13 1.7.2. Matrix diagonalization 15 1.7.3. Triangularization of matrices 15 1.8 Using Matlab 16 Chapter 2 Numerical Precision 21 2.1. Introduction 21 2.2. Machine representations of numbers 22 2.3. Integers 23 2.3.1. External representation 23 2.3.2. Internal representation of positive integers 24 2.4. Real numbers 25 2.4.1. External representation 25 2.4.2. Internal encoding of real numbers 25 2.5. Representation errors 26 2.5.1. Properties of computer-based arithmetic 27 2.5.2. Operation of subtraction 28 2.5.3. Stability 29 2.6. Determining the best algorithm 29 2.7 Using Matlab 30 2.7.1. Definition of variables 30 2.7.2. Manipulating numbers 30 Part 2 Approximating Functions 35 Chapter 3 Polynomial Interpolation 37 3.1. Introduction 37 3.2. Interpolation problems 37 3.2.1. Linear interpolation 38 3.3. Polynomial interpolation techniques 38 3.4. Interpolation with the Lagrange basis 39 3.4.1. Polynomial interpolation error 43 3.4.2. Neville–Aitken method 46 3.5. Interpolation with the Newton basis 46 3.6. Interpolation using spline functions 48 3.6.1. Hermite interpolation 50 3.6.2. Spline interpolation error 55 3.7 Using Matlab 58 3.7.1. Operations on polynomials 58 3.7.2. Manipulating polynomials 59 3.7.3. Evaluation of polynomials 60 3.7.4. Linear and nonlinear interpolation 60 3.7.5. Lagrange function 63 3.7.6. Newton function 64 Chapter 4 Numerical Differentiation 67 4.1. First-order numerical derivatives and the truncation error 67 4.2. Higher-order numerical derivatives 70 4.3. Numerical derivatives and interpolation 71 4.4. Studying the differentiation error 73 4.5. Richardson extrapolation 77 4.6. Application to the heat equation 78 4.7 Using Matlab 81 Chapter 5 Numerical Integration 83 5.1. Introduction 83 5.2. Rectangle method 84 5.3. Trapezoidal rule 84 5.4. Simpson’s rule 87 5.5. Hermite’s rule 90 5.6. Newton–Côtes rules 91 5.7. Gauss–Legendre method 92 5.7.1. Problem statement 92 5.7.2. Legendre polynomials 94 5.7.3 Choosing the αi and xi (i = 0, . . . , n) 99 5.8 Using Matlab 100 5.8.1. Matlab functions for numerical integration 100 5.8.2. Trapezoidal rule 101 5.8.3. Simpson’s rule 103 Part 3 Solving Linear Systems 107 Chapter 6 Matrix Norm and Conditioning 109 6.1. Introduction 109 6.2. Matrix norm 109 6.3. Condition number of a matrix 113 6.3.1 Approximation of K(A) 116 6.4. Preconditioning 116 6.5 Using Matlab 117 6.5.1. Matrices and vectors 117 6.5.2. Condition number of a matrix 119 Chapter 7 Direct Methods 123 7.1. Introduction 123 7.2. Method of determinants or Cramer’s method 123 7.2.1. Matrix inversion by Cramer’s method 124 7.3. Systems with upper triangular matrices 124 7.4. Gaussian method 125 7.4.1. Solving multiple systems in parallel 129 7.5. Gauss–Jordan method 129 7.5.1. Underlying principle 129 7.5.2. Computing the inverse of a matrix with the Gauss–Jordan algorithm 131 7.6. LU decomposition 132 7.7. Thomas algorithm 133 7.8. Cholesky decomposition 134 7.9 Using Matlab 136 7.9.1. Matrix operations 136 7.9.2. Systems of linear equations 138 Chapter 8 Iterative Methods 147 8.1. Introduction 147 8.2. Classical iterative techniques 148 8.2.1. Jacobi method 149 8.2.2. Gauss–Seidel method 151 8.2.3. Relaxation method 152 8.2.4. Block forms of the Jacobi, Gauss–Seidel and relaxation methods 154 8.3. Convergence of iterative methods 155 8.4. Conjugate gradient method 157 8.5 Using Matlab 159 8.5.1. Jacobi method 159 8.5.2. Relaxation method 160 Chapter 9 Numerical Methods for Computing Eigenvalues and Eigenvectors 163 9.1. Introduction 163 9.2. Computing det (A − λI) directly 164 9.3. Krylov methods 166 9.4. LeVerrier method 167 9.5. Jacobi method 168 9.6. Power iteration method 171 9.6.1. Deflation algorithm 172 9.7. Inverse power method 173 9.8. Givens–Householder method 174 9.8.1. Givens algorithm 175 9.9 Using Matlab 176 9.9.1. Application to a buckling beam 177 Chapter 10 Least-squares Approximation 185 10.1. Introduction 185 10.2. Analytic formulation 185 10.3. Algebraic formulation 191 10.3.1. Standard results on orthogonality 191 10.3.2. Least-squares problem 191 10.3.3. Solving by orthogonalization 192 10.4. Numerically solving linear equations by QR factorization 193 10.4.1. Householder transformations 193 10.4.2. QR factorization 193 10.4.3. Application to the least-squares problem 193 10.5. Applications 194 10.5.1. Curve fitting 194 10.5.2. Approximations of derivatives 195 10.6 Using Matlab 195 Part 4 Appendices 199 Appendix 1 Introduction to Matlab 201 Appendix 2 Introduction to Optimization 209 Bibliography 215 Index 217 


Best Sellers


Product Details
  • ISBN-13: 9781786302359
  • Publisher: ISTE Ltd and John Wiley & Sons Inc
  • Publisher Imprint: ISTE Ltd and John Wiley & Sons Inc
  • Height: 239 mm
  • No of Pages: 240
  • Returnable: N
  • Spine Width: 18 mm
  • Weight: 499 gr
  • ISBN-10: 1786302357
  • Publisher Date: 09 Mar 2018
  • Binding: Hardback
  • Language: English
  • Returnable: Y
  • Returnable: N
  • Sub Title: Function Approximation and System Resolution
  • Width: 163 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution
ISTE Ltd and John Wiley & Sons Inc -
Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Advanced Numerical Methods with Matlab 1: Function Approximation and System Resolution

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA