0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (3)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Matrix-Based Multigrid - Theory and Applications (Hardcover, 2nd ed. 2008): Yair Shapira Matrix-Based Multigrid - Theory and Applications (Hardcover, 2nd ed. 2008)
Yair Shapira
R1,717 Discovery Miles 17 170 Ships in 10 - 15 working days

This book introduces and analyzes the multigrid approach for the numerical solution of large sparse linear systems arising from the discretization of elliptic partial differential equations. Special attention is given to the powerful matrix-based-multigrid approach, which is particularly useful for problems with variable coefficients and nonsymmetric and indefinite problems. This approach applies not only to model problems on rectangular grids but also to more realistic applications with complicated grids and domains and discontinuous coefficients. Matrix-Based Multigrid can be used as a textbook in courses in numerical analysis, numerical linear algebra, and numerical PDEs at the advanced undergraduate and graduate levels in computer science, math, and applied math departments. The theory is written in simple algebraic terms and therefore requires preliminary knowledge in basic linear algebra and calculus only. Because it is self contained and includes useful exercises, the book is also suitable for self study by research students, researchers, engineers, and others interested in the numerical solution of partial differential equations.

Classical And Quantum Mechanics With Lie Algebras (Paperback): Yair Shapira Classical And Quantum Mechanics With Lie Algebras (Paperback)
Yair Shapira
R2,235 Discovery Miles 22 350 Ships in 10 - 15 working days

How to see physics in its full picture? This book offers a new approach: start from math, in its simple and elegant tools: discrete math, geometry, and algebra, avoiding heavy analysis that might obscure the true picture. This will get you ready to master a few fundamental topics in physics: from Newtonian mechanics, through relativity, towards quantum mechanics.Thanks to simple math, both classical and modern physics follow and make a complete vivid picture of physics. This is an original and unified point of view to highlighting physics from a fresh pedagogical angle.Each chapter ends with a lot of relevant exercises. The exercises are an integral part of the chapter: they teach new material and are followed by complete solutions. This is a new pedagogical style: the reader takes an active part in discovering the new material, step by step, exercise by exercise.The book could be used as a textbook in undergraduate courses such as Introduction to Newtonian mechanics and special relativity, Introduction to Hamiltonian mechanics and stability, Introduction to quantum physics and chemistry, and Introduction to Lie algebras with applications in physics.

Mathematical Objects in C++ - Computational Tools in A Unified Object-Oriented Approach (Paperback): Yair Shapira Mathematical Objects in C++ - Computational Tools in A Unified Object-Oriented Approach (Paperback)
Yair Shapira
R2,367 Discovery Miles 23 670 Ships in 10 - 15 working days

Emphasizing the connection between mathematical objects and their practical C++ implementation, this book provides a comprehensive introduction to both the theory behind the objects and the C and C++ programming. Object-oriented implementation of three-dimensional meshes facilitates understanding of their mathematical nature. Requiring no prerequisites, the text covers discrete mathematics, data structures, and computational physics, including high-order discretization of nonlinear equations. Exercises and solutions make the book suitable for classroom use and a supporting website supplies downloadable code.

Matrix-Based Multigrid - Theory and Applications (Paperback, Softcover reprint of hardcover 2nd ed. 2008): Yair Shapira Matrix-Based Multigrid - Theory and Applications (Paperback, Softcover reprint of hardcover 2nd ed. 2008)
Yair Shapira
R1,479 R1,355 Discovery Miles 13 550 Save R124 (8%) Ships in 10 - 15 working days

Matrix-Based Multigrid introduces and analyzes the multigrid approach for the numerical solution of large sparse linear systems arising from the discretization of elliptic partial differential equations. Special attention is given to the powerful matrix-based-multigrid approach, which is particularly useful for problems with variable coefficients and nonsymmetric and indefinite problems.

This book can be used as a textbook in courses in numerical analysis, numerical linear algebra, and numerical PDEs at the advanced undergraduate and graduate levels in computer science, math, and applied math departments. The theory is written in simple algebraic terms and therefore requires preliminary knowledge only in basic linear algebra and calculus.

Set Theory And Its Applications In Physics And Computing (Hardcover): Yair Shapira Set Theory And Its Applications In Physics And Computing (Hardcover)
Yair Shapira
R3,355 Discovery Miles 33 550 Ships in 10 - 15 working days

Why learn set theory? This book provides the answer - it is interesting, and also useful! Taking a new approach and looking from a fresh perspective, the discussion flows in a friendly and transparent way, supplemented with a lot of examples and figures. This makes the theory easily comprehensible: the proofs get vivid and visual, enveloped with interesting applications for students in (applied) math, physics, and engineering. Given the theory and the applications, the book could serve as a textbook in four (undergraduate) math courses: Introduction to set theory and its application; Chaos theory and stability - a geometrical point of view; Functional analysis - Han-Banach theory; and Cryptography with quantum computing. It teaches set theory from the basics, including the axiom of choice, the well ordering theorem, and Zorn's lemma. Furthermore, it uses Cantor's set to introduce chaos theory from a geometrical point of view. Moreover, it introduces the binomial formula (and other related formulas), and uses them in quantum statistical mechanics. And finally, it uses Zorn's lemma in functional analysis, general relativity, and quantum mechanics. There are also practical applications in cryptography, error correction, quantum computing and programming.

Classical And Quantum Mechanics With Lie Algebras (Hardcover): Yair Shapira Classical And Quantum Mechanics With Lie Algebras (Hardcover)
Yair Shapira
R4,132 Discovery Miles 41 320 Ships in 10 - 15 working days

How to see physics in its full picture? This book offers a new approach: start from math, in its simple and elegant tools: discrete math, geometry, and algebra, avoiding heavy analysis that might obscure the true picture. This will get you ready to master a few fundamental topics in physics: from Newtonian mechanics, through relativity, towards quantum mechanics.Thanks to simple math, both classical and modern physics follow and make a complete vivid picture of physics. This is an original and unified point of view to highlighting physics from a fresh pedagogical angle.Each chapter ends with a lot of relevant exercises. The exercises are an integral part of the chapter: they teach new material and are followed by complete solutions. This is a new pedagogical style: the reader takes an active part in discovering the new material, step by step, exercise by exercise.The book could be used as a textbook in undergraduate courses such as Introduction to Newtonian mechanics and special relativity, Introduction to Hamiltonian mechanics and stability, Introduction to quantum physics and chemistry, and Introduction to Lie algebras with applications in physics.

Solving PDEs in C++ - Numerical Methods in a Unified Object-Oriented Approach (Paperback, 2nd Revised edition): Yair Shapira Solving PDEs in C++ - Numerical Methods in a Unified Object-Oriented Approach (Paperback, 2nd Revised edition)
Yair Shapira
R4,535 R3,979 Discovery Miles 39 790 Save R556 (12%) Ships in 10 - 15 working days

This text provides a comprehensive guide for the numerical solution of PDEs using C++ within an object-oriented approach. The high level of abstraction available in C++ is particularly useful in the implementation of complex mathematical objects, such as unstructured meshes, sparse matrices and multigrid hierarchies, often used in numerical modeling. Assuming only an elementary knowledge of calculus and linear algebra, the reader is given a full introduction to programming, PDEs and numerical methods. The learning process is illuminated further by practical examples alongside exercises and solutions that are found at the end of each chapter. This massively expanded second edition contains a wealth of new material, including sections on cryptography, image processing and solution of nonlinear PDEs, accompanied by new reader-friendly code. This book is ideal for students, engineers and researchers who want to use advanced numerical programming methods to solve problems in applied science and engineering.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Woodwork Tools and How to Use Them 2016
William Fairham Paperback R374 Discovery Miles 3 740
Biotechnology in China II - Chemicals…
G.T. Tsao, Pingkai Ouyang, … Hardcover R8,318 Discovery Miles 83 180
Imtiaz Sooliman And The Gift Of The…
Shafiq Morton Paperback  (1)
R360 R332 Discovery Miles 3 320
Introduction to Basic Aspects of the…
Otto Appenzeller, Guillaume J. Lamotte, … Hardcover R3,701 Discovery Miles 37 010
The Legacy of Iranian Imperialism and…
John Pairman Brown Hardcover R5,763 Discovery Miles 57 630
How to Read Gardens - A Crash Course in…
Lorraine Harrison Paperback R431 Discovery Miles 4 310
Calvin Klein CK One Body Lotion/Skin…
R1,030 R644 Discovery Miles 6 440
Maryland's Public Gardens and Parks
Barbara Glickman Hardcover R908 R755 Discovery Miles 7 550
Popular Music and Youth Culture - Music…
Andrew Bennett Hardcover R4,575 Discovery Miles 45 750
The Official Friends Coloring Book: The…
Micol Ostow Paperback  (1)
R341 R312 Discovery Miles 3 120

 

Partners