A First Course in Scientific Computing

A First Course in Scientific Computing PDF Author: Rubin Landau
Publisher:
ISBN:
Category :
Languages : en
Pages : 512

Book Description
This book offers a new approach to introductory scientific computing. It aims to make students comfortable using computers to do science, to provide them with the computational tools and knowledge they need throughout their college careers and into their professional careers, and to show how all the pieces can work together. Rubin Landau introduces the requisite mathematics and computer science in the course of realistic problems, from energy use to the building of skyscrapers to projectile motion with drag. He is attentive to how each discipline uses its own language to describe the same concepts and how computations are concrete instances of the abstract. Landau covers the basics of computation, numerical analysis, and programming from a computational science perspective. The first part of the printed book uses the problem-solving environment Maple as its context, with the same material covered on the accompanying CD as both Maple and Mathematica programs; the second part uses the compiled language Java, with equivalent materials in Fortran90 on the CD; and the final part presents an introduction to LaTeX replete with sample files. Providing the essentials of computing, with practical examples, A First Course in Scientific Computing adheres to the principle that science and engineering students learn computation best while sitting in front of a computer, book in hand, in trial-and-error mode. Not only is it an invaluable learning text and an essential reference for students of mathematics, engineering, physics, and other sciences, but it is also a consummate model for future textbooks in computational science and engineering courses. A broad spectrum of computing tools and examples that can be used throughout an academic career Practical computing aimed at solving realistic problems Both symbolic and numerical computations A multidisciplinary approach: science + math + computer science Maple and Java in the book itself; Mathematica, Fortran90, Maple and Java on the accompanying CD in an interactive workbook format.

A First Course in Scientific Computing

A First Course in Scientific Computing PDF Author: Rubin Landau
Publisher: Princeton University Press
ISBN: 1400841178
Category : Computers
Languages : en
Pages : 506

Book Description
This book offers a new approach to introductory scientific computing. It aims to make students comfortable using computers to do science, to provide them with the computational tools and knowledge they need throughout their college careers and into their professional careers, and to show how all the pieces can work together. Rubin Landau introduces the requisite mathematics and computer science in the course of realistic problems, from energy use to the building of skyscrapers to projectile motion with drag. He is attentive to how each discipline uses its own language to describe the same concepts and how computations are concrete instances of the abstract. Landau covers the basics of computation, numerical analysis, and programming from a computational science perspective. The first part of the printed book uses the problem-solving environment Maple as its context, with the same material covered on the accompanying CD as both Maple and Mathematica programs; the second part uses the compiled language Java, with equivalent materials in Fortran90 on the CD; and the final part presents an introduction to LaTeX replete with sample files. Providing the essentials of computing, with practical examples, A First Course in Scientific Computing adheres to the principle that science and engineering students learn computation best while sitting in front of a computer, book in hand, in trial-and-error mode. Not only is it an invaluable learning text and an essential reference for students of mathematics, engineering, physics, and other sciences, but it is also a consummate model for future textbooks in computational science and engineering courses. A broad spectrum of computing tools and examples that can be used throughout an academic career Practical computing aimed at solving realistic problems Both symbolic and numerical computations A multidisciplinary approach: science + math + computer science Maple and Java in the book itself; Mathematica, Fortran90, Maple and Java on the accompanying CD in an interactive workbook format

A First Course in Numerical Methods

A First Course in Numerical Methods PDF Author: Uri M. Ascher
Publisher: SIAM
ISBN: 0898719984
Category : Mathematics
Languages : en
Pages : 574

Book Description
Offers students a practical knowledge of modern techniques in scientific computing.

A First Course in Computational Physics

A First Course in Computational Physics PDF Author: Paul L. DeVries
Publisher: Jones & Bartlett Publishers
ISBN: 1449636195
Category : Science
Languages : en
Pages : 444

Book Description
Computers and computation are extremely important components of physics and should be integral parts of a physicist’s education. Furthermore, computational physics is reshaping the way calculations are made in all areas of physics. Intended for the physics and engineering students who have completed the introductory physics course, A First Course in Computational Physics, Second Edition covers the different types of computational problems using MATLAB with exercises developed around problems of physical interest. Topics such as root finding, Newton-Cotes integration, and ordinary differential equations are included and presented in the context of physics problems. A few topics rarely seen at this level such as computerized tomography, are also included. Within each chapter, the student is led from relatively elementary problems and simple numerical approaches through derivations of more complex and sophisticated methods, often culminating in the solution to problems of significant difficulty. The goal is to demonstrate how numerical methods are used to solve the problems that physicists face. Read the review published in Computing in Science & Engineering magazine, March/April 2011 (Vol. 13, No. 2) © 2011 IEEE, Published by the IEEE Computer Society

Guide to Scientific Computing

Guide to Scientific Computing PDF Author: Peter R. Turner
Publisher: CRC Press
ISBN: 9780849312427
Category : Computers
Languages : en
Pages : 314

Book Description
This book introduces the reader to many of the problems of scientific computing and the wide variety of methods used for their solutions. It discusses basic approaches and stimulates an appreciation of the need for numerical methods in solving different types of problems. For each of the problems presented, the author provides some mathematical justification and examples. These serve as practical evidence and motivation for the reader to follow. Practical justification of the methods is provided through computer examples and exercises. The book includes an introduction to MATLAB, but the code used is not intended to exemplify sophisticated or robust pieces of software; it is purely illustrative of the method under discussion.

