![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Science & Mathematics > Mathematics > Calculus & mathematical analysis > Infinite series
Computational methods to approximate the solution of differential equations play a crucial role in science, engineering, mathematics, and technology. The key processes that govern the physical world—wave propagation, thermodynamics, fluid flow, solid deformation, electricity and magnetism, quantum mechanics, general relativity, and many more—are described by differential equations. We depend on numerical methods for the ability to simulate, explore, predict, and control systems involving these processes. The finite element exterior calculus, or FEEC, is a powerful new theoretical approach to the design and understanding of numerical methods to solve partial differential equations (PDEs). The methods derived with FEEC preserve crucial geometric and topological structures underlying the equations and are among the most successful examples of structure-preserving methods in numerical PDEs. This volume aims to help numerical analysts master the fundamentals of FEEC, including the geometrical and functional analysis preliminaries, quickly and in one place. It is also accessible to mathematicians and students of mathematics from areas other than numerical analysis who are interested in understanding how techniques from geometry and topology play a role in numerical PDEs.
A comprehensive introduction to the most commonly used statistical methods relevant in atmospheric, oceanic and climate sciences. Each method is described step-by-step using plain language, and illustrated with concrete examples, with relevant statistical and scientific concepts explained as needed. Particular attention is paid to nuances and pitfalls, with sufficient detail to enable the reader to write relevant code. Topics covered include hypothesis testing, time series analysis, linear regression, data assimilation, extreme value analysis, Principal Component Analysis, Canonical Correlation Analysis, Predictable Component Analysis, and Covariance Discriminant Analysis. The specific statistical challenges that arise in climate applications are also discussed, including model selection problems associated with Canonical Correlation Analysis, Predictable Component Analysis, and Covariance Discriminant Analysis. Requiring no previous background in statistics, this is a highly accessible textbook and reference for students and early-career researchers in the climate sciences.
Partial differential equations (PDEs) are the main tool to describe spatially and temporally extended systems in nature. PDEs usually come with parameters, and the study of the parameter dependence of their solutions is an important task. Letting one parameter vary typically yields a branch of solutions, and at special parameter values, new branches may bifurcate. Numerical Continuation and Bifurcation in Nonlinear PDEs: Presents hands-on approach to numerical continuation and bifurcation for nonlinear PDEs, in 1D, 2D and 3D. ,Provides a concise but sound review of analytical background and numerical methods. Explains the use of the free MATLAB package pde2path via a large variety of examples with ready to use code. Contains demo codes that can be easily adapted to the reader's given problem. This book will be of interest to applied mathematicians and scientists from physics, chemistry, biology, and economics interested in the numerical solution of nonlinear PDEs, particularly the parameter dependence of solutions. It is appropriate for the following courses: Advanced Numerical Analysis, Special Topics on Numerical Analysis, Topics on Data Science, Topics on Numerical Optimization, and Topics on Approximation Theory.
This book promotes the experimental mathematics approach in the context of secondary mathematics curriculum by exploring mathematical models depending on parameters that were typically considered advanced in the pre-digital education era. This approach, by drawing on the power of computers to perform numerical computations and graphical constructions, stimulates formal learning of mathematics through making sense of a computational experiment. It allows one (in the spirit of Freudenthal) to bridge serious mathematical content and contemporary teaching practice. In other words, the notion of teaching experiment can be extended to include a true mathematical experiment. When used appropriately, the approach creates conditions for collateral learning (in the spirit of Dewey) to occur including the development of skills important for engineering applications of mathematics. In the context of a mathematics teacher education program, the book addresses a call for the preparation of teachers capable of utilizing modern technology tools for the modeling-based teaching of mathematics with a focus on methods conducive to the improvement of the whole STEM education at the secondary level. By the same token, using the book’s pedagogy and its mathematical content in a pre-college classroom can assist teachers in introducing students to the ideas that develop the foundation of engineering profession.
“Intelligent Routines II: Solving Linear Algebra and Differential Geometry with Sage” contains numerous of examples and problems as well as many unsolved problems. This book extensively applies the successful software Sage, which can be found free online http://www.sagemath.org/. Sage is a recent and popular software for mathematical computation, available freely and simple to use. This book is useful to all applied scientists in mathematics, statistics and engineering, as well for late undergraduate and graduate students of above subjects. It is the first such book in solving symbolically with Sage problems in Linear Algebra and Differential Geometry. Plenty of SAGE applications are given at each step of the exposition.
This book describes the theoretical and computational aspects of the mimetic finite difference method for a wide class of multidimensional elliptic problems, which includes diffusion, advection-diffusion, Stokes, elasticity, magnetostatics and plate bending problems. The modern mimetic discretization technology developed in part by the Authors allows one to solve these equations on unstructured polygonal, polyhedral and generalized polyhedral meshes. The book provides a practical guide for those scientists and engineers that are interested in the computational properties of the mimetic finite difference method such as the accuracy, stability, robustness, and efficiency. Many examples are provided to help the reader to understand and implement this method. This monograph also provides the essential background material and describes basic mathematical tools required to develop further the mimetic discretization technology and to extend it to various applications.
This volume contains original research articles, survey articles and lecture notes related to the Computations with Modular Forms 2011 Summer School and Conference, held at the University of Heidelberg. A key theme of the Conference and Summer School was the interplay between theory, algorithms and experiment. The 14 papers offer readers both, instructional courses on the latest algorithms for computing modular and automorphic forms, as well as original research articles reporting on the latest developments in the field. The three Summer School lectures provide an introduction to modern algorithms together with some theoretical background for computations of and with modular forms, including computing cohomology of arithmetic groups, algebraic automorphic forms, and overconvergent modular symbols. The 11 Conference papers cover a wide range of themes related to computations with modular forms, including lattice methods for algebraic modular forms on classical groups, a generalization of the Maeda conjecture, an efficient algorithm for special values of p-adic Rankin triple product L-functions, arithmetic aspects and experimental data of Bianchi groups, a theoretical study of the real Jacobian of modular curves, results on computing weight one modular forms, and more.
Computational science is fundamentally changing how technological questions are addressed. The design of aircraft, automobiles, and even racing sailboats is now done by computational simulation. The mathematical foundation of this new approach is numerical analysis, which studies algorithms for computing expressions defined with real numbers. Emphasizing the theory behind the computation, this book provides a rigorous and self-contained introduction to numerical analysis and presents the advanced mathematics that underpin industrial software, including complete details that are missing from most textbooks. Using an inquiry-based learning approach, "Numerical Analysis" is written in a narrative style, provides historical background, and includes many of the proofs and technical details in exercises. Students will be able to go beyond an elementary understanding of numerical simulation and develop deep insights into the foundations of the subject. They will no longer have to accept the mathematical gaps that exist in current textbooks. For example, both necessary and sufficient conditions for convergence of basic iterative methods are covered, and proofs are given in full generality, not just based on special cases. The book is accessible to undergraduate mathematics majors as well as computational scientists wanting to learn the foundations of the subject.Presents the mathematical foundations of numerical analysis Explains the mathematical details behind simulation software Introduces many advanced concepts in modern analysis Self-contained and mathematically rigorous Contains problems and solutions in each chapter Excellent follow-up course to Principles of Mathematical Analysis by Rudin
Acta Numerica is an annual publication containing invited survey papers by leading researchers in numerical mathematics and scientific computing. The papers present overviews of recent developments in their area and provide state-of-the-art techniques and analysis.
Julia is an open-source and fast-growing programming language for scientific computing that offers clarity and ease of use for beginners but also speed and power for advanced applications. Fundamentals of Numerical Computation: Julia Edition provides a complete solution for teaching Julia in the context of numerical methods. It introduces the mathematics and use of algorithms for the fundamental problems of numerical computation: linear algebra, finding roots, approximating data and functions, and solving differential equations. A clear progression from simple to more advanced methods allows for use in either a one-semester course or a two-semester sequence. The book includes more than 40 functions and 160 examples fully coded in Julia and available for download, online supplemental content including tested source materials for student projects and in-class labs related to every chapter, and over 600 exercises, evenly split between mathematical and computational work, and solutions to most exercises for instructors.
In scientific computing (also known as computational science), advanced computing capabilities are used to solve complex problems. This self-contained book describes and analyzes reported software failures related to the major topics within scientific computing: mathematical modeling of phenomena; numerical analysis (number representation, rounding, conditioning); mathematical aspects and complexity of algorithms, systems, or software; concurrent computing (parallelization, scheduling, synchronization); and numerical data (such as input of data and design of control logic). Readers will find lists of related, interesting bugs, MATLAB examples, and ""excursions"" that provide necessary background, as well as an in-depth analysis of various aspects of the selected bugs. Illustrative examples of numerical principles such as machine numbers, rounding errors, condition numbers, and complexity are also included. This book is intended for students, teachers, and researchers in scientific computing, computer science, and applied mathematics. It is also an entertaining and motivating introduction for those with a minimum background in mathematics or computer science. Bits and Bugs can be used for courses in numerical analysis, numerical methods in linear algebra/ODEs/PDEs, introductory software engineering, introductory scientific computing, and parallel programming. |
You may like...
Numbers, Hypotheses & Conclusions - A…
Colin Tredoux, Kevin Durrheim
Paperback
Coding Theory and Applications - 4th…
Raquel Pinto, Paula Rocha Malonek, …
Paperback
R3,599
Discovery Miles 35 990
An Introduction to Numerical Methods - A…
Abdelwahab Kharab, Ronald Guenther
Paperback
Scientific Computing - An Introductory…
Michael T. Heath
Paperback
Future Vision and Trends on Shapes…
Raffaele De Amicis, Giuseppe Conti
Paperback
R3,060
Discovery Miles 30 600
An Introduction to Numerical Methods - A…
Abdelwahab Kharab, Ronald Guenther
Hardcover
R4,105
Discovery Miles 41 050
|