Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

An introduction to programming and numerical methods in matlab, Otto


Варианты приобретения
Цена: 6986.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-06-30
Ориентировочная дата поставки: Июль- Август
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Otto
Название:  An introduction to programming and numerical methods in matlab
Перевод названия: Введение в программирование и числовые методы в MATLAB
ISBN: 9781852339197
Издательство: Springer
Классификация:
ISBN-10: 1852339195
Обложка/Формат: Paperback
Страницы: 480
Вес: 0.82 кг.
Дата издания: 31.05.2005
Язык: English
Издание: 2005 ed.
Иллюстрации: 111 illustrations, black and white; xvi, 464 p. 111 illus.
Размер: 252 x 178 x 26
Читательская аудитория: Professional & vocational
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: MATLAB is a programme which lends itself to the implementation of most numerical algorithms. This text, which uses MATLAB, gives an overview of structured programming and numerical methods and covers numerical methods for solving a range of problems, from integration to the numerical solution of differential equations.


Numerical Methods for Conservation Laws

Автор: LeVeque Randall J.
Название: Numerical Methods for Conservation Laws
ISBN: 3764327235 ISBN-13(EAN): 9783764327231
Издательство: Springer
Рейтинг:
Цена: 5589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: These notes were developed for a graduate-level course on the theory and numerical solution of nonlinear hyperbolic systems of conservation laws. Part I deals with the basic mathematical theory of the equations: the notion of weak solutions, entropy conditions, and a detailed description of the wave structure of solutions to the Riemann problem. The emphasis is on tools and techniques that are indispensable in developing good numerical methods for discontinuous solutions. Part II is devoted to the development of high resolution shock-capturing methods, including the theory of total variation diminishing (TVD) methods and the use of limiter functions. The book is intended for a wide audience, and will be of use both to numerical analysts and to computational researchers in a variety of applications.

An Introduction to Game Theory

Автор: Osborne
Название: An Introduction to Game Theory
ISBN: 0195322487 ISBN-13(EAN): 9780195322484
Издательство: Oxford Academ
Рейтинг:
Цена: 30886.00 р.
Наличие на складе: Поставка под заказ.

Описание: Game-theoretic reasoning pervades economic theory and is used widely in other social and behavioural sciences. An Introduction to Game Theory International Edition, by Martin J. Osborne, presents the main principles of game theory and shows how they can be used to understand economics, social, political, and biological phenomena. The book introduces in an accessible manner the main ideas behind the theory rather than their mathematical expression. All concepts are defined precisely, and logical reasoning is used throughout. The book requires an understanding of basic mathematics but assumes no specific knowledge of economics, political science, or other social or behavioural sciences. Coverage includes the fundamental concepts of strategic games, extensive games with perfect information, and coalitional games; the more advanced subjects of Bayesian games and extensive games with imperfect information; and the topics of repeated games, bargaining theory, evolutionary equilibrium, rationalizability, and maxminimization. The book offers a wide variety of illustrations from the social and behavioural sciences. Each topic features examples that highlight theoretical points and illustrations that demonstrate how the theory may be used.

Graduate Introduction to Numerical Methods

Автор: Corless Robert
Название: Graduate Introduction to Numerical Methods
ISBN: 1461484529 ISBN-13(EAN): 9781461484523
Издательство: Springer
Рейтинг:
Цена: 11179.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book gathers important material from floating-point arithmetic, polynomials, series, interpolation, the discrete Fourier transform, numerical differentiation and integration, numerical solutions of ODEs, BVPs, DDEs, and PDEs, and optimization.

Applied Numerical Methods with MATLAB

Автор: Chapra Steven C
Название: Applied Numerical Methods with MATLAB
ISBN: 0071086188 ISBN-13(EAN): 9780071086189
Издательство: McGraw-Hill
Рейтинг:
Цена: 7892.00 р.
Наличие на складе: Поставка под заказ.

Описание: Suitable for engineering and science students who need to learn numerical problem solving, this book introduces theory to inform key concepts which are framed in applications and demonstrated using MATLAB. It features chapters on Eigenvalues and Fourier Analysis and is accompanied by a set of m-files and instructor materials.

Introduction to Scientific Programming and Simulation Using R, Second Edition

Автор: Jones
Название: Introduction to Scientific Programming and Simulation Using R, Second Edition
ISBN: 1466569999 ISBN-13(EAN): 9781466569997
Издательство: Taylor&Francis
Рейтинг:
Цена: 12707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn How to Program Stochastic Models

Highly recommended, the best-selling first edition of Introduction to Scientific Programming and Simulation Using R was lauded as an excellent, easy-to-read introduction with extensive examples and exercises. This second edition continues to introduce scientific programming and stochastic modelling in a clear, practical, and thorough way. Readers learn programming by experimenting with the provided R code and data.

The book's four parts teach:

  • Core knowledge of R and programming concepts
  • How to think about mathematics from a numerical point of view, including the application of these concepts to root finding, numerical integration, and optimisation
  • Essentials of probability, random variables, and expectation required to understand simulation
  • Stochastic modelling and simulation, including random number generation and Monte Carlo integration

In a new chapter on systems of ordinary differential equations (ODEs), the authors cover the Euler, midpoint, and fourth-order Runge-Kutta (RK4) schemes for solving systems of first-order ODEs. They compare the numerical efficiency of the different schemes experimentally and show how to improve the RK4 scheme by using an adaptive step size.

Another new chapter focuses on both discrete- and continuous-time Markov chains. It describes transition and rate matrices, classification of states, limiting behaviour, Kolmogorov forward and backward equations, finite absorbing chains, and expected hitting times. It also presents methods for simulating discrete- and continuous-time chains as well as techniques for defining the state space, including lumping states and supplementary variables.

Building readers' statistical intuition, Introduction to Scientific Programming and Simulation Using R, Second Edition shows how to turn algorithms into code. It is designed for those who want to make tools, not just use them. The code and data are available for download from CRAN.

Computational Partial Differential Equations / Numerical Methods and Diffpack Programming

Автор: Langtangen Hans P.
Название: Computational Partial Differential Equations / Numerical Methods and Diffpack Programming
ISBN: 354043416X ISBN-13(EAN): 9783540434160
Издательство: Springer
Рейтинг:
Цена: 9362.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This graduate textbook - now in its second edition - teaches finite element methods and basic finite difference methods from a computational point of view. The emphasis is on developing flexible computer programs using the numerical library Diffpack. Diffpack is explained in detail for problems including model equations in applied mathematics, heat transfer, elasticity, and viscous fluid flow. All the program examples, as well as Diffpack for use with this book, are available on the Internet.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия