![]() |
![]() |
Your cart is empty |
||
Books > Science & Mathematics > Mathematics > Numerical analysis
This workbook and solutions manual is intended for advanced undergraduate or beginning graduate students as a supplement to a traditional course in numerical mathematics and as preparation for independent research involving numerical mathematics. The solutions manual provides complete MATLAB code and numerical results for each of the exercises in the workbook and will be especially useful for those students without previous MATLAB programming experience. It is also valuable for classroom instructors to help pinpoint the author's intent in each exercise and to provide a model for graders. Upon completion of this material, students will have a working knowledge of MATLAB programming, they will have themselves programmed algorithms encountered in classwork and textbooks, and they will know how to check and verify their own programs against hand calculations and by reference to theoretical results, special polynomial solutions and other specialized solutions. No previous programming experience with MATLAB is necessary.
This book gives a compact exposition of the fundamentals of the theory of locally convex topological vector spaces. Furthermore it contains a survey of the most important results of a more subtle nature, which cannot be regarded as basic, but knowledge which is useful for understanding applications. Finally, the book explores some of such applications connected with differential calculus and measure theory in infinite-dimensional spaces. These applications are a central aspect of the book, which is why it is different from the wide range of existing texts on topological vector spaces. Overall, this book develops differential and integral calculus on infinite-dimensional locally convex spaces by using methods and techniques of the theory of locally convex spaces. The target readership includes mathematicians and physicists whose research is related to infinite-dimensional analysis.
Multi-grid methods are the most efficient tools for solving elliptic boundary value problems. The reader finds here an elementary introduction to multi-grid algorithms as well as a comprehensive convergence analysis. One section describes special applications (convection-diffusion equations, singular perturbation problems, eigenvalue problems, etc.). The book also contains a complete presentation of the multi-grid method of the second kind, which has important applications to integral equations (e.g. the "panel method") and to numerous other problems. Readers with a practical interest in multi-grid methods will benefit from this book as well as readers with a more theoretical interest.
This volume includes contributions from diverse disciplines including electrical engineering, biomedical engineering, industrial engineering, and medicine, bridging a vital gap between the mathematical sciences and neuroscience research. Covering a wide range of research topics, this volume demonstrates how various methods from data mining, signal processing, optimization and cutting-edge medical techniques can be used to tackle the most challenging problems in modern neuroscience.
This book describes the implementation of multilevel methods for the numerical simulation of turbulent flows. The general ideas for the algorithms presented stem from dynamical systems theory and are based on the decomposition of the unknown function into two or more arrays corresponding to different scales in the Fourier space. Before describing in detail the numerical algorithm, survey chapters on the mathematical theory of the Navier-Stokes equations and on the physics of the conventional theory of turbulence are included. The multilevel methods are applied here to the simulation of homogeneous isotropic turbulent flows as well as turbulent channel flows. The implementation issues are discussed in detail and numerical simulations of the flows cited above are presented and analyzed. The methods have been applied in the context of the direct numerical simulation and are therefore compared to such simulations.
This book gathers outstanding papers on numerical modeling in Mechanical Engineering (Volume 2) as part of the 2-volume proceedings of the 4th International Conference on Numerical Modeling in Engineering (NME 2021), which was held in Ghent, Belgium, on 24-25 August 2021. The overall objective of the conference was to bring together international scientists and engineers in academia and industry from fields related to advanced numerical techniques, such as the finite element method (FEM), boundary element method (BEM), isogeometric analysis (IGA), etc., and their applications to a wide range of engineering disciplines. This book addresses numerical simulations of various mechanical and materials engineering industrial applications such as aerospace applications, acoustic analysis, bio-mechanical applications, contact problems and wear, heat transfer analysis, vibration and dynamics, transient analysis, nonlinear analysis, composite materials, polymers, metal alloys, fracture mechanics, fatigue of materials, creep, mechanical behavior, micro-structure, phase transformation, and crystal plasticity.
In this monograph the authors develop a theory for the robust control of discrete-time stochastic systems, subjected to both independent random perturbations and to Markov chains. Such systems are widely used to provide mathematical models for real processes in fields such as aerospace engineering, communications, manufacturing, finance and economy. The theory is a continuation of the authors work presented in their previous book entitled "Mathematical Methods in Robust Control of Linear Stochastic Systems" published by Springer in 2006. Key features: - Provides a common unifying framework for discrete-time stochastic systems corrupted with both independent random perturbations and with Markovian jumps which are usually treated separately in the control literature; - Covers preliminary material on probability theory, independent random variables, conditional expectation and Markov chains; - Proposes new numerical algorithms to solve coupled matrix algebraic Riccati equations; - Leads the reader in a natural way to the original results through a systematic presentation; - Presents new theoretical results with detailed numerical examples. The monograph is geared to researchers and graduate students in advanced control engineering, applied mathematics, mathematical systems theory and finance. It is also accessible to undergraduate students with a fundamental knowledge in the theory of stochastic systems."
While the finite element method (FEM) has become the standard technique used to solve static and dynamic problems associated with structures and machines, ANSYS software has developed into the engineer's software of choice to model and numerically solve those problems. An invaluable tool to help engineers master and optimize analysis, The Finite Element Method for Mechanics of Solids with ANSYS Applications explains the foundations of FEM in detail, enabling engineers to use it properly to analyze stress and interpret the output of a finite element computer program such as ANSYS. Illustrating presented theory with a wealth of practical examples, this book covers topics including:
Totally self-contained, this text presents step-by-step instructions on how to use ANSYS Parametric Design Language (APDL) and the ANSYS Workbench to solve problems involving static/dynamic structural analysis (both linear and non-linear) and heat transfer, among other areas. It will quickly become a welcome addition to any engineering library, equally useful to students and experienced engineers alike.
The book teaches a student to model a scientific problem and write a computer program in C language to solve that problem. To do that, the book first introduces the student to the basics of C language, dealing with all syntactical aspects, but without the pedantic content of a typical programming language manual. Then the book describes and discusses many algorithms commonly used in scientific applications (e.g. searching, graphs, statistics, equation solving, Monte Carlo methods etc.).This important book fills a gap in current available bibliography. There are many manuals for programming in C, but they never explain programming technicalities to solve a given problem. This book illustrates many relevant algorithms and shows how to translate them in a working computer program.
Classical and Modern Numerical Analysis: Theory, Methods and Practice provides a sound foundation in numerical analysis for more specialized topics, such as finite element theory, advanced numerical linear algebra, and optimization. It prepares graduate students for taking doctoral examinations in numerical analysis. The text covers the main areas of introductory numerical analysis, including the solution of nonlinear equations, numerical linear algebra, ordinary differential equations, approximation theory, numerical integration, and boundary value problems. Focusing on interval computing in numerical analysis, it explains interval arithmetic, interval computation, and interval algorithms. The authors illustrate the concepts with many examples as well as analytical and computational exercises at the end of each chapter. This advanced, graduate-level introduction to the theory and methods of numerical analysis supplies the necessary background in numerical methods so that students can apply the techniques and understand the mathematical literature in this area. Although the book is independent of a specific computer program, MATLAB(r) code is available on the authors' website to illustrate various concepts.
Numerical and Analytical Methods with MATLAB? presents extensive coverage of the MATLAB programming language for engineers. It demonstrates how the built-in functions of MATLAB can be used to solve systems of linear equations, ODEs, roots of transcendental equations, statistical problems, optimization problems, control systems problems, and stress analysis problems. These built-in functions are essentially black boxes to students. By combining MATLAB with basic numerical and analytical techniques, the mystery of what these black boxes might contain is somewhat alleviated. This classroom-tested text first reviews the essentials involved in writing computer programs as well as fundamental aspects of MATLAB. It next explains how matrices can solve problems of linear equations, how to obtain the roots of algebraic and transcendental equations, how to evaluate integrals, and how to solve various ODEs. After exploring the features of Simulink, the book discusses curve fitting, optimization problems, and PDE problems, such as the vibrating string, unsteady heat conduction, and sound waves. The focus then shifts to the solution of engineering problems via iteration procedures, differential equations via Laplace transforms, and stress analysis problems via the finite element method. The final chapter examines control systems theory, including the design of single-input single-output (SISO) systems. Two Courses in One Textbook
Nonlinearity plays a major role in the understanding of most physical, chemical, biological, and engineering sciences. Nonlinear problems fascinate scientists and engineers, but often elude exact treatment. However elusive they may be, the solutions do exist-if only one perseveres in seeking them out. Self-Similarity and Beyond presents a myriad of approaches to finding exact solutions for a diversity of nonlinear problems. These include group-theoretic methods, the direct method of Clarkson and Kruskal, traveling waves, hodograph methods, balancing arguments, embedding special solutions into a more general class, and the infinite series approach. The author's approach is entirely constructive. Numerical solutions either motivate the analysis or confirm it, therefore they are treated alongside the analysis whenever possible. Many examples drawn from real physical situations-primarily fluid mechanics and nonlinear diffusion-illustrate and emphasize the central points presented. Accessible to a broad base of readers, Self-Similarity and Beyond illuminates a variety of productive methods for meeting the challenges of nonlinearity. Researchers and graduate students in nonlinearity, partial differential equations, and fluid mechanics, along with mathematical physicists and numerical analysts, will re-discover the importance of exact solutions and find valuable additions to their mathematical toolkits.
A systematic introduction to partial differential
Accurately predicting the behaviour of multiphase flows is a problem of immense industrial and scientific interest. Modern computers can now study the dynamics in great detail and these simulations yield unprecedented insight. This book provides a comprehensive introduction to direct numerical simulations of multiphase flows for researchers and graduate students. After a brief overview of the context and history the authors review the governing equations. A particular emphasis is placed on the 'one-fluid' formulation where a single set of equations is used to describe the entire flow field and interface terms are included as singularity distributions. Several applications are discussed, showing how direct numerical simulations have helped researchers advance both our understanding and our ability to make predictions. The final chapter gives an overview of recent studies of flows with relatively complex physics, such as mass transfer and chemical reactions, solidification and boiling, and includes extensive references to current work.
Explore a Unified Treatment of the Finite Element Method The finite element method has matured to the point that it can accurately and reliably be used, by a careful analyst, for an amazingly wide range of applications. With expanded coverage and an increase in fully solved examples, the second edition of Finite Element Analysis: Thermomechanics of Solids presents a unified treatment of the finite element method in theremomechanics, from the basics to advanced concepts. An Integrated Presentation of Critical Technology As in the first edition, the author presents and explicates topics in a way that demonstrates the highly unified structure of the finite element method. The presentation integrates continuum mechanics and relevant mathematics with persistent reliance on variational and incremental-variational foundations. The author exploits matrix-vector formalisms and Kronecker product algebra to provide transparent and consistent notation throughout the text. Nearly twice as long as the first edition, this second edition features: Greater integration and balance between introductory and advanced material Increased number of fully solved examples Selected developments in numerical methods, detailing accelerating computations in eigenstructure extraction, time integration, and stiffness matrix triangularization More extensive coverage of the arc length method for nonlinear problems Expanded and enhanced treatment of rotating bodies and buckling Provides Sophisticated Understanding of Capabilities and Limitations This new edition of a popular text includes significant illustrative examples and applications, modeling strategies, and explores a range
This book addresses the modelling of mechanical waves by asking the right questions about them and trying to find suitable answers. The questions follow the analytical sequence from elementary understandings to complicated cases, following a step-by-step path towards increased knowledge. The focus is on waves in elastic solids, although some examples also concern non-conservative cases for the sake of completeness. Special attention is paid to the understanding of the influence of microstructure, nonlinearity and internal variables in continua. With the help of many mathematical models for describing waves, physical phenomena concerning wave dispersion, nonlinear effects, emergence of solitary waves, scales and hierarchies of waves as well as the governing physical parameters are analysed. Also, the energy balance in waves and non-conservative models with energy influx are discussed. Finally, all answers are interwoven into the canvas of complexity.
The book presents, in a systematic manner, the optimal controls under different mathematical models in fermentation processes. Variant mathematical models - i.e., those for multistage systems; switched autonomous systems; time-dependent and state-dependent switched systems; multistage time-delay systems and switched time-delay systems - for fed-batch fermentation processes are proposed and the theories and algorithms of their optimal control problems are studied and discussed. By putting forward novel methods and innovative tools, the book provides a state-of-the-art and comprehensive systematic treatment of optimal control problems arising in fermentation processes. It not only develops nonlinear dynamical system, optimal control theory and optimization algorithms, but can also help to increase productivity and provide valuable reference material on commercial fermentation processes.
This book provides a clear summary of the work of the author on the construction of nonstandard finite difference schemes for the numerical integration of differential equations. The major thrust of the book is to show that discrete models of differential equations exist such that the elementary types of numerical instabilities do not occur. A consequence of this result is that in general bigger step-sizes can often be used in actual calculations and/or finite difference schemes can be constructed that are conditionally stable in many instances whereas in using standard techniques no such schemes exist. The theoretical basis of this work is centered on the concepts of "exact" and "best" finite difference schemes. In addition, a set of rules is given for the discrete modeling of derivatives and nonlinear expressions that occur in differential equations. These rules often lead to a unique nonstandard finite difference model for a given differential equation.
Adopting the view common in the finite element analysis, the authors of Separation of Variables for Partial Differential Equations: An Eigenfunction Approach introduce a computable separation of variables solution as an analytic approximate solution. At the heart of the text, they consider a general partial differential equation in two independent variables with a source term and subject to boundary and initial conditions. They give an algorithm for approximating and solving the problem and illustrate the application of this approach to the heat, wave, and potential equations. They illustrate the power of the technique by solving a variety of practical problems, many of which go well beyond the usual textbook examples. Written at the advanced undergraduate level, the book will serve equally well as a text for students and as a reference for instructors and users of separation of variables. It requires a background in engineering mathematics, but no prior exposure to separation of variables. The abundant worked examples provide guidance for deciding whether and how to apply the method to any given problem, help in interpreting computed solutions, and give insight into cases in which formal answers may be useless.
Due to its ubiquity across a variety of fields in science and engineering, fractional calculus has gained momentum in industry and academia. While a number of books and papers introduce either fractional calculus or numerical approximations, no current literature provides a comprehensive collection of both topics. This monograph introduces fundamental information on fractional calculus and provides a detailed treatment of existing numerical approximations. Theory and Numerical Approximations of Fractional Integrals and Derivatives presents an inclusive review of fractional calculus in terms of theory and numerical methods and systematically examines almost all existing numerical approximations for fractional integrals and derivatives. The authors consider the relationship between the fractional Laplacian and the Riesz derivative, a key component absent from other related texts, and highlight recent developments, including their own research and results. The book's core audience spans several fractional communities, including those interested in fractional partial differential equations, the fractional Laplacian, and applied and computational mathematics. Advanced undergraduate and graduate students will find the material suitable as a primary or supplementary resource for their studies.
This is the first book to revisit geotechnical site characterization from a probabilistic point of view and provide rational tools to probabilistically characterize geotechnical properties and underground stratigraphy using limited information obtained from a specific site. This book not only provides new probabilistic approaches for geotechnical site characterization and slope stability analysis, but also tackles the difficulties in practical implementation of these approaches. In addition, this book also develops efficient Monte Carlo simulation approaches for slope stability analysis and implements these approaches in a commonly available spreadsheet environment. These approaches and the software package are readily available to geotechnical practitioners and alleviate them from reliability computational algorithms. The readers will find useful information for a non-specialist to determine project-specific statistics of geotechnical properties and to perform probabilistic analysis of slope stability.
Thisvolume comprises a carefully selectedcollection ofarticlesemerging from and pertinent to the 2010 CFL-80 conference in Rio de Janeiro, celebrating the80th anniversary of the Courant-Friedrichs-Lewy (CFL) condition. A major result in the field of numerical analysis, the CFL condition has influenced the research of many important mathematicians over the past eight decades, and this work is meant to take stock of its most important and current applications. "The Courant Friedrichs Lewy (CFL) Condition: 80 Years After its Discovery "will be of interest to practicing mathematicians, engineers, physicists, and graduate students who work with numerical methods."
Substantial effort has been drawn for years onto the development of (possibly high-order) numerical techniques for the scalar homogeneous conservation law, an equation which is strongly dissipative in L1 thanks to shock wave formation. Such a dissipation property is generally lost when considering hyperbolic systems of conservation laws, or simply inhomogeneous scalar balance laws involving accretive or space-dependent source terms, because of complex wave interactions. An overall weaker dissipation can reveal intrinsic numerical weaknesses through specific nonlinear mechanisms: Hugoniot curves being deformed by local averaging steps in Godunov-type schemes, low-order errors propagating along expanding characteristics after having hit a discontinuity, exponential amplification of truncation errors in the presence of accretive source terms... This book aims at presenting rigorous derivations of different, sometimes called well-balanced, numerical schemes which succeed in reconciling high accuracy with a stronger robustness even in the aforementioned accretive contexts. It is divided into two parts: one dealing with hyperbolic systems of balance laws, such as arising from quasi-one dimensional nozzle flow computations, multiphase WKB approximation of linear Schroedinger equations, or gravitational Navier-Stokes systems. Stability results for viscosity solutions of onedimensional balance laws are sketched. The other being entirely devoted to the treatment of weakly nonlinear kinetic equations in the discrete ordinate approximation, such as the ones of radiative transfer, chemotaxis dynamics, semiconductor conduction, spray dynamics or linearized Boltzmann models. "Caseology" is one of the main techniques used in these derivations. Lagrangian techniques for filtration equations are evoked too. Two-dimensional methods are studied in the context of non-degenerate semiconductor models.
In recent decades, kinetic theory - originally developed as a field of mathematical physics - has emerged as one of the most prominent fields of modern mathematics. In recent years, there has been an explosion of applications of kinetic theory to other areas of research, such as biology and social sciences. This book collects lecture notes and recent advances in the field of kinetic theory of lecturers and speakers of the School "Trails in Kinetic Theory: Foundational Aspects and Numerical Methods", hosted at Hausdorff Institute for Mathematics (HIM) of Bonn, Germany, 2019, during the Junior Trimester Program "Kinetic Theory". Focusing on fundamental questions in both theoretical and numerical aspects, it also presents a broad view of related problems in socioeconomic sciences, pedestrian dynamics and traffic flow management.
This volume on some recent aspects of finite element methods and their applications is dedicated to Ulrich Langer and Arnd Meyer on the occasion of their 60th birthdays in 2012. Their work combines the numerical analysis of finite element algorithms, their efficient implementation on state of the art hardware architectures, and the collaboration with engineers and practitioners. In this spirit, this volume contains contributions of former students and collaborators indicating the broad range of their interests in the theory and application of finite element methods. Topics cover the analysis of domain decomposition and multilevel methods, including hp finite elements, hybrid discontinuous Galerkin methods, and the coupling of finite and boundary element methods; the efficient solution of eigenvalue problems related to partial differential equations with applications in electrical engineering and optics; and the solution of direct and inverse field problems in solid mechanics. |
![]() ![]() You may like...
Analytical Techniques, Volume 3
T.P. Mommsen, Peter W. Hochachka
Hardcover
R11,603
Discovery Miles 116 030
BTEC Apprenticeship Assessment Workbook…
Christine Newton, Lisa Johnson, …
Loose-leaf
R761
Discovery Miles 7 610
Understanding Suicide - A Sociological…
B. Fincham, S. Langer, …
Hardcover
R1,597
Discovery Miles 15 970
|