Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Numerical Methods in Engineering with MATLAB, Second Edition (Repost)

Posted By: step778
Numerical Methods in Engineering with MATLAB, Second Edition (Repost)

Jaan Kiusalaas, "Numerical Methods in Engineering with MATLAB, Second Edition"
2010 | pages: 445 | ISBN: 0521191335 | PDF | 2,8 mb

Numerical Methods in Engineering with MATLAB® is a text for engineering students and a reference for practicing engineers. The choice of numerical methods was based on their relevance to engineering problems. Every method is discussed thoroughly and illustrated with problems involving both hand computation and programming. MATLAB M-files accompany each method and are available on the book website. This code is made simple and easy to understand by avoiding complex book-keeping schemes, while maintaining the essential features of the method. MATLAB was chosen as the example language because of its ubiquitous use in engineering studies and practice. This new edition includes the new MATLAB anonymous functions, which allow the programmer to embed functions into the program rather than storing them as separate files. Other changes include the addition of rational function interpolation in Chapter 3, the addition of Ridder's method in place of Brent's method in Chapter 4, and the addition of downhill simplex method in place of the Fletcher-Reeves method of optimization in Chapter 10.

My Links