A First Course in Numerical Analysis

A First Course in Numerical Analysis PDF Author: Anthony Ralston
Publisher: Courier Corporation
ISBN: 9780486414546
Category : Mathematics
Languages : en
Pages : 644

Book Description
Outstanding text, oriented toward computer solutions, stresses errors in methods and computational efficiency. Problems — some strictly mathematical, others requiring a computer — appear at the end of each chapter.

A Gentle Introduction to Scientific Computing

A Gentle Introduction to Scientific Computing PDF Author: Dan Stanescu
Publisher: CRC Press
ISBN: 0429557930
Category : Mathematics
Languages : en
Pages : 241

Book Description
Scientific Computation has established itself as a stand-alone area of knowledge at the borderline between computer science and applied mathematics. Nonetheless, its interdisciplinary character cannot be denied: its methodologies are increasingly used in a wide variety of branches of science and engineering. A Gentle Introduction to Scientific Computing intends to serve a very broad audience of college students across a variety of disciplines. It aims to expose its readers to some of the basic tools and techniques used in computational science, with a view to helping them understand what happens "behind the scenes" when simple tools such as solving equations, plotting and interpolation are used. To make the book as practical as possible, the authors explore their subject both from a theoretical, mathematical perspective and from an implementation-driven, programming perspective. Features Middle-ground approach between theory and implementation. Suitable reading for a broad range of students in STEM disciplines. Could be used as the primary text for a first course in scientific computing. Introduces mathematics majors, without any prior computer science exposure, to numerical methods. All mathematical knowledge needed beyond Calculus (together with the most widely used Calculus notation and concepts) is introduced in the text to make it self-contained.

Scientific Computing with Case Studies

Scientific Computing with Case Studies PDF Author: Dianne P. O'Leary
Publisher: SIAM
ISBN: 0898717728
Category : Mathematics
Languages : en
Pages : 377

Book Description
This book is a practical guide to the numerical solution of linear and nonlinear equations, differential equations, optimization problems, and eigenvalue problems. It treats standard problems and introduces important variants such as sparse systems, differential-algebraic equations, constrained optimization, Monte Carlo simulations, and parametric studies. Stability and error analysis are emphasized, and the Matlab algorithms are grounded in sound principles of software design and understanding of machine arithmetic and memory management. Nineteen case studies provide experience in mathematical modeling and algorithm design, motivated by problems in physics, engineering, epidemiology, chemistry, and biology. The topics included go well beyond the standard first-course syllabus, introducing important problems such as differential-algebraic equations and conic optimization problems, and important solution techniques such as continuation methods. The case studies cover a wide variety of fascinating applications, from modeling the spread of an epidemic to determining truss configurations.

Applied Scientific Computing

Applied Scientific Computing PDF Author: Peter R. Turner
Publisher: Springer
ISBN: 3319895753
Category : Computers
Languages : en
Pages : 272

Book Description
This easy-to-understand textbook presents a modern approach to learning numerical methods (or scientific computing), with a unique focus on the modeling and applications of the mathematical content. Emphasis is placed on the need for, and methods of, scientific computing for a range of different types of problems, supplying the evidence and justification to motivate the reader. Practical guidance on coding the methods is also provided, through simple-to-follow examples using Python. Topics and features: provides an accessible and applications-oriented approach, supported by working Python code for many of the methods; encourages both problem- and project-based learning through extensive examples, exercises, and projects drawn from practical applications; introduces the main concepts in modeling, python programming, number representation, and errors; explains the essential details of numerical calculus, linear, and nonlinear equations, including the multivariable Newton method; discusses interpolation and the numerical solution of differential equations, covering polynomial interpolation, splines, and the Euler, Runge–Kutta, and shooting methods; presents largely self-contained chapters, arranged in a logical order suitable for an introductory course on scientific computing. Undergraduate students embarking on a first course on numerical methods or scientific computing will find this textbook to be an invaluable guide to the field, and to the application of these methods across such varied disciplines as computer science, engineering, mathematics, economics, the physical sciences, and social science.

Scientific Computing and Differential Equations

Scientific Computing and Differential Equations PDF Author: Gene H. Golub
Publisher: Elsevier
ISBN: 0080516696
Category : Mathematics
Languages : en
Pages : 344

Book Description
Scientific Computing and Differential Equations: An Introduction to Numerical Methods, is an excellent complement to Introduction to Numerical Methods by Ortega and Poole. The book emphasizes the importance of solving differential equations on a computer, which comprises a large part of what has come to be called scientific computing. It reviews modern scientific computing, outlines its applications, and places the subject in a larger context. This book is appropriate for upper undergraduate courses in mathematics, electrical engineering, and computer science; it is also well-suited to serve as a textbook for numerical differential equations courses at the graduate level. An introductory chapter gives an overview of scientific computing, indicating its important role in solving differential equations, and placing the subject in the larger environment Contains an introduction to numerical methods for both ordinary and partial differential equations Concentrates on ordinary differential equations, especially boundary-value problems Contains most of the main topics for a first course in numerical methods, and can serve as a text for this course Uses material for junior/senior level undergraduate courses in math and computer science plus material for numerical differential equations courses for engineering/science students at the graduate level