0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (1)
  • R250 - R500 (6)
  • R500+ (3,439)
  • -
Status
Format
Author / Contributor
Publisher

Books > Science & Mathematics > Mathematics > Applied mathematics > Mathematical modelling

Computer Simulation - A Foundational Approach Using Python (Paperback): Yahya Esmail Osais Computer Simulation - A Foundational Approach Using Python (Paperback)
Yahya Esmail Osais
R1,537 Discovery Miles 15 370 Ships in 12 - 19 working days

Computer simulation is an effective and popular universal tool that can be applied to almost all disciplines. Requiring only basic knowledge of programming, mathematics, and probability theory, Computer Simulation: A Foundational Approach Using Python takes a hands-on approach to programming to introduce the fundamentals of computer simulation. The main target of the book is computer science and engineering students who are interested mainly in directly applying the techniques to their research problems. The book will be of great interest to senior undergraduate and starting graduate students in the fields of computer science and engineering and industrial engineering.

Quantitative Methods in Transportation (Hardcover): Dusan Teodorovic, Milos Nikolic Quantitative Methods in Transportation (Hardcover)
Dusan Teodorovic, Milos Nikolic
R4,946 Discovery Miles 49 460 Ships in 12 - 19 working days

Quantitative Methods in Transportation provides the most useful, simple, and advanced quantitative techniques for solving real-life transportation engineering problems. It aims to help transportation engineers and analysts to predict travel and freight demand, plan new transportation networks, and develop various traffic control strategies that are safer, more cost effective, and greener. Transportation networks can be exceptionally large, and this makes many transportation problems combinatorial, and the challenges are compounded by the stochastic and independent nature of trip-planners decision making. Methods outlined in this book range from linear programming, multi-attribute decision making, data envelopment analysis, probability theory, and simulation to computer techniques such as genetic algorithms, simulated annealing, tabu search, ant colony optimization, and bee colony optimization. The book is supported with problems and has a solutions manual to aid course instructors.

Topics in Engineering Mathematics - Modeling and Methods (Hardcover): Adriaan Van Der Burgh, Juriaan Simonis Topics in Engineering Mathematics - Modeling and Methods (Hardcover)
Adriaan Van Der Burgh, Juriaan Simonis
R2,889 Discovery Miles 28 890 Ships in 10 - 15 working days

Series Editor's Preface. Preface. A. Kaleidoscopic Excursion into numerical Calculations of Differential Equations; E. van Groesen. An Introduction to the Finite Element Method; J. van Kan. Coupling of Sound and Structural Vibrations; C. Kauffmann. Mathematical Modeling and Dimensional Analysis; J. Molenaar. About Difference Equations, Algebras and Discrete Events; G.J. Olsder. Acoustical Detection of Obstructions in a Pipe with a Temperature Gradient; S.W. Rienstra. Interior Point Approach to linear Programming: Theory, Algorithms and Parametric Analysis; C. Roos. Some Reflections on Newton's Method; F. Twilt. Recurrence and Induction in Computer Science; A.J. van Zanten.

Quantitative Methods in Transportation (Paperback): Dusan Teodorovic, Milos Nikolic Quantitative Methods in Transportation (Paperback)
Dusan Teodorovic, Milos Nikolic
R1,723 Discovery Miles 17 230 Ships in 12 - 19 working days

Quantitative Methods in Transportation provides the most useful, simple, and advanced quantitative techniques for solving real-life transportation engineering problems. It aims to help transportation engineers and analysts to predict travel and freight demand, plan new transportation networks, and develop various traffic control strategies that are safer, more cost effective, and greener. Transportation networks can be exceptionally large, and this makes many transportation problems combinatorial, and the challenges are compounded by the stochastic and independent nature of trip-planners decision making. Methods outlined in this book range from linear programming, multi-attribute decision making, data envelopment analysis, probability theory, and simulation to computer techniques such as genetic algorithms, simulated annealing, tabu search, ant colony optimization, and bee colony optimization. The book is supported with problems and has a solutions manual to aid course instructors.

Predictability of Chaotic Dynamics - A Finite-time Lyapunov Exponents Approach (Hardcover, 2nd ed. 2019): Juan C. Vallejo,... Predictability of Chaotic Dynamics - A Finite-time Lyapunov Exponents Approach (Hardcover, 2nd ed. 2019)
Juan C. Vallejo, Miguel A.F. Sanjuan
R1,529 Discovery Miles 15 290 Ships in 10 - 15 working days

