Skip to content

Numerical Methods in Engineering with Python 3

Best in textbook rentals since 2012!

ISBN-10: 1107033853

ISBN-13: 9781107033856

Edition: 3rd 2013 (Revised)

Authors: Jaan Kiusalaas

List price: $89.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This book is an introduction to numerical methods for students in engineering. It covers the usual topics found in an engineering course: solution of equations, interpolation and data fitting, solution of differential equations, eigenvalue problems, and optimization. The algorithms are implemented in Python 3, a high-level programming language that rivals MATLAB® in readability and ease of use. All methods include programs showing how the computer code is utilized in the solution of problems. The book is based on Numerical Methods in Engineering with Python, which used Python 2. This new text demonstrates the use of Python 3 and includes an introduction to the Python plotting package…    
Customers also bought

Book details

List price: $89.99
Edition: 3rd
Copyright year: 2013
Publisher: Cambridge University Press
Publication date: 1/21/2013
Binding: Hardcover
Pages: 432
Size: 7.20" wide x 10.12" long x 0.98" tall
Weight: 2.288
Language: English

Jaan Kiusalaas, Professor Emeritus, Engineering Science and Mechanics, The Pennsylvania State University. Professor Kiusalaas received his Honors BS in Civil Engineering from the University of Adelaide, Australia, his M.S. in Civil Engineering and his Ph D. in Engineering Mechanics, both from Northwestern University. He has been a Professor at The Pennsylvania State University since 1963. He is also a Senior Postdoctoral Fellow of NASA's Marshall Space Flight Centre. Professor Kiusalaas' teaching experience includes such topics as Numerical Methods (including finite element and boundary element methods), and Engineering Mechanics ranging from introductory courses (statics & dynamics) to…    

Introduction to Python
Systems of linear algebraic equations
Interpolation and curve fitting
Roots of equations
Numerical differentiation
Numerical integration
Initial value problems
Two-point boundary value problems
Symmetric matrix eigenvalue problems
Introduction to optimization