Numerical Analysis with Algorithms and Programming, Ray
Автор: Hutton Название: Programming in Haskell ISBN: 1316626229 ISBN-13(EAN): 9781316626221 Издательство: Cambridge Academ Рейтинг: Цена: 7390.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This edition has been extensively updated and expanded, with new chapters covering recent and more advanced features of Haskell, new examples and exercises, and freely downloadable lecture slides and example code. All concepts are explained from first principles and no programming experience is required, making it accessible to a broad range of readers.
Описание: Partial differential equations are one of the most used widely forms of mathematics in science and engineering. Two fractional PDEs can be considered, fractional in time, and fractional in space. This volume is directed to the development and use of SFPDEs, providing a discussion of applications from classical integer PDEs.
Автор: Manlove David Название: Algorithmics of Matching Under Preferences ISBN: 9814425249 ISBN-13(EAN): 9789814425247 Издательство: World Scientific Publishing Рейтинг: Цена: 26136.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Matching problems with preferences are all around us - they arise when agents seek to be allocated to one another on the basis of ranked preferences over potential outcomes. Efficient algorithms are needed for producing matchings that optimise the satisfaction of the agents according to their preference lists. This book deals with this topic.
Автор: Alsuwaiyel M H Название: Algorithms: Design Techniques And Analysis (Revised Edition) ISBN: 9814723649 ISBN-13(EAN): 9789814723640 Издательство: World Scientific Publishing Рейтинг: Цена: 22810.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Problem solving is an essential part of every scientific discipline. It has two components: (1) problem identification and formulation, and (2) the solution to the formulated problem. One can solve a problem on its own using ad hoc techniques or by following techniques that have produced efficient solutions to similar problems. This requires the understanding of various algorithm design techniques, how and when to use them to formulate solutions, and the context appropriate for each of them.Algorithms: Design Techniques and Analysis advocates the study of algorithm design by presenting the most useful techniques and illustrating them with numerous examples — emphasizing on design techniques in problem solving rather than algorithms topics like searching and sorting. Algorithmic analysis in connection with example algorithms are explored in detail. Each technique or strategy is covered in its own chapter through numerous examples of problems and their algorithms.Readers will be equipped with problem solving tools needed in advanced courses or research in science and engineering.
Автор: Peter Zornig Название: Nonlinear Programming: An Introduction ISBN: 3110315270 ISBN-13(EAN): 9783110315271 Издательство: Walter de Gruyter Цена: 9288.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This book is an introduction to nonlinear programming. It deals with the theoretical foundations and solution methods, beginning with the classical procedures and reaching up to -modern- methods like trust region methods or procedures for nonlinear and global optimization. A comprehensive bibliography including diverse web sites with information about nonlinear programming, in particular software, is presented. Without sacrificing the necessary mathematical rigor, excessive formalisms are avoided. Several examples, exercises with detailed solutions, and applications are provided, making the text adequate for individual studies.
The book is written for students from the fields of applied mathematics, engineering, economy, and computation.
Автор: John M. Stewart Название: Python for Scientists ISBN: 1316641236 ISBN-13(EAN): 9781316641231 Издательство: Cambridge Academ Рейтинг: Цена: 5067.00 р. Наличие на складе: Поставка под заказ.
Описание: Scientific Python is taught from scratch in this book via copious, downloadable, useful and adaptable code snippets. Everything the working scientist needs to know is covered, quickly providing researchers and research students with the skills to start using Python effectively.
Автор: Luciano M Barone Название: Scintific programming: C-Language,Algorithms and Models in Science ISBN: 9814513407 ISBN-13(EAN): 9789814513401 Издательство: World Scientific Publishing Рейтинг: Цена: 36432.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book teaches a student to model a scientific problem and write a computer program in C language to solve that problem. To do that, the book first introduces the student to the basics of C language, dealing with all syntactical aspects, but without the pedantic content of a typical programming language manual. Then the book describes and discusses many algorithms commonly used in scientific applications (e.g. searching, graphs, statistics, equation solving, Monte Carlo methods etc.).This important book fills a gap in current available bibliography. There are many manuals for programming in C, but they never explain programming technicalities to solve a given problem. This book illustrates many relevant algorithms and shows how to translate them in a working computer program.
Автор: G?nter Mayer Название: Interval Analysis: and Automatic Result Verification ISBN: 3110500639 ISBN-13(EAN): 9783110500639 Издательство: Walter de Gruyter Рейтинг: Цена: 22305.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This self-contained text is a step-by-step introduction and a complete overview of interval computation and result verification, a subject whose importance has steadily increased over the past many years. The author, an expert in the field, gently presents the theory of interval analysis through many examples and exercises, and guides the reader from the basics of the theory to current research topics in the mathematics of computation.
Описание: This book offers a general approach to pulse width modulation techniques and multilevel inverter topologies. The multilevel inverters can be approximately compared to a sinusoidal waveform because of their increased number of direct current voltage levels, which provides an opportunity to eliminate harmonic contents and therefore allows the utilization of smaller and more reliable components. On the other side, multilevel inverters require more components than traditional inverters and that increases the overall cost of the system. The various algorithms for multilevel neutral point clamped inverter fed induction motor are proposed and implemented, and the results are analyzed. The performance of these algorithms is evaluated in terms of inverter output voltage, current waveforms and total harmonic distortion. Various basic pulse width modulation techniques, features and implementation of space vector pulse width modulation for a two-level inverter, and various multilevel inverter topologies are discussed in detail. This book is extremely useful for undergraduate students, postgraduate students, industry people, scientists of research laboratories and especially for the research scholars who are working in the area of multilevel inverters. Dr. Satish Kumar Peddapelli is Assistant Professor at the Osmania University in Hyderabad, India. His areas of interest are Power Electronics, Drives, Power Converters, Multi Level Inverters and Special Machines.
Автор: Gogol-Doring Название: Biological Sequence Analysis Using the SeqAn C++ Library ISBN: 1138112828 ISBN-13(EAN): 9781138112827 Издательство: Taylor&Francis Рейтинг: Цена: 11176.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
An Easy-to-Use Research Tool for Algorithm Testing and Development
Before the SeqAn project, there was clearly a lack of available implementations in sequence analysis, even for standard tasks. Implementations of needed algorithmic components were either unavailable or hard to access in third-party monolithic software products. Addressing these concerns, the developers of SeqAn created a comprehensive, easy-to-use, open source C++ library of efficient algorithms and data structures for the analysis of biological sequences. Written by the founders of this project, Biological Sequence Analysis Using the SeqAn C++ Library covers the SeqAn library, its documentation, and the supporting infrastructure.
The first part of the book describes the general library design. It introduces biological sequence analysis problems, discusses the benefit of using software libraries, summarizes the design principles and goals of SeqAn, details the main programming techniques used in SeqAn, and demonstrates the application of these techniques in various examples. Focusing on the components provided by SeqAn, the second part explores basic functionality, sequence data structures, alignments, pattern and motif searching, string indices, and graphs. The last part illustrates applications of SeqAn to genome alignment, consensus sequence in assembly projects, suffix array construction, and more.
This handy book describes a user-friendly library of efficient data types and algorithms for sequence analysis in computational biology. SeqAn enables not only the implementation of new algorithms, but also the sound analysis and comparison of existing algorithms.
Visit SeqAn for more information.
Автор: V. N. Faddeeva Название: Automatic Programming and Numerical Methods of Analysis ISBN: 1461585902 ISBN-13(EAN): 9781461585909 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: . . . . Shakhbazyan The Solution of Certain Parallel Sequencing Problems . Shakhbaz yan The PRORAB-Computer III (P, v) M-20 . * . * . Kublanovskaya Convergence of the Method of Lines when Solving Nonlinear Parabolic Boundary Value Problems with Discontinuous Data . Kubanskaya Some Applications of the Five-Point Scheme of the Method of Lines .
Автор: Dobrushkin, Vladimir A. Название: Methods in algorithmic analysis ISBN: 1138118044 ISBN-13(EAN): 9781138118041 Издательство: Taylor&Francis Рейтинг: Цена: 12095.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Explores the Impact of the Analysis of Algorithms on Many Areas within and beyond Computer Science A flexible, interactive teaching format enhanced by a large selection of examples and exercises
Developed from the author's own graduate-level course, Methods in Algorithmic Analysis presents numerous theories, techniques, and methods used for analyzing algorithms. It exposes students to mathematical techniques and methods that are practical and relevant to theoretical aspects of computer science.
After introducing basic mathematical and combinatorial methods, the text focuses on various aspects of probability, including finite sets, random variables, distributions, Bayes' theorem, and Chebyshev inequality. It explores the role of recurrences in computer science, numerical analysis, engineering, and discrete mathematics applications. The author then describes the powerful tool of generating functions, which is demonstrated in enumeration problems, such as probabilistic algorithms, compositions and partitions of integers, and shuffling. He also discusses the symbolic method, the principle of inclusion and exclusion, and its applications. The book goes on to show how strings can be manipulated and counted, how the finite state machine and Markov chains can help solve probabilistic and combinatorial problems, how to derive asymptotic results, and how convergence and singularities play leading roles in deducing asymptotic information from generating functions. The final chapter presents the definitions and properties of the mathematical infrastructure needed to accommodate generating functions.
Accompanied by more than 1,000 examples and exercises, this comprehensive, classroom-tested text develops students' understanding of the mathematical methodology behind the analysis of algorithms. It emphasizes the important relation between continuous (classical) mathematics and discrete mathematics, which is the basis of computer science.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru