Scientific Computing

eBook Download

BOOK EXCERPT:

This book explores the most significant computational methods and the history of their development. It begins with the earliest mathematical / numerical achievements made by the Babylonians and the Greeks, followed by the period beginning in the 16th century. For several centuries the main scientific challenge concerned the mechanics of planetary dynamics, and the book describes the basic numerical methods of that time. In turn, at the end of the Second World War scientific computing took a giant step forward with the advent of electronic computers, which greatly accelerated the development of numerical methods. As a result, scientific computing became established as a third scientific method in addition to the two traditional branches: theory and experimentation. The book traces numerical methods’ journey back to their origins and to the people who invented them, while also briefly examining the development of electronic computers over the years. Featuring 163 references and more than 100 figures, many of them portraits or photos of key historical figures, the book provides a unique historical perspective on the general field of scientific computing – making it a valuable resource for all students and professionals interested in the history of numerical analysis and computing, and for a broader readership alike.

Product Details :

Genre : Mathematics
Author : Bertil Gustafsson
Publisher : Springer
Release : 2018-10-03
File : 271 Pages
ISBN-13 : 9783319698472


Scientific Computing

eBook Download

BOOK EXCERPT:

This is the second of three volumes providing a comprehensive presentation of the fundamentals of scientific computing. This volume discusses more advanced topics than volume one, and is largely not a prerequisite for volume three. This book and its companions show how to determine the quality of computational results, and how to measure the relative efficiency of competing methods. Readers learn how to determine the maximum attainable accuracy of algorithms, and how to select the best method for computing problems. This book also discusses programming in several languages, including C++, Fortran and MATLAB. There are 49 examples, 110 exercises, 66 algorithms, 24 interactive JavaScript programs, 77 references to software programs and 1 case study. Topics are introduced with goals, literature references and links to public software. There are descriptions of the current algorithms in LAPACK, GSLIB and MATLAB. This book could be used for a second course in numerical methods, for either upper level undergraduates or first year graduate students. Parts of the text could be used for specialized courses, such as nonlinear optimization or iterative linear algebra.

Product Details :

Genre : Mathematics
Author : John A. Trangenstein
Publisher : Springer
Release : 2018-05-14
File : 621 Pages
ISBN-13 : 9783319691077


Introduction To Scientific Computing And Data Analysis

eBook Download

BOOK EXCERPT:

This textbook provides and introduction to numerical computing and its applications in science and engineering. The topics covered include those usually found in an introductory course, as well as those that arise in data analysis. This includes optimization and regression based methods using a singular value decomposition. The emphasis is on problem solving, and there are numerous exercises throughout the text concerning applications in engineering and science. The essential role of the mathematical theory underlying the methods is also considered, both for understanding how the method works, as well as how the error in the computation depends on the method being used. The MATLAB codes used to produce most of the figures and data tables in the text are available on the author’s website and SpringerLink.

Product Details :

Genre : Computers
Author : Mark H. Holmes
Publisher : Springer
Release : 2016-05-30
File : 505 Pages
ISBN-13 : 9783319302560


Mathematical Principles For Scientific Computing And Visualization

eBook Download

BOOK EXCERPT:

This non-traditional introduction to the mathematics of scientific computation describes the principles behind the major methods, from statistics, applied mathematics, scientific visualization, and elsewhere, in a way that is accessible to a large part of the scientific community. Introductory material includes computational basics, a review of coordinate systems, an introduction to facets (planes and triangle meshes) and an introduction to computer graphics. The scientific computing part of the book covers topics in numerical linear algebra (basics, solving linear system, eigen-problems, SVD, and PCA) and numerical calculus (basics, data fitting, dynamic processes, root finding, and multivariate functions). The visualization component of the book is separated into three parts: empirical data, scalar values over 2D data, and volumes.

Product Details :

Genre : Mathematics
Author : Gerald Farin
Publisher : CRC Press
Release : 2008-10-21
File : 296 Pages
ISBN-13 : 9781568813219


Mastering Python Scientific Computing

eBook Download

BOOK EXCERPT:

A complete guide for Python programmers to master scientific computing using Python APIs and tools About This Book The basics of scientific computing to advanced concepts involving parallel and large scale computation are all covered. Most of the Python APIs and tools used in scientific computing are discussed in detail The concepts are discussed with suitable example programs Who This Book Is For If you are a Python programmer and want to get your hands on scientific computing, this book is for you. The book expects you to have had exposure to various concepts of Python programming. What You Will Learn Fundamentals and components of scientific computing Scientific computing data management Performing numerical computing using NumPy and SciPy Concepts and programming for symbolic computing using SymPy Using the plotting library matplotlib for data visualization Data analysis and visualization using Pandas, matplotlib, and IPython Performing parallel and high performance computing Real-life case studies and best practices of scientific computing In Detail In today's world, along with theoretical and experimental work, scientific computing has become an important part of scientific disciplines. Numerical calculations, simulations and computer modeling in this day and age form the vast majority of both experimental and theoretical papers. In the scientific method, replication and reproducibility are two important contributing factors. A complete and concrete scientific result should be reproducible and replicable. Python is suitable for scientific computing. A large community of users, plenty of help and documentation, a large collection of scientific libraries and environments, great performance, and good support makes Python a great choice for scientific computing. At present Python is among the top choices for developing scientific workflow and the book targets existing Python developers to master this domain using Python. The main things to learn in the book are the concept of scientific workflow, managing scientific workflow data and performing computation on this data using Python. The book discusses NumPy, SciPy, SymPy, matplotlib, Pandas and IPython with several example programs. Style and approach This book follows a hands-on approach to explain the complex concepts related to scientific computing. It details various APIs using appropriate examples.