This book is primarily concerned with the computational aspects of predictability of dynamical systems - in particular those where observations, modeling and computation are strongly interdependent. Unlike with physical systems under control in laboratories, in astronomy it is uncommon to have the possibility of altering the key parameters of the studied objects. Therefore, the numerical simulations offer an essential tool for analysing these systems, and their reliability is of ever-increasing interest and importance. In this interdisciplinary scenario, the underlying physics provide the simulated models, nonlinear dynamics provides their chaoticity and instability properties, and the computer sciences provide the actual numerical implementation. This book introduces and explores precisely this link between the models and their predictability characterization based on concepts derived from the field of nonlinear dynamics, with a focus on the strong sensitivity to initial conditions and the use of Lyapunov exponents to characterize this sensitivity. This method is illustrated using several well-known continuous dynamical systems, such as the Contopoulos, Henon-Heiles and Roessler systems. This second edition revises and significantly enlarges the material of the first edition by providing new entry points for discussing new predictability issues on a variety of areas such as machine decision-making, partial differential equations or the analysis of attractors and basins. Finally, the parts of the book devoted to the application of these ideas to astronomy have been greatly enlarged, by first presenting some basics aspects of predictability in astronomy and then by expanding these ideas to a detailed analysis of a galactic potential.

Physical and Mathematical Modeling of Earth and Environment Processes (2018) - 4th International Scientific School for Young... Physical and Mathematical Modeling of Earth and Environment Processes (2018) - 4th International Scientific School for Young Scientists, Ishlinskii Institute for Problems in Mechanics of Russian Academy of Sciences (Hardcover, 1st ed. 2019)
V. I. Karev, Dmitry Klimov, Konstantin Pokazeev
R4,439 Discovery Miles 44 390 Ships in 10 - 15 working days

This book entitled "Physical and Mathematical Modeling of Earth and Environment Processes" is the result of a collaborative work after the 4th international scientific youth forum held at the IPMech RAS on November 1-3, 2018. The book includes theoretical and experimental studies of processes in the atmosphere, oceans, the lithosphere and their interaction; environmental issues; problems of human impact on the environment; methods of geophysical research. A special focus is given to the extraction of hydrocarbon resources, including unconventional sources. This book also focuses on new approaches to the development of hydrocarbon fields, very important in today's geopolitical conditions. The book presents new results of the experimental and theoretical modeling of deformation, fracture and filtration processes in the rocks in connection with issues of creating scientific fundamentals for new hydrocarbon production technologies.

Introduction to Computational Models with Python (Paperback): Jose M. Garrido Introduction to Computational Models with Python (Paperback)
Jose M. Garrido
R1,503 Discovery Miles 15 030 Ships in 12 - 19 working days

Introduction to Computational Models with Python explains how to implement computational models using the flexible and easy-to-use Python programming language. The book uses the Python programming language interpreter and several packages from the huge Python Library that improve the performance of numerical computing, such as the Numpy and Scipy modules. The Python source code and data files are available on the author's website. The book's five sections present: An overview of problem solving and simple Python programs, introducing the basic models and techniques for designing and implementing problem solutions, independent of software and hardware tools Programming principles with the Python programming language, covering basic programming concepts, data definitions, programming structures with flowcharts and pseudo-code, solving problems, and algorithms Python lists, arrays, basic data structures, object orientation, linked lists, recursion, and running programs under Linux Implementation of computational models with Python using Numpy, with examples and case studies The modeling of linear optimization problems, from problem formulation to implementation of computational models This book introduces the principles of computational modeling as well as the approaches of multi- and interdisciplinary computing to beginners in the field. It provides the foundation for more advanced studies in scientific computing, including parallel computing using MPI, grid computing, and other methods and techniques used in high-performance computing.

Fractional Calculus in Medical and Health Science (Hardcover): Devendra Kumar, Jagdev Singh Fractional Calculus in Medical and Health Science (Hardcover)
Devendra Kumar, Jagdev Singh
R4,935 Discovery Miles 49 350 Ships in 12 - 19 working days

This book covers applications of fractional calculus used for medical and health science. It offers a collection of research articles built into chapters on classical and modern dynamical systems formulated by fractional differential equations describing human diseases and how to control them. The mathematical results included in the book will be helpful to mathematicians and doctors by enabling them to explain real-life problems accurately. The book will also offer case studies of real-life situations with an emphasis on describing the mathematical results and showing how to apply the results to medical and health science, and at the same time highlighting modeling strategies. The book will be useful to graduate level students, educators and researchers interested in mathematics and medical science.

Risk and Uncertainty Reduction by Using Algebraic Inequalities (Hardcover): Michael T Todinov Risk and Uncertainty Reduction by Using Algebraic Inequalities (Hardcover)
Michael T Todinov
R3,575 Discovery Miles 35 750 Ships in 12 - 19 working days

This book covers the application of algebraic inequalities for reliability improvement and for uncertainty and risk reduction. It equips readers with powerful domain-independent methods for reducing risk based on algebraic inequalities and demonstrates the significant benefits derived from the application for risk and uncertainty reduction. Algebraic inequalities: * Provide a powerful reliability improvement, risk and uncertainty reduction method that transcends engineering and can be applied in various domains of human activity * Present an effective tool for dealing with deep uncertainty related to key reliability-critical parameters of systems and processes * Permit meaningful interpretations which link abstract inequalities with the real world * Offer a tool for determining tight bounds for the variation of risk-critical parameters and complying the design with these bounds to avoid failure * Allow optimising designs and processes by minimising the deviation of critical output parameters from their specified values and maximising their performance This book is primarily for engineering professionals and academic researchers in virtually all existing engineering disciplines.

Theory and Technology of Sheet Rolling - Numerical Analysis and Applications (Paperback): O. V. Nogovitsyn, V.L. Mazur Theory and Technology of Sheet Rolling - Numerical Analysis and Applications (Paperback)
O. V. Nogovitsyn, V.L. Mazur
R1,592 Discovery Miles 15 920 Ships in 12 - 19 working days

Despite significant advances in technology and equipment for rolled steel, the computerization of production processes and the steady increase in production of sheet steel, recent scientific and technological achievements have not been compiled in the special literature and revealed to a wide range of specialists. This book details new approaches, computational techniques, and reliable calculation methods of leaf-rolling modes, forecasting and optimization of the technologies, increasing productivity of the mill and a radical improvement in the quality of steel products.

Modeling Tools for Environmental Engineers and Scientists (Paperback): Nirmala Khandan Modeling Tools for Environmental Engineers and Scientists (Paperback)
Nirmala Khandan
R1,599 Discovery Miles 15 990 Ships in 12 - 19 working days

Modeling Tools for Environmental Engineers and Scientists enables environmental professionals, faculty, and students with minimal computer programming skills to develop computer-based mathematical models for natural and engineered environmental systems. The author illustrates how commercially available syntax-free authoring software can be adapted to create customized, high-level models of environmental phenomena in groundwater, soil, aquatic, and atmospheric systems, and in engineered reactors. This book includes a review of mathematical modeling and fundamental concepts such as material balance, reactor configurations, and fate and transport of environmental contaminants. It illustrates, using numerous examples, how mathematical and dynamic modeling software can be applied in analyzing and simulating natural and engineered environmental systems. The tools and examples included are applicable to a wide range of problems, both in the classroom and in the field.

Principles and Applications of RELAX: A Robust and Universal Estimator (Hardcover, 1st ed. 2019): Renbiao Wu, Qiongqiong Jia,... Principles and Applications of RELAX: A Robust and Universal Estimator (Hardcover, 1st ed. 2019)
Renbiao Wu, Qiongqiong Jia, Lei Yang, Qing Feng
R2,911 Discovery Miles 29 110 Ships in 10 - 15 working days

The multiple signal demixing and parameter estimation problems that result from the impacts of background noise and interference are issues that are frequently encountered in the fields of radar, sonar, communications, and navigation. Research in the signal processing and control fields has always focused on improving the estimation performance of parameter estimation methods at low SNR and maintaining the robustness of estimations in the presence of model errors. This book presents a universal and robust relaxation estimation method (RELAX), and introduces its basic principles and applications in the fields of classical line spectrum estimation, time of delay estimation, DOA estimation, and radar target imaging. This information is explained comprehensively and in great detail, and uses metaphors pertaining to romantic relationships to visualize the basic problems of parameter estimation, the basic principles of the five types of classical parameter estimation methods, and the relationships between these principles. The book serves as a reference for scientists and technologists in the fields of signal processing and control, while also providing relevant information for graduate students in the related fields.

Performance Analysis of Communication Systems - Modelling with Non-Markovian Stochastic Petri Nets (Hardcover, REV): R. German Performance Analysis of Communication Systems - Modelling with Non-Markovian Stochastic Petri Nets (Hardcover, REV)
R. German
R5,903 Discovery Miles 59 030 Ships in 10 - 15 working days

The field of communication systems is full of complex design questions concerning performance and reliability. Since data traffic and errors occur in a random fashion, stochastic models are used for developing and comparing systems. In particular, stochastic Petri nets have become a popular tool for the description and automatic evaluation of such models. The use of non-Markovian models has become important as they allow more flexibility.

  • Provides a clear exposition of the use of stochastic Petri nets in communication systems engineering

  • Introduces the reader to the analysis techniques and algorithms used in performance evaluation

  • Provides an accompanying example to clarify the use of each definition, concept and algorithm

  • Mathematica routines used for implementing the algorithms are available on the Wiley ftp site
The text is divided into three parts. Part I gives a general introduction to modeling with stochastic Petri nets. Part II is devoted to analysis methodology, from simple Markovian, to more complicated non-Markovian models. In Part III non-Markovian stochastic Petri nets are applied to the performance evaluation of various aspects of communication systems. The text will appeal to researchers, industrial engineers and graduate students studying communication systems and stochastic modeling. The numerous examples will benefit those working in performance evaluation, reliability, operations research, queuing theory and computer science. The Mathematica routines used for implementing the algorithms are available for downloading on the following Wiley ftp site: ftp://ftp.wiley.co.uk/pub/books/german
Modeling in Applied Sciences - A Kinetic Theory Approach (Hardcover, 2000 ed.): Nicola Bellomo, Mario Pulvirenti Modeling in Applied Sciences - A Kinetic Theory Approach (Hardcover, 2000 ed.)
Nicola Bellomo, Mario Pulvirenti
R3,011 R1,760 Discovery Miles 17 600 Save R1,251 (42%) Ships in 12 - 19 working days

Modeling complex biological, chemical, and physical systems, in the context of spatially heterogeneous mediums, is a challenging task for scientists and engineers using traditional methods of analysis.

Modeling in Applied Sciences is a comprehensive survey of modeling large systems using kinetic equations, and in particular the Boltzmann equation and its generalizations. An interdisciplinary group of leading authorities carefully develop the foundations of kinetic models and discuss the connections and interactions between model theories, qualitative and computational analysis and real-world applications. This book provides a thoroughly accessible and lucid overview of the different aspects, models, computations, and methodology for the kinetic-theory modeling process.

Topics and Features:

* Integrated modeling perspective utilized in all chapters

* Fluid dynamics of reacting gases

* Self-contained introduction to kinetic models

* Becker Doring equations

* Nonlinear kinetic models with chemical reactions

* Kinetic traffic-flow models

* Models of granular media

* Large communication networks

* Thorough discussion of numerical simulations of Boltzmann equation

This new book is an essential resource for all scientists and engineers who use large-scale computations for studying the dynamics of complex systems of fluids and particles. Professionals, researchers, and postgraduates will find the book a modern and authoritative guide to the topic.

"

Ganitananda - Selected Works of Radha Charan Gupta on History of Mathematics (Hardcover, 1st ed. 2019): K. Ramasubramanian Ganitananda - Selected Works of Radha Charan Gupta on History of Mathematics (Hardcover, 1st ed. 2019)
K. Ramasubramanian
R4,974 Discovery Miles 49 740 Ships in 12 - 19 working days

This book includes 58 selected articles that highlight the major contributions of Professor Radha Charan Gupta-a doyen of history of mathematics-written on a variety of important topics pertaining to mathematics and astronomy in India. It is divided into ten parts. Part I presents three articles offering an overview of Professor Gupta's oeuvre. The four articles in Part II convey the importance of studies in the history of mathematics. Parts III-VII constituting 33 articles, feature a number of articles on a variety of topics, such as geometry, trigonometry, algebra, combinatorics and spherical trigonometry, which not only reveal the breadth and depth of Professor Gupta's work, but also highlight his deep commitment to the promotion of studies in the history of mathematics. The ten articles of part VIII, present interesting bibliographical sketches of a few veteran historians of mathematics and astronomy in India. Part IX examines the dissemination of mathematical knowledge across different civilisations. The last part presents an up-to-date bibliography of Gupta's work. It also includes a tribute to him in Sanskrit composed in eight verses.

Applied Shape Optimization for Fluids (Hardcover, 2nd Revised edition): Bijan Mohammadi, Olivier Pironneau Applied Shape Optimization for Fluids (Hardcover, 2nd Revised edition)
Bijan Mohammadi, Olivier Pironneau
R3,989 Discovery Miles 39 890 Ships in 12 - 19 working days

Computational fluid dynamics (CFD) and optimal shape design (OSD) are of practical importance for many engineering applications - the aeronautic, automobile, and nuclear industries are all major users of these technologies.
Giving the state of the art in shape optimization for an extended range of applications, this new edition explains the equations needed to understand OSD problems for fluids (Euler and Navier Strokes, but also those for microfluids) and covers numerical simulation techniques. Automatic differentiation, approximate gradients, unstructured mesh adaptation, multi-model configurations, and time-dependent problems are introduced, illustrating how these techniques are implemented within the industrial environments of the aerospace and automobile industries.
With the dramatic increase in computing power since the first edition, methods that were previously unfeasible have begun giving results. The book remains primarily one on differential shape optimization, but the coverage of evolutionary algorithms, topological optimization methods, and level set algortihms has been expanded so that each of these methods is now treated in a separate chapter.
Presenting a global view of the field with simple mathematical explanations, coding tips and tricks, analytical and numerical tests, and exhaustive referencing, the book will be essential reading for engineers interested in the implementation and solution of optimization problems. Whether using commercial packages or in-house solvers, or a graduate or researcher in aerospace or mechanical engineering, fluid dynamics, or CFD, the second edition will help the reader understand and solve design problems in this exciting area of research and development, and will prove especially useful in showing how to apply the methodology to practical problems.

Statistical Analysis with Measurement Error or Misclassification - Strategy, Method and Application (Hardcover, 1st ed. 2017):... Statistical Analysis with Measurement Error or Misclassification - Strategy, Method and Application (Hardcover, 1st ed. 2017)
Grace Y. Yi
R4,287 Discovery Miles 42 870 Ships in 12 - 19 working days

This monograph on measurement error and misclassification covers a broad range of problems and emphasizes unique features in modeling and analyzing problems arising from medical research and epidemiological studies. Many measurement error and misclassification problems have been addressed in various fields over the years as well as with a wide spectrum of data, including event history data (such as survival data and recurrent event data), correlated data (such as longitudinal data and clustered data), multi-state event data, and data arising from case-control studies. Statistical Analysis with Measurement Error or Misclassification: Strategy, Method and Application brings together assorted methods in a single text and provides an update of recent developments for a variety of settings. Measurement error effects and strategies of handling mismeasurement for different models are closely examined in combination with applications to specific problems. Readers with diverse backgrounds and objectives can utilize this text. Familiarity with inference methods-such as likelihood and estimating function theory-or modeling schemes in varying settings-such as survival analysis and longitudinal data analysis-can result in a full appreciation of the material, but it is not essential since each chapter provides basic inference frameworks and background information on an individual topic to ease the access of the material. The text is presented in a coherent and self-contained manner and highlights the essence of commonly used modeling and inference methods. This text can serve as a reference book for researchers interested in statistical methodology for handling data with measurement error or misclassification; as a textbook for graduate students, especially for those majoring in statistics and biostatistics; or as a book for applied statisticians whose interest focuses on analysis of error-contaminated data. Grace Y. Yi is Professor of Statistics and University Research Chair at the University of Waterloo. She is the 2010 winner of the CRM-SSC Prize, an honor awarded in recognition of a statistical scientist's professional accomplishments in research during the first 15 years after having received a doctorate. She is a Fellow of the American Statistical Association and an Elected Member of the International Statistical Institute.

Modelling with Ordinary Differential Equations - A Comprehensive Approach (Hardcover): Alfio Borzi Modelling with Ordinary Differential Equations - A Comprehensive Approach (Hardcover)
Alfio Borzi
R4,054 Discovery Miles 40 540 Ships in 12 - 19 working days

Modelling with Ordinary Differential Equations: A Comprehensive Approach aims to provide a broad and self-contained introduction to the mathematical tools necessary to investigate and apply ODE models. The book starts by establishing the existence of solutions in various settings and analysing their stability properties. The next step is to illustrate modelling issues arising in the calculus of variation and optimal control theory that are of interest in many applications. This discussion is continued with an introduction to inverse problems governed by ODE models and to differential games. The book is completed with an illustration of stochastic differential equations and the development of neural networks to solve ODE systems. Many numerical methods are presented to solve the classes of problems discussed in this book. Features: Provides insight into rigorous mathematical issues concerning various topics, while discussing many different models of interest in different disciplines (biology, chemistry, economics, medicine, physics, social sciences, etc.) Suitable for undergraduate and graduate students and as an introduction for researchers in engineering and the sciences Accompanied by codes which allow the reader to apply the numerical methods discussed in this book in those cases where analytical solutions are not available

Visualizing Statistical Models And Concepts (Paperback): R.W. Farebrother, Michael Schyns Visualizing Statistical Models And Concepts (Paperback)
R.W. Farebrother, Michael Schyns
R2,041 Discovery Miles 20 410 Ships in 12 - 19 working days

Examines classic algorithms, geometric diagrams, and mechanical principles for enhancing visualization of statistical estimation procedures and mathematical concepts in physics, engineering, and computer programming.

Geometric Challenges in Isogeometric Analysis (Hardcover, 1st ed. 2022): Carla Manni, Hendrik Speleers Geometric Challenges in Isogeometric Analysis (Hardcover, 1st ed. 2022)
Carla Manni, Hendrik Speleers
R4,654 Discovery Miles 46 540 Ships in 10 - 15 working days

This book collects selected contributions presented at the INdAM Workshop "Geometric Challenges in Isogeometric Analysis", held in Rome, Italy on January 27-31, 2020. It gives an overview of the forefront research on splines and their efficient use in isogeometric methods for the discretization of differential problems over complex and trimmed geometries. A variety of research topics in this context are covered, including (i) high-quality spline surfaces on complex and trimmed geometries, (ii) construction and analysis of smooth spline spaces on unstructured meshes, (iii) numerical aspects and benchmarking of isogeometric discretizations on unstructured meshes, meshing strategies and software. Given its scope, the book will be of interest to both researchers and graduate students working in the areas of approximation theory, geometric design and numerical simulation. Chapter 10 is available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.

Linear Integral Equations - Theory & Technique (Paperback, 2nd ed. 2013): Ram P. Kanwal Linear Integral Equations - Theory & Technique (Paperback, 2nd ed. 2013)
Ram P. Kanwal
R2,004 Discovery Miles 20 040 Ships in 12 - 19 working days

Many physical problems that are usually solved by differential equation methods can be solved more effectively by integral equation methods. Such problems abound in applied mathematics, theoretical mechanics, and mathematical physics. This uncorrected soft cover reprint of the second edition places the emphasis on applications and presents a variety of techniques with extensive examples.Originally published in 1971, Linear Integral Equations is ideal as a text for a beginning graduate level course. Its treatment of boundary value problems also makes the book useful to researchers in many applied fields.

Modelling Transitions - Virtues, Vices, Visions of the Future (Hardcover): Enayat A. Moallemi, Fjalar J de Haan Modelling Transitions - Virtues, Vices, Visions of the Future (Hardcover)
Enayat A. Moallemi, Fjalar J de Haan
R4,469 Discovery Miles 44 690 Ships in 12 - 19 working days

Modelling Transitions shows what computational, formal and data-driven approaches can and could mean for sustainability transitions research, presenting the state-of-the-art and exploring what lies beyond. Featuring contributions from many well-known authors, this book presents the various benefits of modelling for transitions research. More than just taking stock, it also critically examines what modelling of transformative change means and could mean for transitions research and for other disciplines that study societal changes. This includes identifying a variety of approaches currently not part of the portfolios of transitions modellers. Far from only singing praise, critical methodological and philosophical introspection are key aspects of this important book. This book speaks to modellers and non-modellers alike who value the development of robust knowledge on transitions to sustainability, including colleagues in congenial fields. Be they students, researchers or practitioners, everyone interested in transitions should find this book relevant as reference, resource and guide.

Numerical Modeling of Water Waves (Paperback): Pengzhi Lin Numerical Modeling of Water Waves (Paperback)
Pengzhi Lin
R2,044 Discovery Miles 20 440 Ships in 12 - 19 working days

Modelling large-scale wave fields and their interaction with coastal and offshore structures has become much more feasible over the last two decades with increases in computer speeds. Wave modelling can be viewed as an extension of wave theory, a mature and widely published field, applied to practical engineering through the use of computer tools. Information about the various wave models which have been developed is often widely scattered in the literature, and consequently this is one of the first books devoted to wave models and their applications. At the core of the book is an introduction to various types of wave models. For each model, the theoretical assumptions, the application range, and the advantages and limitations are elaborated. The combined use of different wave models from large-scale to local-scale is highlighted with a detailed discussion of the application and matching of boundary conditions. At the same time the book provides a grounding in hydrodynamics, wave theory, and numerical methods which underlie wave modelling. It presents the theoretical background and also shows how to use these models for achieving different engineering tasks, illustrated and reinforced with case study examples.

Continuous Stochastic Calculus with Applications to Finance (Paperback): Michael Meyer Continuous Stochastic Calculus with Applications to Finance (Paperback)
Michael Meyer
R1,990 Discovery Miles 19 900 Ships in 12 - 19 working days

The prolonged boom in the US and European stock markets has led to increased interest in the mathematics of security markets, most notably in the theory of stochastic integration. This text gives a rigorous development of the theory of stochastic integration as it applies to the valuation of derivative securities. It includes all the tools necessary for readers to understand how the stochastic integral is constructed with respect to a general continuous martingale. The author develops the stochastic calculus from first principles, but at a relaxed pace that includes proofs that are detailed, but streamlined to applications to finance. The treatment requires minimal prerequisites-a basic knowledge of measure theoretic probability and Hilbert space theory-and devotes an entire chapter to application in finances, including the Black Scholes market, pricing contingent claims, the general market model, pricing of random payoffs, and interest rate derivatives. Continuous Stochastic Calculus with Application to Finance is your first opportunity to explore stochastic integration at a reasonable and practical mathematical level. It offers a treatment well balanced between aesthetic appeal, degree of generality, depth, and ease of reading.

An Integrated Introduction to Computer Graphics and Geometric Modeling (Paperback): Ronald Goldman An Integrated Introduction to Computer Graphics and Geometric Modeling (Paperback)
Ronald Goldman
R1,967 Discovery Miles 19 670 Ships in 12 - 19 working days

Taking a novel, more appealing approach than current texts, An Integrated Introduction to Computer Graphics and Geometric Modeling focuses on graphics, modeling, and mathematical methods, including ray tracing, polygon shading, radiosity, fractals, freeform curves and surfaces, vector methods, and transformation techniques. The author begins with fractals, rather than the typical line-drawing algorithms found in many standard texts. He also brings the turtle back from obscurity to introduce several major concepts in computer graphics. Supplying the mathematical foundations, the book covers linear algebra topics, such as vector geometry and algebra, affine and projective spaces, affine maps, projective transformations, matrices, and quaternions. The main graphics areas explored include reflection and refraction, recursive ray tracing, radiosity, illumination models, polygon shading, and hidden surface procedures. The book also discusses geometric modeling, including planes, polygons, spheres, quadrics, algebraic and parametric curves and surfaces, constructive solid geometry, boundary files, octrees, interpolation, approximation, Bezier and B-spline methods, fractal algorithms, and subdivision techniques. Making the material accessible and relevant for years to come, the text avoids descriptions of current graphics hardware and special programming languages. Instead, it presents graphics algorithms based on well-established physical models of light and cogent mathematical methods.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mathematical Modelling
John Berry, Ken Houston Paperback R678 Discovery Miles 6 780
Modelling and Control in Biomedical…
David Dagan Feng, Janan Zaytoon Paperback R2,527 R2,390 Discovery Miles 23 900
Tax Policy and Uncertainty - Modelling…
Christopher Ball, John Creedy, … Hardcover R2,791 Discovery Miles 27 910
Process Modelling and Model Analysis…
Ian T. Cameron, Katalin M. Hangos Hardcover R3,747 Discovery Miles 37 470
Spatial Dynamics Models In The Life…
Frederic Y.M. Wan Hardcover R3,589 Discovery Miles 35 890
A Discipline of Mathematical Systems…
Matthew Collinson, Brian Monahan, … Paperback R953 Discovery Miles 9 530
Model Predictive Control mit MATLAB und…
Rainer Dittmar Hardcover R3,347 Discovery Miles 33 470
Models and World Making - Bodies…
Annabel Jane Wharton Hardcover R2,218 Discovery Miles 22 180
Quantifying and Managing Soil Functions…
Donald L. Sparks Hardcover R4,484 Discovery Miles 44 840
Recent Trends in Computational Science…
M. Serdar Celebi Hardcover R3,326 Discovery Miles 33 260

 

Partners