
Introduction to the Numerical Integration of PDEs
by B. Piette
Publisher: University of Durham 2004
Number of pages: 89
Description:
In these notes, we describe the design of a small C++ program which solves numerically the sine-Gordon equation. The program is build progressively to make it multipurpose and easy to modify to solve any system of partial differential equations.
Download or read it online for free here:
Download link
(530KB, PS)
Similar books
Introduction to Fortran 95 and Numerical Computingby Adrian Sandu - Virginia Tech
Contents: a quick tour of fortran 95; the building blocks of a fortran application; flow control; computer arithmetic; applications; intrinsic functions; input and output; arrays; more on procedures; parametrized intrinsic types; derived types; etc.
(14919 views)
Iterative Methods for Linear and Nonlinear Equationsby C.T. Kelley - SIAM
This book focuses on a small number of methods and treats them in depth. The author provides a complete analysis of the conjugate gradient and generalized minimum residual iterations as well as recent advances including Newton-Krylov methods.
(13726 views)
Numerical Solutions of Engineering Problemsby K. Nandakumar - University of Alberta
Contents: On mathematical models; Single nonlinear algebraic equation; System of linear and nonlinear algebraic equations; Numerical differentiation and integration; Ordinary differential equations; Boundary value problems; etc.
(18372 views)
Introduction to Numerical Methods and Matlab Programming for Engineersby Todd Young, Martin J. Mohlenkamp - Ohio University
The goals of these notes are to introduce concepts of numerical methods and introduce Matlab in an Engineering framework. The notes were developed by the author in the process of teaching a course on applied numerical methods for Civil Engineering.
(8674 views)