Skip to content

Numerical Methods in Engineering with Python

Best in textbook rentals since 2012!

ISBN-10: 0511126751

ISBN-13: 9780511126758

Edition: N/A

Authors: Jaan Kiusalaas

List price: $68.00
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
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:

Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. Examples and applications were chosen for their relevance to real world problems, and where numerical solutions are most efficient. Numerical methods are discussed thoroughly and illustrated with problems involving both hand computation and programming. Computer code accompanies each method and is available on the book web site. This code is made simple and easy to understand by avoiding complex bookkeeping schemes, while maintaining the essential features of the method. Python was chosen as the…    
Customers also bought

Book details

List price: $68.00
Publisher: Cambridge University Press
Publication date: 9/12/2005
Binding: E-Book 
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
Appendices