Product Details :

Genre : Computers
Author : Hemant Kumar Mehta
Publisher : Packt Publishing Ltd
Release : 2015-09-23
File : 301 Pages
ISBN-13 : 9781783288830


Numerical Geometry Grid Generation And Scientific Computing

eBook Download

BOOK EXCERPT:

The focus of these conference proceedings is on research, development, and applications in the fields of numerical geometry, scientific computing and numerical simulation, particularly in mesh generation and related problems. In addition, this year’s special focus is on Delaunay triangulations and their applications, celebrating the 130th birthday of Boris Delaunay. In terms of content, the book strikes a balance between engineering algorithms and mathematical foundations. It presents an overview of recent advances in numerical geometry, grid generation and adaptation in terms of mathematical foundations, algorithm and software development and applications. The specific topics covered include: quasi-conformal and quasi-isometric mappings, hyperelastic deformations, multidimensional generalisations of the equidistribution principle, discrete differential geometry, spatial and metric encodings, Voronoi-Delaunay theory for tilings and partitions, duality in mathematical programming and numerical geometry, mesh-based optimisation and optimal control methods. Further aspects examined include iterative solvers for variational problems and algorithm and software development. The applications of the methods discussed are multidisciplinary and include problems from mathematics, physics, biology, chemistry, material science, and engineering.

Product Details :

Genre : Mathematics
Author : Vladimir A. Garanzha
Publisher : Springer Nature
Release : 2021-09-25
File : 419 Pages
ISBN-13 : 9783030767983


Numerical Analysis And Scientific Computation

eBook Download

BOOK EXCERPT:

This is an introductory single-term numerical analysis text with a modern scientific computing flavor. It offers an immediate immersion in numerical methods featuring an up-to-date approach to computational matrix algebra and an emphasis on methods used in actual software packages, always highlighting how hardware concerns can impact the choice of algorithm. It fills the need for a text that is mathematical enough for a numerical analysis course yet applied enough for students of science and engineering taking it with practical need in mind. The standard methods of numerical analysis are rigorously derived with results stated carefully and many proven. But while this is the focus, topics such as parallel implementations, the Basic Linear Algebra Subroutines, halfto quadruple-precision computing, and other practical matters are frequently discussed as well. Prior computing experience is not assumed. Optional MATLAB subsections for each section provide a comprehensive self-taught tutorial and also allow students to engage in numerical experiments with the methods they have just read about. The text may also be used with other computing environments. This new edition offers a complete and thorough update. Parallel approaches, emerging hardware capabilities, computational modeling, and data science are given greater weight.

Product Details :

Genre : Mathematics
Author : Jeffery J. Leader
Publisher : CRC Press
Release : 2022-05-11
File : 583 Pages
ISBN-13 : 9781000540369


Programming For Computations Python

eBook Download

BOOK EXCERPT:

This book is published open access under a CC BY 4.0 license. This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout the book, the explanations provided are now more detailed, previous examples have been modified, and new sections, examples and exercises have been added. Also, a number of small errors have been corrected. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style employed is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows students to write simple programs for solving common mathematical problems with numerical methods in the context of engineering and science courses. The emphasis is on generic algorithms, clean program design, the use of functions, and automatic tests for verification.

Product Details :

Genre : Computers
Author : Svein Linge
Publisher : Springer Nature
Release : 2019-10-30
File : 350 Pages
ISBN-13 : 9783030168773


Scientific Computing With Matlab

eBook Download

BOOK EXCERPT:

Scientific Computing with MATLAB®, Second Edition improves students’ ability to tackle mathematical problems. It helps students understand the mathematical background and find reliable and accurate solutions to mathematical problems with the use of MATLAB, avoiding the tedious and complex technical details of mathematics. This edition retains the structure of its predecessor while expanding and updating the content of each chapter. The book bridges the gap between problems and solutions through well-grouped topics and clear MATLAB example scripts and reproducible MATLAB-generated plots. Students can effortlessly experiment with the scripts for a deep, hands-on exploration. Each chapter also includes a set of problems to strengthen understanding of the material.

Product Details :

Genre : Mathematics
Author : Dingyu Xue
Publisher : CRC Press
Release : 2016-02-17
File : 589 Pages
ISBN-13 : 9781498757782


An Introduction To Scientific Computing

eBook Download

BOOK EXCERPT:

This book demonstrates scientific computing by presenting twelve computational projects in several disciplines including Fluid Mechanics, Thermal Science, Computer Aided Design, Signal Processing and more. Each follows typical steps of scientific computing, from physical and mathematical description, to numerical formulation and programming and critical discussion of results. The text teaches practical methods not usually available in basic textbooks: numerical checking of accuracy, choice of boundary conditions, effective solving of linear systems, comparison to exact solutions and more. The final section of each project contains the solutions to proposed exercises and guides the reader in using the MATLAB scripts available online.

Product Details :

Genre : Mathematics
Author : Ionut Danaila
Publisher : Springer Science & Business Media
Release : 2007-12-03
File : 303 Pages
ISBN-13 : 9780387491592