Practical Numerical and Scientific Computing with MATLAB® and Python, Bashier, Eihab B. M.
Автор: Theodoros Giannakopoulos, Aggelos Pikrakis Название: Introduction To Audio Analysis: A Matlab® Approach 1St Edition ISBN: 0080993885 ISBN-13(EAN): 9780080993881 Издательство: Elsevier Science Рейтинг: Цена: 61760.00 T Наличие на складе: Поставка под заказ. Описание: Serves as a standalone introduction to audio analysis, providing theoretical background to many techniques. This book covers the essential theory necessary to develop audio engineering applications, and also uses programming techniques, notably Matlab[registered], to take a more applied approach to the topic.
Write algorithms and program in the new field of quantum computing. This book covers major topics such as the physical components of a quantum computer: qubits, entanglement, logic gates, circuits, and how they differ from a traditional computer. Also, Practical Quantum Computing for Developers discusses quantum computing in the cloud using IBM Q Experience including: the composer, quantum scores, experiments, circuits, simulators, real quantum devices, and more. You’ll be able to run experiments in the cloud on a real quantum device.
Furthermore, this book shows you how to do quantum programming using the QISKit (Quantum Information Software Kit), Python SDK, and other APIs such as QASM (Quantum Assembly). You’ll learn to write code using these languages and execute it against simulators (local or remote) or a real quantum computer provided by IBM’s Q Experience. Finally, you’ll learn the current quantum algorithms for entanglement, random number generation, linear search, integer factorization, and others. You’ll peak inside the inner workings of the Bell states for entanglement, Grover’s algorithm for linear search, Shor’s algorithm for integer factorization, and other algorithms in the fields of optimization, and more.
Along the way you’ll also cover game theory with the Magic Square, an example of quantum pseudo-telepathy where parties sharing entangled states can be observed to have some kind of communication between them. In this game Alice and Bob play against a referee. Quantum mechanics allows Alice and Bob to always win!
By the end of this book, you will understand how this emerging technology provides massive parallelism and significant computational speedups over classical computers, and will be prepared to program quantum computers which are expected to replace traditional computers in the data center.
What You Will Learn
Use the Q Experience Composer, the first-of-its-kind web console to create visual programs/experiments and submit them to a quantum simulator or real device on the cloudRun programs remotely using the Q Experience REST API Write algorithms that provide superior performance over their classical counterpartsBuild a Node.js REST client for authenticating, listing remote devices, querying information about quantum processors, and listing or running experiments remotely in the cloudCreate a quantum number generator: The quintessential coin flip with a quantum twistDiscover quantum teleportation: This algorithm demonstrates how the exact state of a qubit (quantum information) can be transmitted from one location to another, with the help of classical communication and quantum entanglement between the sender and receiverPeek into single qubit operations with the classic game of Battleships with a quantum twistHandle the counterfeit coin problem: a classic puzzle that consists of finding a counterfeit coin in a beam balance among eight coins in only two turns
Who This Book Is For
Developers and programmers interested in this new field of computing.
Автор: Ponce Cruz, Pedro , Guti?rrez, Arturo Molina , R Название: A Practical Approach to Metaheuristics using LabVIEW and MATLAB® ISBN: 0367337045 ISBN-13(EAN): 9780367337049 Издательство: Taylor&Francis Рейтинг: Цена: 58170.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book describes and implements metaheuristic algorithms, using a practical approach in which engineering problems are solved. A novel optimization algorithm, called Earthquake optimization, is presented as a main example. Since this algorithm is used for earthquake modeling, a geological optimization strategy is demonstrated.
Автор: Ponce Cruz, Pedro , Guti?rrez, Arturo Molina , R Название: A Practical Approach to Metaheuristics using LabVIEW and MATLAB® ISBN: 0367494264 ISBN-13(EAN): 9780367494261 Издательство: Taylor&Francis Рейтинг: Цена: 80630.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book describes and implements metaheuristic algorithms, using a practical approach in which engineering problems are solved. A novel optimization algorithm, called Earthquake optimization, is presented as a main example. Since this algorithm is used for earthquake modeling, a geological optimization strategy is demonstrated.
Автор: Cuevas, Erik , Rodriguez, Alma Название: Metaheuristic Computation with MATLAB® ISBN: 0367438860 ISBN-13(EAN): 9780367438869 Издательство: Taylor&Francis Рейтинг: Цена: 122490.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The main purpose of this book is to provide a unified view of the most popular metaheuristic methods. Under this perspective, it has presented the fundamental design principles as well as the operators of metaheuristic approaches which are considered essential.
Автор: Dan B. Marghitu; Mihai Dupac; Nels H. Madsen Название: Statics with MATLAB® ISBN: 1447161955 ISBN-13(EAN): 9781447161950 Издательство: Springer Рейтинг: Цена: 121110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book presents MATLAB (R) as a highly convenient tool to solve problems in the theory and applications of statics. It features example problems that demonstrate the MATLAB (R) syntax and also introduce specific functions dealing with statics.
Автор: Michael T. Heath Название: Scientific Computing: An Introductory Survey ISBN: 1611975573 ISBN-13(EAN): 9781611975574 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 83600.00 T Наличие на складе: Невозможна поставка. Описание: This book differs from traditional numerical analysis texts in that it focuses on the motivation and ideas behind the algorithms presented rather than on detailed analyses of them. It presents a broad overview of methods and software for solving mathematical problems arising in computational modeling and data analysis, including proper problem formulation, selection of effective solution algorithms, and interpretation of results.In the 20 years since its original publication, the modern, fundamental perspective of this book has aged well, and it continues to be used in the classroom. This Classics edition has been updated to include pointers to Python software and the Chebfun package, expansions on barycentric formulation for Lagrange polynomial interpretation and stochastic methods, and the availability of about 100 interactive educational modules that dynamically illustrate the concepts and algorithms in the book.Scientific Computing: An Introductory Survey, Second Edition is intended as both a textbook and a reference for computationally oriented disciplines that need to solve mathematical problems.
Автор: David L. Chopp Название: Introduction to High Performance Scientific Computing ISBN: 1611975638 ISBN-13(EAN): 9781611975635 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 76910.00 T Наличие на складе: Нет в наличии. Описание: Based on a course developed by the author, Introduction to High Performance Scientific Computing introduces methods for adding parallelism to numerical methods for solving differential equations. It contains exercises and programming projects that facilitate learning as well as examples and discussions based on the C programming language, with additional comments for those already familiar with C . The text provides an overview of concepts and algorithmic techniques for modern scientific computing and is divided into six self-contained parts that can be assembled in any order to create an introductory course using available computer hardware.Part I introduces the C programming language for those not already familiar with programming in a compiled language. Part II describes parallelism on shared memory architectures using OpenMP. Part III details parallelism on computer clusters using MPI for coordinating a computation. Part IV demonstrates the use of graphical programming units (GPUs) to solve problems using the CUDA language for NVIDIA graphics cards. Part V addresses programming on GPUs for non-NVIDIA graphics cards using the OpenCL framework. Finally, Part VI contains a brief discussion of numerical methods and applications, giving the reader an opportunity to test the methods on typical computing problems. Introduction to High Performance Scientific Computing is intended for advanced undergraduate or beginning graduate students who have limited exposure to programming or parallel programming concepts. Extensive knowledge of numerical methods is not assumed. The material can be adapted to the available computational hardware, from OpenMP on simple laptops or desktops to MPI on computer clusters or CUDA and OpenCL for computers containing NVIDIA or other graphics cards. Experienced programmers unfamiliar with parallel programming will benefit from comparing the various methods to determine the type of parallel programming best suited for their application. The book can be used for courses on parallel scientific computing, high performance computing, and numerical methods for parallel computing.
Автор: Hill Название: Learning Scientific Programming with Python ISBN: 1107075416 ISBN-13(EAN): 9781107075412 Издательство: Cambridge Academ Рейтинг: Цена: 91860.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learn to master basic programming tasks from scratch with real-life scientific examples drawn from many different areas of science and engineering. This complete introduction to using Python teaches Numpy, SciPy and Matplotlib libraries and is supported by extensive online resources to provide a targeted package for students and researchers.
Автор: Vladimir A. Garanzha; Lennard Kamenski; Hang Si Название: Numerical Geometry, Grid Generation and Scientific Computing ISBN: 3030234355 ISBN-13(EAN): 9783030234355 Издательство: Springer Рейтинг: Цена: 158380.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The focus of these conference proceedings is on research, development, and applications in the fields of numerical geometry, scientific computing and numerical simulation, particularly in mesh generation and related problems. In addition, this year’s special focus is on Voronoi diagrams and their applications, celebrating the 150th birthday of G.F. Voronoi. In terms of content, the book strikes a balance between engineering algorithms and mathematical foundations. It presents an overview of recent advances in numerical geometry, grid generation and adaptation in terms of mathematical foundations, algorithm and software development and applications. The specific topics covered include: quasi-conformal and quasi-isometric mappings, hyperelastic deformations, multidimensional generalisations of the equidistribution principle, discrete differential geometry, spatial and metric encodings, Voronoi-Delaunay theory for tilings and partitions, duality in mathematical programming and numerical geometry, mesh-based optimisation and optimal control methods. Further aspects examined include iterative solvers for variational problems and algorithm and software development. The applications of the methods discussed are multidisciplinary and include problems from mathematics, physics, biology, chemistry, material science, and engineering.
Автор: Messac Название: Optimization in Practice with MATLAB® ISBN: 1107109183 ISBN-13(EAN): 9781107109186 Издательство: Cambridge Academ Рейтинг: Цена: 70740.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This textbook is designed for undergraduate and graduate students and practitioners interested in learning optimization. The presentation is enriched with a robust set of real-world examples and practical exercises. Using MATLAB (R) software is encouraged throughout. The instructor is supported by a complete solutions manual and PowerPoint slides with animations.
Автор: Berkovsky Shlomo, Cantador Ivan, Tikk Domonkos Название: Collaborative Recommendations: Algorithms, Practical Challenges and Applications ISBN: 9813275340 ISBN-13(EAN): 9789813275348 Издательство: World Scientific Publishing Рейтинг: Цена: 258720.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Recommender systems are very popular nowadays, as both an academic research field and services provided by numerous companies for e-commerce, multimedia and Web content. Collaborative-based methods have been the focus of recommender systems research for more than two decades.
The unique feature of the compendium is the technical details of collaborative recommenders. The book chapters include algorithm implementations, elaborate on practical issues faced when deploying these algorithms in large-scale systems, describe various optimizations and decisions made, and list parameters of the algorithms.
This must-have title is a useful reference materials for researchers, IT professionals and those keen to incorporate recommendation technologies into their systems and services.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz