0
Your cart

Your cart is empty

Browse All Departments
Price
  • R0 - R50 (1)
  • R50 - R100 (10)
  • R100 - R250 (1,791)
  • R250 - R500 (6,582)
  • R500+ (71,665)
  • -
Status
Format
Author / Contributor
Publisher

Books > Science & Mathematics > Mathematics

Official Statistics 4.0 - Verified Facts for People in the 21st Century (Hardcover, 1st ed. 2020): Walter J. Radermacher Official Statistics 4.0 - Verified Facts for People in the 21st Century (Hardcover, 1st ed. 2020)
Walter J. Radermacher
R2,336 Discovery Miles 23 360 Ships in 12 - 17 working days

This book explores official statistics and their social function in modern societies. Digitisation and globalisation are creating completely new opportunities and risks, a context in which facts (can) play an enormously important part if they are produced with a quality that makes them credible and purpose-specific. In order for this to actually happen, official statistics must continue to actively pursue the modernisation of their working methods. This book is not about the technical and methodological challenges associated with digitisation and globalisation; rather, it focuses on statistical sociology, which scientifically deals with the peculiarities and pitfalls of governing-by-numbers, and assigns statistics a suitable position in the future informational ecosystem. Further, the book provides a comprehensive overview of modern issues in official statistics, embodied in a historical and conceptual framework that endows it with different and innovative perspectives. Central to this work is the quality of statistical information provided by official statistics. The implementation of the UN Sustainable Development Goals in the form of indicators is another driving force in the search for answers, and is addressed here. This book will be of interest to a broad readership. The topics of sociology, epistemology, statistical history and the management of production processes, which are important for official statistics and their role in social decision-making processes, are generally not dealt with in statistics books. The book is primary intended for official statisticians, but researchers and advanced students in statistics, economics, sociology and the political sciences will find the book equally stimulating. Last but not least, it offers a valuable source of reflection for policymakers and stakeholders.

Singularly Perturbed Boundary Value Problems - A Functional Analytic Approach (Hardcover, 1st ed. 2021): Matteo Dalla Riva,... Singularly Perturbed Boundary Value Problems - A Functional Analytic Approach (Hardcover, 1st ed. 2021)
Matteo Dalla Riva, Massimo Lanza De Cristoforis, Paolo Musolino
R4,313 Discovery Miles 43 130 Ships in 12 - 17 working days

This book is devoted to the analysis of the basic boundary value problems for the Laplace equation in singularly perturbed domains. The main purpose is to illustrate a method called Functional Analytic Approach, to describe the dependence of the solutions upon a singular perturbation parameter in terms of analytic functions. Here the focus is on domains with small holes and the perturbation parameter is the size of the holes. The book is the first introduction to the topic and covers the theoretical material and its applications to a series of problems that range from simple illustrative examples to more involved research results. The Functional Analytic Approach makes constant use of the integral representation method for the solutions of boundary value problems, of Potential Theory, of the Theory of Analytic Functions both in finite and infinite dimension, and of Nonlinear Functional Analysis. Designed to serve various purposes and readerships, the extensive introductory part spanning Chapters 1-7 can be used as a reference textbook for graduate courses on classical Potential Theory and its applications to boundary value problems. The early chapters also contain results that are rarely presented in the literature and may also, therefore, attract the interest of more expert readers. The exposition moves on to introduce the Functional Analytic Approach. A reader looking for a quick introduction to the method can find simple illustrative examples specifically designed for this purpose. More expert readers will find a comprehensive presentation of the Functional Analytic Approach, which allows a comparison between the approach of the book and the more classical expansion methods of Asymptotic Analysis and offers insights on the specific features of the approach and its applications to linear and nonlinear boundary value problems.

Naive Set Theory (Large print, Hardcover, Large type / large print edition): Paul R. Halmos Naive Set Theory (Large print, Hardcover, Large type / large print edition)
Paul R. Halmos
R451 Discovery Miles 4 510 Ships in 12 - 17 working days
Topology of Infinite-Dimensional Manifolds (Hardcover, 1st ed. 2020): Katsuro Sakai Topology of Infinite-Dimensional Manifolds (Hardcover, 1st ed. 2020)
Katsuro Sakai
R3,987 Discovery Miles 39 870 Ships in 12 - 17 working days

An infinite-dimensional manifold is a topological manifold modeled on some infinite-dimensional homogeneous space called a model space. In this book, the following spaces are considered model spaces: Hilbert space (or non-separable Hilbert spaces), the Hilbert cube, dense subspaces of Hilbert spaces being universal spaces for absolute Borel spaces, the direct limit of Euclidean spaces, and the direct limit of Hilbert cubes (which is homeomorphic to the dual of a separable infinite-dimensional Banach space with bounded weak-star topology). This book is designed for graduate students to acquire knowledge of fundamental results on infinite-dimensional manifolds and their characterizations. To read and understand this book, some background is required even for senior graduate students in topology, but that background knowledge is minimized and is listed in the first chapter so that references can easily be found. Almost all necessary background information is found in Geometric Aspects of General Topology, the author's first book. Many kinds of hyperspaces and function spaces are investigated in various branches of mathematics, which are mostly infinite-dimensional. Among them, many examples of infinite-dimensional manifolds have been found. For researchers studying such objects, this book will be very helpful. As outstanding applications of Hilbert cube manifolds, the book contains proofs of the topological invariance of Whitehead torsion and Borsuk's conjecture on the homotopy type of compact ANRs. This is also the first book that presents combinatorial -manifolds, the infinite-dimensional version of combinatorial n-manifolds, and proofs of two remarkable results, that is, any triangulation of each manifold modeled on the direct limit of Euclidean spaces is a combinatorial -manifold and the Hauptvermutung for them is true.

Distributed Graph Analytics - Programming, Languages, and Their Compilation (Hardcover, 1st ed. 2020): Unnikrishnan... Distributed Graph Analytics - Programming, Languages, and Their Compilation (Hardcover, 1st ed. 2020)
Unnikrishnan Cheramangalath, Rupesh Nasre, Y.N. Srikant
R3,940 Discovery Miles 39 400 Ships in 12 - 17 working days

This book brings together two important trends: graph algorithms and high-performance computing. Efficient and scalable execution of graph processing applications in data or network analysis requires innovations at multiple levels: algorithms, associated data structures, their implementation and tuning to a particular hardware. Further, programming languages and the associated compilers play a crucial role when it comes to automating efficient code generation for various architectures. This book discusses the essentials of all these aspects. The book is divided into three parts: programming, languages, and their compilation. The first part examines the manual parallelization of graph algorithms, revealing various parallelization patterns encountered, especially when dealing with graphs. The second part uses these patterns to provide language constructs that allow a graph algorithm to be specified. Programmers can work with these language constructs without worrying about their implementation, which is the focus of the third part. Implementation is handled by a compiler, which can specialize code generation for a backend device. The book also includes suggestive results on different platforms, which illustrate and justify the theory and practice covered. Together, the three parts provide the essential ingredients for creating a high-performance graph application. The book ends with a section on future directions, which offers several pointers to promising topics for future research. This book is intended for new researchers as well as graduate and advanced undergraduate students. Most of the chapters can be read independently by those familiar with the basics of parallel programming and graph algorithms. However, to make the material more accessible, the book includes a brief background on elementary graph algorithms, parallel computing and GPUs. Moreover it presents a case study using Falcon, a domain-specific language for graph algorithms, to illustrate the concepts.

Mathematical Models of Convection (Hardcover, 2. rev. and exten. edition): Victor K. Andreev, Yuri A. Gaponenko, Olga N... Mathematical Models of Convection (Hardcover, 2. rev. and exten. edition)
Victor K. Andreev, Yuri A. Gaponenko, Olga N Goncharova, Vladislav V. Pukhnachev
R5,184 Discovery Miles 51 840 Ships in 12 - 17 working days

The revised edition gives a comprehensive mathematical and physical presentation of fluid flows in non-classical models of convection - relevant in nature as well as in industry. After the concise coverage of fluid dynamics and heat transfer theory it discusses recent research. This monograph provides the theoretical foundation on a topic relevant to metallurgy, ecology, meteorology, geo-and astrophysics, aerospace industry, chemistry, crystal physics, and many other fields.

Air Traffic Management and Systems IV - Selected Papers of the 6th ENRI International Workshop on ATM/CNS (EIWAC2019)... Air Traffic Management and Systems IV - Selected Papers of the 6th ENRI International Workshop on ATM/CNS (EIWAC2019) (Hardcover, 1st ed. 2021)
Electronic Navigation Research Institute
R6,918 Discovery Miles 69 180 Ships in 10 - 15 working days

This book provides novel concepts and techniques for air traffic management (ATM) and communications, navigation, and surveillance (CNS) systems. The book consists of selected papers from the 6th ENRI International Workshop on ATM/CNS (EIWAC2019) held in Tokyo in October 2019, the theme of which was "Exploring Ideas for World Aviation Challenges". Included are key topics to realize safer and more efficient skies in the future, linked to the integrated conference theme consisting of long-term visions based on presentations from various fields. The book is dedicated not only to researchers, academicians, and university students, but also to engineers in the industry, air navigation service providers (ANSPs), and regulators of aviation.

Civil Engineering Design Information Systems. - 2 & 3 - Dimensional AutoCAD Modeling in Real Coordinate Geometry Vladimir... Civil Engineering Design Information Systems. - 2 & 3 - Dimensional AutoCAD Modeling in Real Coordinate Geometry Vladimir (Hardcover)
Vladimir L Nemchenok
R584 Discovery Miles 5 840 Ships in 12 - 17 working days
Dynamic Economic Problems with Regime Switches (Hardcover, 1st ed. 2021): Josef L. Haunschmied, Raimund M. Kovacevic, Willi... Dynamic Economic Problems with Regime Switches (Hardcover, 1st ed. 2021)
Josef L. Haunschmied, Raimund M. Kovacevic, Willi Semmler, Vladimir M. Veliov
R3,952 Discovery Miles 39 520 Ships in 12 - 17 working days

This book presents the state of the art in the relatively new field of dynamic economic modelling with regime switches. The contributions, written by prominent scholars in the field, focus on dynamic decision problems with regime changes in underlying dynamics or objectives. Such changes can be externally driven or internally induced by decisions. Utilising the most advanced mathematical methods in optimal control and dynamic game theory, the authors address a broad range of topics, including capital accumulation, innovations, financial decisions, population economics, environmental and resource economics, institutional change and the dynamics of addiction. Given its scope, the book will appeal to all scholars interested in mathematical and quantitative economics.

Recent Applications in Graph Theory (Hardcover): Harun Pirim Recent Applications in Graph Theory (Hardcover)
Harun Pirim
R3,439 R3,211 Discovery Miles 32 110 Save R228 (7%) Ships in 10 - 15 working days
Oliver Byrne's Elements of Euclid - The First Six Books with Coloured Diagrams and Symbols (Hardcover, Art Meets Science... Oliver Byrne's Elements of Euclid - The First Six Books with Coloured Diagrams and Symbols (Hardcover, Art Meets Science ed.)
Art Meets Science
R1,070 Discovery Miles 10 700 Ships in 12 - 17 working days
Brownian Movement and Molecular Reality (Hardcover): Jean Perrin Brownian Movement and Molecular Reality (Hardcover)
Jean Perrin
R757 Discovery Miles 7 570 Ships in 12 - 17 working days
Quantitative Risk Assessment in Life, Health and Pension Insurance (Hardcover): Anna Rita Bacinello Quantitative Risk Assessment in Life, Health and Pension Insurance (Hardcover)
Anna Rita Bacinello
R1,140 Discovery Miles 11 400 Ships in 12 - 17 working days
Mathematical Modeling of Emission in Small-Size Cathode (Hardcover, 1st ed. 2020): Vladimir Danilov, Roman Gaydukov, Vadim... Mathematical Modeling of Emission in Small-Size Cathode (Hardcover, 1st ed. 2020)
Vladimir Danilov, Roman Gaydukov, Vadim Kretov
R2,794 Discovery Miles 27 940 Ships in 10 - 15 working days

This book deals with mathematical modeling, namely, it describes the mathematical model of heat transfer in a silicon cathode of small (nano) dimensions with the possibility of partial melting taken into account. This mathematical model is based on the phase field system, i.e., on a contemporary generalization of Stefan-type free boundary problems. The approach used is not purely mathematical but is based on the understanding of the solution structure (construction and study of asymptotic solutions) and computer calculations. The book presents an algorithm for numerical solution of the equations of the mathematical model including its parallel implementation. The results of numerical simulation concludes the book. The book is intended for specialists in the field of heat transfer and field emission processes and can be useful for senior students and postgraduates.

Conceptual Spaces: Elaborations and Applications (Hardcover, 1st ed. 2019): Mauri Kaipainen, Frank Zenker, Antti Hautamaki,... Conceptual Spaces: Elaborations and Applications (Hardcover, 1st ed. 2019)
Mauri Kaipainen, Frank Zenker, Antti Hautamaki, Peter Gardenfors
R3,275 Discovery Miles 32 750 Ships in 10 - 15 working days

This edited book focuses on concepts and their applications using the theory of conceptual spaces, one of today's most central tracks of cognitive science discourse. It features 15 papers based on topics presented at the Conceptual Spaces @ Work 2016 conference. The contributors interweave both theory and applications in their papers. Among the first mentioned are studies on metatheories, logical and systemic implications of the theory, as well as relations between concepts and language. Examples of the latter include explanatory models of paradigm shifts and evolution in science as well as dilemmas and issues of health, ethics, and education. The theory of conceptual spaces overcomes many translational issues between academic theoretization and practical applications. The paradigm is mainly associated with structural explanations, such as categorization and meronomy. However, the community has also been relating it to relations, functions, and systems. The book presents work that provides a geometric model for the representation of human conceptual knowledge that bridges the symbolic and the sub-conceptual levels of representation. The model has already proven to have a broad range of applicability beyond cognitive science and even across a number of disciplines related to concepts and representation.

Interpersonal Relations and Education (Paperback): David H. Hargreaves Interpersonal Relations and Education (Paperback)
David H. Hargreaves
R1,050 Discovery Miles 10 500 Ships in 12 - 17 working days

Originally published in 1972, this title provides an analysis of social interactions in educational contexts and opens up the field of the social psychology of education as an area in its own right at the very heart of the process of education. From a 'symbolic interactionist' perspective, the author develops a framework for the study of relations between teachers and pupils, discussing the basic ways of analysing social interaction, including the concepts of perception and role. He examines the distinctive perspectives of teachers and pupils on their relationships, bringing together into a coherent framework the insights of such writers as John Holt and Carl Rogers, and within this context he explores the notion of 'voluntary schooling'. The book also deals with other important aspects of education such as discipline, classroom group dynamics and the relations between headteachers and their staff. The theories put forward by the author are firmly grounded in the daily experience of teachers and pupils in the classroom at the time. The book was expected to be of value to experienced teachers and student teachers alike, as well as to teachers of the social sciences in general.

Elements of Classical and Quantum Integrable Systems (Hardcover, 1st ed. 2019): Gleb Arutyunov Elements of Classical and Quantum Integrable Systems (Hardcover, 1st ed. 2019)
Gleb Arutyunov
R2,523 Discovery Miles 25 230 Ships in 12 - 17 working days

