Описание: Fuzzy cognitive maps (FCMs) have gained popularity in the scientific community due to their capabilities in modeling and decision making for complex problems.This book presents a novel algorithm called glassoFCM to enable automatic learning of FCM models from data.
An introduction to the computer-based modeling of influenza, a continuing major worldwide communicable disease.
The use of (1) as an illustration of a methodology for the computer-based modeling of communicable diseases.
For the purposes of (1) and (2), a basic influenza model is formulated as a system of partial differential equations (PDEs) that define the spatiotemporal evolution of four populations: susceptibles, untreated and treated infecteds, and recovereds. The requirements of a well-posed PDE model are considered, including the initial and boundary conditions. The terms of the PDEs are explained.
The computer implementation of the model is illustrated with a detailed line-by-line explanation of a system of routines in R (a quality, open-source scientific computing system that is readily available from the Internet). The R routines demonstrate the straightforward numerical solution of a system of nonlinear PDEs by the method of lines (MOL), an established general algorithm for PDEs.
The presentation of the PDE modeling methodology is introductory with a minumum of formal mathematics (no theorems and proofs), and with emphasis on example applications. The intent of the book is to assist in the initial understanding and use of PDE mathematical modeling of communicable diseases, and the explanation and interpretation of the computed model solutions, as illustrated with the influenza model.
An introduction to the computer-based modeling of influenza, a continuing major worldwide communicable disease.
The use of (1) as an illustration of a methodology for the computer-based modeling of communicable diseases.
For the purposes of (1) and (2), a basic influenza model is formulated as a system of partial differential equations (PDEs) that define the spatiotemporal evolution of four populations: susceptibles, untreated and treated infecteds, and recovereds. The requirements of a well-posed PDE model are considered, including the initial and boundary conditions. The terms of the PDEs are explained.
The computer implementation of the model is illustrated with a detailed line-by-line explanation of a system of routines in R (a quality, open-source scientific computing system that is readily available from the Internet). The R routines demonstrate the straightforward numerical solution of a system of nonlinear PDEs by the method of lines (MOL), an established general algorithm for PDEs.
The presentation of the PDE modeling methodology is introductory with a minumum of formal mathematics (no theorems and proofs), and with emphasis on example applications. The intent of the book is to assist in the initial understanding and use of PDE mathematical modeling of communicable diseases, and the explanation and interpretation of the computed model solutions, as illustrated with the influenza model.
Описание: Partial differential equations are one of the most used widely forms of mathematics in science and engineering. Two fractional PDEs can be considered, fractional in time, and fractional in space. This volume is directed to the development and use of SFPDEs, providing a discussion of applications from classical integer PDEs.
Описание: This graduate textbook - now in its second edition - teaches finite element methods and basic finite difference methods from a computational point of view. The emphasis is on developing flexible computer programs using the numerical library Diffpack. Diffpack is explained in detail for problems including model equations in applied mathematics, heat transfer, elasticity, and viscous fluid flow. All the program examples, as well as Diffpack for use with this book, are available on the Internet.
Описание: The book is suitable for readers with a background in basic finite element and finite difference methods for partial differential equations who wants gentle introductions to advanced topics like parallel computing, multigrid methods, and special methods for systems of PDEs. The goal of all chapters is to *compute* solutions to problems, hence algorithmic and software issues play a central role. All software examples use the Diffpack programming environment, so to take advantage of these examples some experience with Diffpack is required. There are also some chapters covering complete applications, i.e., the way from a model, expressed as systems of PDEs, through discretization methods, algorithms, software design, verification, and computational examples.
Автор: Galina Filipuk, Andrzej Kozlowski Название: Analysis with Mathematica®: Volume 1: Single Variable Calculus ISBN: 3110590131 ISBN-13(EAN): 9783110590135 Издательство: Walter de Gruyter Цена: 11148.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: A computer algebra system such as Mathematica is able to do much more than just numerics: This text shows how to tackle real mathematical problems from basic analysis. The reader learns how Mathematica represents domains, qualifiers and limits to implement actual proofs – a requirement to unlock the huge potential of Mathematica for a variety of applications.
Автор: Zahari Zlatev, Ivan Dimov, Istvan Farago, Agnes Havasi Название: Richardson Extrapolation: Practical Aspects and Applications ISBN: 3110516497 ISBN-13(EAN): 9783110516494 Издательство: Walter de Gruyter Цена: 22305.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Scientists and engineers are mainly using Richardson extrapolation as a computational tool for increasing the accuracy of various numerical algorithms for the treatment of systems of ordinary and partial differential equations and for improving the computational efficiency of the solution process by the automatic variation of the time-stepsizes. A third issue, the stability of the computations, is very often the most important one and, therefore, it is the major topic studied in all chapters of this book. Clear explanations and many examples make this text an easy-to-follow handbook for applied mathematicians, physicists and engineers working with scientific models based on differential equations.
Contents The basic properties of Richardson extrapolation Richardson extrapolation for explicit Runge-Kutta methods Linear multistep and predictor-corrector methods Richardson extrapolation for some implicit methods Richardson extrapolation for splitting techniques Richardson extrapolation for advection problems Richardson extrapolation for some other problems General conclusions
Автор: Kenneth Luther Название: Casual Calculus: A Friendly Student Companion - Volume 3 ISBN: 9811223955 ISBN-13(EAN): 9789811223952 Издательство: World Scientific Publishing Рейтинг: Цена: 27720.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Yes, this is another Calculus book. However, it fits in a niche between the two predominant types of such texts. It could be used as a textbook, albeit a streamlined one — it contains exposition on each topic, with an introduction, rationale, train of thought, and solved examples with accompanying suggested exercises. It could be used as a solution guide — because it contains full written solutions to each of the hundreds of exercises posed inside. But its best position is right in between these two extremes. It is best used as a companion to a traditional text or as a refresher — with its conversational tone, its 'get right to it' content structure, and its inclusion of complete solutions to many problems, it is a friendly partner for students who are learning Calculus, either in class or via self-study.Exercises are structured in three sets to force multiple encounters with each topic. Solved examples in the text are accompanied by 'You Try It' problems, which are similar to the solved examples; the students use these to see if they're ready to move forward. Then at the end of the section, there are 'Practice Problems': more problems similar to the 'You Try It' problems, but given all at once. Finally, each section has Challenge Problems — these lean to being equally or a bit more difficult than the others, and they allow students to check on what they've mastered.The goal is to keep the students engaged with the text, and so the writing style is very informal, with attempts at humor along the way. The target audience is STEM students including those in engineering and meteorology programs.
Описание: This book introduces finite difference methods for both ordinary differential equations (ODEs) and partial differential equations (PDEs) and discusses the similarities and differences between algorithm design and stability analysis for different types of equations. A unified view of stability theory for ODEs and PDEs is presented, and the interplay between ODE and PDE analysis is stressed. The text emphasizes standard classical methods, but several newer approaches also are introduced and are described in the context of simple motivating examples. Exercises and student projects are available on the book’s webpage, along with Matlab mfiles for implementing methods. Readers will gain an understanding of the essential ideas that underlie the development, analysis, and practical use of finite difference methods as well as the key concepts of stability theory, their relation to one another, and their practical implications. The author provides a foundation from which students can approach more advanced topics.
Описание: This book is written for students and researchers who are fond of mathematics and the natural sciences. It consists of two parts. Part I presents the theory of analysis in which the mathematical theory is described not as an accomplished palace, but as a building under construction. It uncovers how a theory has been or is being constructed. In Part II, the theory of differential equations is applied to interesting practical problems, such as pursuit-line and tractrix, attack on an object from an airplane, an insect crawling along a stretching rubber rod, the SIR model of a virus infection, string vibration, circular membrane vibration, as well as the wind ripple, sand dune and wave phenomena on a highway. Furthermore, the problems of a one-dimensional lattice vibration, the keyboard percussion vibration and the eigenvalue problems in quantum mechanics, such as the Aharonov-Bohm effect, are also investigated in detail.
Описание: The book lies at the interface of mathematics, social media analysis, and data science. The new approach advocates a paradigm shift for modeling information diffusion in online social networks and lays the theoretical groundwork for many spatio-temporal modeling problems in the big-data era.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru