0
Your cart

Your cart is empty

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

Showing 1 - 9 of 9 matches in All Departments

Algebra and Geometry with Python (Hardcover, 1st ed. 2021): Sergei Kurgalin, Sergei Borzunov Algebra and Geometry with Python (Hardcover, 1st ed. 2021)
Sergei Kurgalin, Sergei Borzunov
R2,586 Discovery Miles 25 860 Ships in 12 - 17 working days

This book teaches algebra and geometry. The authors dedicate chapters to the key issues of matrices, linear equations, matrix algorithms, vector spaces, lines, planes, second-order curves, and elliptic curves. The text is supported throughout with problems, and the authors have included source code in Python in the book. The book is suitable for advanced undergraduate and graduate students in computer science.

Concise Guide to Quantum Computing - Algorithms, Exercises, and Implementations (Hardcover, 1st ed. 2021): Sergei Kurgalin,... Concise Guide to Quantum Computing - Algorithms, Exercises, and Implementations (Hardcover, 1st ed. 2021)
Sergei Kurgalin, Sergei Borzunov
R1,829 Discovery Miles 18 290 Ships in 10 - 15 working days

This textbook is intended for practical, laboratory sessions associated with the course of quantum computing and quantum algorithms, as well as for self-study. It contains basic theoretical concepts and methods for solving basic types of problems and gives an overview of basic qubit operations, entangled states, quantum circuits, implementing functions, quantum Fourier transform, phase estimation, etc. The book serves as a basis for the application of new information technologies in education and corporate technical training: theoretical material and examples of practical problems, as well as exercises with, in most cases, detailed solutions, have relation to information technologies. A large number of detailed examples serve to better develop professional competencies in computer science.

A Practical Approach to High-Performance Computing (Hardcover, 1st ed. 2019): Sergei Kurgalin, Sergei Borzunov A Practical Approach to High-Performance Computing (Hardcover, 1st ed. 2019)
Sergei Kurgalin, Sergei Borzunov
R2,069 Discovery Miles 20 690 Ships in 12 - 17 working days

The book discusses the fundamentals of high-performance computing. The authors combine visualization, comprehensibility, and strictness in their material presentation, and thus influence the reader towards practical application and learning how to solve real computing problems. They address both key approaches to programming modern computing systems: multithreading-based parallelizing in shared memory systems, and applying message-passing technologies in distributed systems. The book is suitable for undergraduate and graduate students, and for researchers and practitioners engaged with high-performance computing systems. Each chapter begins with a theoretical part, where the relevant terminology is introduced along with the basic theoretical results and methods of parallel programming, and concludes with a list of test questions and problems of varying difficulty. The authors include many solutions and hints, and often sample code.

Concise Guide to Quantum Computing - Algorithms, Exercises, and Implementations (Paperback, 1st ed. 2021): Sergei Kurgalin,... Concise Guide to Quantum Computing - Algorithms, Exercises, and Implementations (Paperback, 1st ed. 2021)
Sergei Kurgalin, Sergei Borzunov
R1,423 Discovery Miles 14 230 Ships in 10 - 15 working days

This textbook is intended for practical, laboratory sessions associated with the course of quantum computing and quantum algorithms, as well as for self-study. It contains basic theoretical concepts and methods for solving basic types of problems and gives an overview of basic qubit operations, entangled states, quantum circuits, implementing functions, quantum Fourier transform, phase estimation, etc. The book serves as a basis for the application of new information technologies in education and corporate technical training: theoretical material and examples of practical problems, as well as exercises with, in most cases, detailed solutions, have relation to information technologies. A large number of detailed examples serve to better develop professional competencies in computer science.

The Discrete Math Workbook - A Companion Manual for Practical Study (Paperback, Softcover reprint of the original 1st ed.... The Discrete Math Workbook - A Companion Manual for Practical Study (Paperback, Softcover reprint of the original 1st ed. 2018)
Sergei Kurgalin, Sergei Borzunov
R1,409 Discovery Miles 14 090 Ships in 10 - 15 working days

This practically-oriented textbook presents an accessible introduction to discrete mathematics through a substantial collection of classroom-tested exercises. Each chapter opens with concise coverage of the theory underlying the topic, reviewing the basic concepts and establishing the terminology, as well as providing the key formulae and instructions on their use. This is then followed by a detailed account of the most common problems in the area, before the reader is invited to practice solving such problems for themselves through a varied series of questions and assignments. Topics and features: provides an extensive set of exercises and examples of varying levels of complexity, suitable for both laboratory practical training and self-study; offers detailed solutions to many problems, applying commonly-used methods and computational schemes; introduces the fundamentals of mathematical logic, the theory of algorithms, Boolean algebra, graph theory, sets, relations, functions, and combinatorics; presents more advanced material on the design and analysis of algorithms, including asymptotic analysis, and parallel algorithms; includes reference lists of trigonometric and finite summation formulae in an appendix, together with basic rules for differential and integral calculus. This hands-on study guide is designed to address the core needs of undergraduate students training in computer science, informatics, and electronic engineering, emphasizing the skills required to develop and implement an algorithm in a specific programming language.

Algebra and Geometry with Python (Paperback, 1st ed. 2021): Sergei Kurgalin, Sergei Borzunov Algebra and Geometry with Python (Paperback, 1st ed. 2021)
Sergei Kurgalin, Sergei Borzunov
R1,601 R1,506 Discovery Miles 15 060 Save R95 (6%) Ships in 9 - 15 working days

This book teaches algebra and geometry. The authors dedicate chapters to the key issues of matrices, linear equations, matrix algorithms, vector spaces, lines, planes, second-order curves, and elliptic curves. The text is supported throughout with problems, and the authors have included source code in Python in the book. The book is suitable for advanced undergraduate and graduate students in computer science.

The Discrete Math Workbook - A Companion Manual Using Python (Hardcover, 2nd ed. 2020): Sergei Kurgalin, Sergei Borzunov The Discrete Math Workbook - A Companion Manual Using Python (Hardcover, 2nd ed. 2020)
Sergei Kurgalin, Sergei Borzunov
R2,044 R1,907 Discovery Miles 19 070 Save R137 (7%) Ships in 9 - 15 working days

This practically-focused study guide introduces the fundamentals of discrete mathematics through an extensive set of classroom-tested problems. Each chapter presents a concise introduction to the relevant theory, followed by a detailed account of common challenges and methods for overcoming these. The reader is then encouraged to practice solving such problems for themselves, by tackling a varied selection of questions and assignments of different levels of complexity. This updated second edition now covers the design and analysis of algorithms using Python, and features more than 50 new problems, complete with solutions. Topics and features: provides a substantial collection of problems and examples of varying levels of difficulty, suitable for both laboratory practical training and self-study; offers detailed solutions to each problem, applying commonly-used methods and computational schemes; introduces the fundamentals of mathematical logic, the theory of algorithms, Boolean algebra, graph theory, sets, relations, functions, and combinatorics; presents more advanced material on the design and analysis of algorithms, including Turing machines, asymptotic analysis, and parallel algorithms; includes reference lists of trigonometric and finite summation formulae in an appendix, together with basic rules for differential and integral calculus. This hands-on workbook is an invaluable resource for undergraduate students of computer science, informatics, and electronic engineering. Suitable for use in a one- or two-semester course on discrete mathematics, the text emphasizes the skills required to develop and implement an algorithm in a specific programming language.

A Practical Approach to High-Performance Computing (Paperback, 1st ed. 2019): Sergei Kurgalin, Sergei Borzunov A Practical Approach to High-Performance Computing (Paperback, 1st ed. 2019)
Sergei Kurgalin, Sergei Borzunov
R1,469 Discovery Miles 14 690 Ships in 10 - 15 working days

The book discusses the fundamentals of high-performance computing. The authors combine visualization, comprehensibility, and strictness in their material presentation, and thus influence the reader towards practical application and learning how to solve real computing problems. They address both key approaches to programming modern computing systems: multithreading-based parallelizing in shared memory systems, and applying message-passing technologies in distributed systems. The book is suitable for undergraduate and graduate students, and for researchers and practitioners engaged with high-performance computing systems. Each chapter begins with a theoretical part, where the relevant terminology is introduced along with the basic theoretical results and methods of parallel programming, and concludes with a list of test questions and problems of varying difficulty. The authors include many solutions and hints, and often sample code.

The Discrete Math Workbook - A Companion Manual for Practical Study (Hardcover, 1st ed. 2018): Sergei Kurgalin, Sergei Borzunov The Discrete Math Workbook - A Companion Manual for Practical Study (Hardcover, 1st ed. 2018)
Sergei Kurgalin, Sergei Borzunov
R1,619 R1,524 Discovery Miles 15 240 Save R95 (6%) Ships in 9 - 15 working days

This practically-oriented textbook presents an accessible introduction to discrete mathematics through a substantial collection of classroom-tested exercises. Each chapter opens with concise coverage of the theory underlying the topic, reviewing the basic concepts and establishing the terminology, as well as providing the key formulae and instructions on their use. This is then followed by a detailed account of the most common problems in the area, before the reader is invited to practice solving such problems for themselves through a varied series of questions and assignments. Topics and features: provides an extensive set of exercises and examples of varying levels of complexity, suitable for both laboratory practical training and self-study; offers detailed solutions to many problems, applying commonly-used methods and computational schemes; introduces the fundamentals of mathematical logic, the theory of algorithms, Boolean algebra, graph theory, sets, relations, functions, and combinatorics; presents more advanced material on the design and analysis of algorithms, including asymptotic analysis, and parallel algorithms; includes reference lists of trigonometric and finite summation formulae in an appendix, together with basic rules for differential and integral calculus. This hands-on study guide is designed to address the core needs of undergraduate students training in computer science, informatics, and electronic engineering, emphasizing the skills required to develop and implement an algorithm in a specific programming language.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Hermione Granger Wizard Wand - In…
 (1)
R803 Discovery Miles 8 030
Hoff the Record
DVD  (2)
R23 Discovery Miles 230
Cadac Pizza Stone (33cm)
 (18)
R398 Discovery Miles 3 980
Pineware Steam, Spray & Dry Iron (Blue…
R199 R187 Discovery Miles 1 870
Croxley Create Wood Free Pencil Crayons…
R12 Discovery Miles 120
Bostik Glu Tape
R38 Discovery Miles 380
Pulse Active Table Tennis Bat
R150 Discovery Miles 1 500
JBL Quantum 100 Wired Over-Ear Gaming…
R899 R739 Discovery Miles 7 390
Blood Brothers - To Battleground…
Deon Lamprecht Paperback R290 R195 Discovery Miles 1 950
Ab Wheel
R209 R149 Discovery Miles 1 490

 

Partners