Integrable models have a fascinating history with many important discoveries that dates back to the famous Kepler problem of planetary motion. Nowadays it is well recognised that integrable systems play a ubiquitous role in many research areas ranging from quantum field theory, string theory, solvable models of statistical mechanics, black hole physics, quantum chaos and the AdS/CFT correspondence, to pure mathematics, such as representation theory, harmonic analysis, random matrix theory and complex geometry. Starting with the Liouville theorem and finite-dimensional integrable models, this book covers the basic concepts of integrability including elements of the modern geometric approach based on Poisson reduction, classical and quantum factorised scattering and various incarnations of the Bethe Ansatz. Applications of integrability methods are illustrated in vast detail on the concrete examples of the Calogero-Moser-Sutherland and Ruijsenaars-Schneider models, the Heisenberg spin chain and the one-dimensional Bose gas interacting via a delta-function potential. This book has intermediate and advanced topics with details to make them clearly comprehensible.

Non-perturbative Methods in Statistical Descriptions of Turbulence (Hardcover, 1st ed. 2021): Jan Friedrich Non-perturbative Methods in Statistical Descriptions of Turbulence (Hardcover, 1st ed. 2021)
Jan Friedrich
R3,937 Discovery Miles 39 370 Ships in 12 - 17 working days

This book provides a comprehensive overview of statistical descriptions of turbulent flows. Its main objectives are to point out why ordinary perturbative treatments of the Navier-Stokes equation have been rather futile, and to present recent advances in non-perturbative treatments, e.g., the instanton method and a stochastic interpretation of turbulent energy transfer. After a brief introduction to the basic equations of turbulent fluid motion, the book outlines a probabilistic treatment of the Navier-Stokes equation and chiefly focuses on the emergence of a multi-point hierarchy and the notion of the closure problem of turbulence. Furthermore, empirically observed multiscaling features and their impact on possible closure methods are discussed, and each is put into the context of its original field of use, e.g., the renormalization group method is addressed in relation to the theory of critical phenomena. The intended readership consists of physicists and engineers who want to get acquainted with the prevalent concepts and methods in this research area.

Gyro-Free Inertial Navigation Technology (Hardcover, 1st ed. 2021): Hongjin Zhou, Yunhai Zhong, Hui Song, Su Wang Gyro-Free Inertial Navigation Technology (Hardcover, 1st ed. 2021)
Hongjin Zhou, Yunhai Zhong, Hui Song, Su Wang
R4,897 Discovery Miles 48 970 Ships in 12 - 17 working days

This book focuses on gyro-free inertial navigation technology, which is used to measure not only linear motion parameters but also angular rates. Since no gyroscopes are used, the key technologies, such as initial alignment, attitude resolution, and error calibration, are very different than those used in traditional methods. Discussing each key technology in gyro-free inertial navigation system (GFINS) manufacture in a separate chapter, the book features easy-to-understand, detailed illustrations, to allow all those involved in inertial navigation to gain a better grasp of GFINS manufacture, including accelerometer setting principles; initial alignment; quaternion-based, attitude resolution algorithms; and accelerometer de-noise methods.

Mathematics, Puzzles, Riddles, Expositions (Hardcover): Merle a. Barlow Mathematics, Puzzles, Riddles, Expositions (Hardcover)
Merle a. Barlow
R745 Discovery Miles 7 450 Ships in 12 - 17 working days
1 - The Foundation and Mathematization of Physics (Hardcover): Orest Bedrij 1 - The Foundation and Mathematization of Physics (Hardcover)
Orest Bedrij
R516 Discovery Miles 5 160 Ships in 12 - 17 working days
God's Hidden Creation Numbers* - *Functions of the Universe! (Hardcover): Charles D Landis God's Hidden Creation Numbers* - *Functions of the Universe! (Hardcover)
Charles D Landis
R759 Discovery Miles 7 590 Ships in 10 - 15 working days

What God Numbers can be found in DNA and the Prime Numbers and the Atomic Weights of the 92 Natural Elements? Do nuclear explosions and hummingbird wing beats have common numerical factors? Do these God Numbers control the distribution of the Prime Numbers and all of the physical constants found in physics, biology and chemistry? Do heart beat cycles have a common mathematical relationship with music note vibrations? Is the Bible really relevant with today's modern scientific research? Are these God Numbers functions of Einstein's Law E = m ? Is the "Speed of Light" related to these God Numbers? Are all physical and mathematical constants interrelated with each other? The purpose of this book is to demonstrate actual mathematical calculations that bring together many mathematical, physical, chemical, biological and Biblical concepts. There seems to be a common thread that holds everything together. Is this the "Theory of Everything" that scientists and mathematicians have been searching for? It may well be Let's find out together

Boundary Value Problems for Second-Order Finite Difference Equations and Systems (Hardcover): Johnny Henderson, Rodica Luca Boundary Value Problems for Second-Order Finite Difference Equations and Systems (Hardcover)
Johnny Henderson, Rodica Luca
R3,928 Discovery Miles 39 280 Ships in 12 - 17 working days

This is an indispensable reference for those mathematicians that conduct research activity in applications of fixed-point theory to boundary value problems for nonlinear functional equations. Coverage includes second-order finite difference equations and systems of difference equations subject to multi-point boundary conditions, various methods to study the existence of positive solutions for difference equations, and Green functions.

Computational Aerodynamics and Aeroacoustics (Hardcover, 1st ed. 2020): Tapan K. Sengupta, Yogesh G. Bhumkar Computational Aerodynamics and Aeroacoustics (Hardcover, 1st ed. 2020)
Tapan K. Sengupta, Yogesh G. Bhumkar
R3,020 Discovery Miles 30 200 Ships in 12 - 17 working days

Recent advances in scientific computing have caused the field of aerodynamics to change at a rapid pace, simplifying the design cycle of aerospace vehicles enormously - this book takes the readers from core concepts of aerodynamics to recent research, using studies and real-life scenarios to explain problems and their solutions. This book presents in detail the important concepts in computational aerodynamics and aeroacoustics taking readers from the fundamentals of fluid flow and aerodynamics to a more in-depth analysis of acoustic waves, aeroacoustics, computational modelling and processing. This book will be of use to students in multiple branches of engineering, physics and applied mathematics. Additionally, the book can also be used as a text in professional development courses for industry engineers and as a self-help reference for active researchers in both academia and the industry.

Cosmos Creation - The Unified Superstandard Model, Volume 2, Second Edition: Quantum Entanglement Resolved by a New... Cosmos Creation - The Unified Superstandard Model, Volume 2, Second Edition: Quantum Entanglement Resolved by a New Wave-Particle Duality, Precepts for Creating a Cosmos, Shape of the Universe, Refined Superstandard Axioms and Language, Particle Function (Hardcover)
Stephen Blaha
R523 Discovery Miles 5 230 Ships in 12 - 17 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Rationality - What It Is, Why It Seems…
Steven Pinker Paperback R380 R297 Discovery Miles 2 970
Statistics For Business And Economics
David Anderson, James Cochran, … Paperback  (1)
R2,342 Discovery Miles 23 420
The Golden Road - How Ancient India…
William Dalrymple Paperback R473 Discovery Miles 4 730
A Level Maths Essentials Core 2 for AQA…
Janet Crawshaw, Karim Hirani CD-ROM R488 Discovery Miles 4 880
Basic mathematics for economics students…
Derek Yu Paperback R345 R319 Discovery Miles 3 190
Financial Mathematics - A Computational…
K. Pereira, N. Modhien, … Paperback R319 R281 Discovery Miles 2 810
Numbers, Hypotheses & Conclusions - A…
Colin Tredoux, Kevin Durrheim Paperback R969 R836 Discovery Miles 8 360
Applied Business Statistics - Methods…
Trevor Wegner Paperback R759 R668 Discovery Miles 6 680
I Used To Know That: Maths
Chris Waring Paperback R200 R89 Discovery Miles 890
Precalculus: Mathematics for Calculus…
Lothar Redlin, Saleem Watson, … Paperback R1,284 R1,163 Discovery Miles 11 630

 

Partners