Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Numerical Methods in Engineering with Python

Numerical Methods in Engineering with Python

Numerical Methods in Engineering with Python

2nd Edition
Jaan Kiusalaas , Pennsylvania State University
August 2014
Paperback
9781107435933

Looking for an inspection copy?

This title is not currently available for inspection.

Out of Print
Paperback

    This text is for engineering students and a reference for practising engineers, especially those who wish to explore Python. This new edition features 18 additional exercises and the addition of rational function interpolation. Brent's method of root finding was replaced by Ridder's method, and the Fletcher-Reeves method of optimization was dropped in favor of the downhill simplex method. Each numerical method is explained in detail, and its shortcomings are pointed out. The examples that follow individual topics fall into two categories: hand computations that illustrate the inner workings of the method and small programs that show how the computer code is utilized in solving a problem. This second edition also includes more robust computer code with each method, which is available on the book website. This code is made simple and easy to understand by avoiding complex bookkeeping schemes, while maintaining the essential features of the method.

    • NumArray has been replaced with NumPy, due to the discontinuance of support for NumArray and its predecessor Numeric
    • Now includes rational function interpolation, Ridder's method and the downhill simplex method
    • Contains 18 additional exercises

    Product details

    August 2014
    Paperback
    9781107435933
    434 pages
    254 × 178 × 22 mm
    0.75kg
    20 tables 364 exercises
    Unavailable - out of print September 2016

    Table of Contents

    • 1. Introduction to Python
    • 2. Systems of linear algebraic equations
    • 3. Interpolation and curve fitting
    • 4. Roots of equations
    • 5. Numerical differentiation
    • 6. Numerical integration
    • 7. Initial value problems
    • 8. Two-point boundary value problems
    • 9. Symmetric matrix eigenvalue problems
    • 10. Introduction to optimization.
    Resources for
    Type
    Solutions Manual
    Size: 1.53 MB
    Type: application/zip
    Sign inThis resource is locked and access is given only to lecturers adopting the textbook for their class. We need to enforce this strictly so that solutions are not made available to students. To gain access to locked resources you either need first to sign in or register for an account.
    Source Code
    Size: 35.76 KB
    Type: application/zip
      Author
    • Jaan Kiusalaas , Pennsylvania State University

      Jaan Kiusalaas is a Professor Emeritus in the Department of Engineering Science and Mechanics at Pennsylvania State University. He has taught computer methods, including finite element and boundary element methods, for more than 30 years. He is also the co-author of four other books - Engineering Mechanics: Statics, Engineering Mechanics: Dynamics, Mechanics of Materials, and an alternate version of this work with MATLAB® code.