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

Nonlinear Programming: An Introduction, Peter Zornig


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

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

Автор: Peter Zornig
Название:  Nonlinear Programming: An Introduction
ISBN: 9783110315271
Издательство: Walter de Gruyter
Классификация:




ISBN-10: 3110315270
Обложка/Формат: Hardback
Страницы: 360
Вес: 0.60 кг.
Дата издания: 29.01.2014
Серия: Economics/Business/Finance
Язык: English
Размер: 239 x 170 x 20
Читательская аудитория: College/higher education
Ключевые слова: Business mathematics & systems,Operational research,Calculus & mathematical analysis,Numerical analysis,Optimization,Applied mathematics,Maths for scientists, MATHEMATICS / General,MATHEMATICS / Numerical Analysis
Поставляется из: Германии
Описание:

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.




Introduction to Modern Economic Growth

Автор: Acemoglu, Daron
Название: Introduction to Modern Economic Growth
ISBN: 0691132925 ISBN-13(EAN): 9780691132921
Издательство: Wiley
Рейтинг:
Цена: 8712.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Gives graduate student`s tools to analyze growth and related macroeconomic problems, and also perspective needed to apply those tools to the big-picture questions of growth and divergence. In this title, the author introduces economic and mathematical foundations of modern growth theory and macroeconomics in a rigorous and easy to follow manner.

Introduction to Discourse Analysis

Автор: Gee James Paul
Название: Introduction to Discourse Analysis
ISBN: 0415725569 ISBN-13(EAN): 9780415725569
Издательство: Taylor&Francis
Рейтинг:
Цена: 4224.00 р.
Наличие на складе: Поставка под заказ.

Описание: Assuming no prior knowledge of linguistics, An Introduction to Discourse Analysis examines the field and presents James Paul Gee`s unique integrated approach which incorporates both a theory of language-in-use and a method of research.

Introduction to Sustainable Development

Автор: Elliott, Jennifer (University of Brighton, UK)
Название: Introduction to Sustainable Development
ISBN: 0415590736 ISBN-13(EAN): 9780415590730
Издательство: Taylor&Francis
Рейтинг:
Цена: 7654.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Thisfourth edition has been comprehensively rewritten and updated to provide a concise, well illustrated and accessible introduction to the characteristics, challenges and opportunities of sustainable development with particular reference to developing countries. The contested nature of sustainable development is explored through a detailed consideration of changing ideas and practices within environmentalism and development thinking.The text identifies the different actors involved (from institutions of global governance through to community based organisations), the policies and mechanisms through which sustainable development is being sought and considers the outcomes for particular groups and environments in both rural and urban contexts. ?? This edition places stronger emphasis on the global challenges of sustainable development with an understanding of inter-linked crises in climate, energy, economy, poverty and social injustice. It explores how these issues are leading to deep questioning of what sustainable development is, what it should be, and how sustainable development policies and mechanisms are being reconsidered.The book gives new consideration to the challenge of achieving lower carbon growth, climate adaptation, and the implications on sustainable development of rapidly expanding economies, including China and India.It contains greater discussion of how civil society movements influence outcomes of international climate policy, as well as technological developments in energy and agriculture. The text also contains a substantially expanded discussion of how poverty remains central to sustainable development challenges, as revealed through the Millennium Ecosystem Assessment and Millennium Development Goals. This invaluable text retains the core message that sustainable development has become central to debates about environment and development.Containing a substantial number of new boxed case studies, learning outcomes, chapter summaries, discussion questions, further reading and websites, this text provides an essential introduction for students.

Photonics : linear and nonlinear interactions of laser light and matter

Автор: Menzel
Название: Photonics : linear and nonlinear interactions of laser light and matter
ISBN: 3540231609 ISBN-13(EAN): 9783540231608
Издательство: Springer
Рейтинг:
Цена: 18167.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The definition of "photonics" has been broadened in recent years to include nonlinear and quantum optics, today usually based on laser light. This book covers the fundamental properties of photon and light beams, both experimentally and theoretically. It covers the essentials of linear interactions and most of the nonlinear interactions between light and matter in both the transparent and absorbing cases. It also provides a basic knowledge of modern lasers, as well as the principles of nonlinear optical spectroscopy. It is self-consistent and enriched by a large number of calculated illustrations, examples, and descriptive tables. Graduate students in physics and electrical engineering, as well as other sciences, will find this book a thorough introduction to the field, while for lecturers and scientists it offers a rich source of useful information and a ready-to-hand reference. About 4000 references open access to original literature.The second edition is completely revised and enlarged. 

Introduction to the Art of Programming Using Scala

Автор: Lewis
Название: Introduction to the Art of Programming Using Scala
ISBN: 1439896666 ISBN-13(EAN): 9781439896662
Издательство: Taylor&Francis
Рейтинг:
Цена: 12707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. The book progresses from true programming in the small to more significant projects later, leveraging the full benefits of object orientation. It first focuses on fundamental problem solving and programming in the small using the REPL and scripting environments. It covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The text then illustrates the benefits of object-oriented design and presents a large collection of basic data structures showing different implementations of key ADTs along with more atypical data structures. It also introduces multithreading and networking to provide further motivating examples. By using Scala as the language for both CS1 and CS2 topics, this textbook gives students an easy entry into programming small projects as well as a firm foundation for taking on larger-scale projects. Many student and instructor resources are available at www.programmingusingscala.net

Introduction to statistical physics

Автор: Huang, Kerson,
Название: Introduction to statistical physics
ISBN: 1420079026 ISBN-13(EAN): 9781420079029
Издательство: Taylor&Francis
Рейтинг:
Цена: 10717.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Written by a world-renowned theoretical physicist, this textbook familiarizes advanced undergraduate students with the different aspects of statistical physics. Along with many exercises, it includes a discussion of phase transition in thermodynamics. It also covers stochastic processes.

Introduction to Econometrics, 5 ed.

Автор: Dougherty Christopher
Название: Introduction to Econometrics, 5 ed.
ISBN: 0199676828 ISBN-13(EAN): 9780199676828
Издательство: Oxford Academ
Рейтинг:
Цена: 12037.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Combining the rigour of econometric theory with an accessible style, Dougherty`s step by step explanations and relevant practical exercises ensure students develop an intuitive understanding of econometrics, and gain hands-on experience of the tools used in economic and financial forecasting.

Introduction to Sociology

Автор: Ritzer George
Название: Introduction to Sociology
ISBN: 1483302946 ISBN-13(EAN): 9781483302942
Издательство: Sage Publications
Цена: 10613.00 р.
Наличие на складе: Поставка под заказ.

Biophysics: An Introduction

Автор: Glaser, Roland
Название: Biophysics: An Introduction
ISBN: 3642252117 ISBN-13(EAN): 9783642252112
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In its fully revised 2nd edition, this book provides the background needed for a fundamental understanding of biophysics, spanning the whole range of life from a biophysical view, from the molecular, cellular and organismic level to environmental factors.

An Introduction to Intercultural Communication: Identities in a Global Community

Автор: Jandt Fred E.
Название: An Introduction to Intercultural Communication: Identities in a Global Community
ISBN: 1483344304 ISBN-13(EAN): 9781483344300
Издательство: Sage Publications
Рейтинг:
Цена: 13781.00 р.
Наличие на складе: Поставка под заказ.

Описание: Latest edition of the best-selling student introduction to intercultural communication. Global in focus, full of pedagogy and adopted on courses across the world.

Hormones: A Very Short Introduction

Автор: Luck Martin
Название: Hormones: A Very Short Introduction
ISBN: 0199672873 ISBN-13(EAN): 9780199672875
Издательство: Oxford Education
Рейтинг:
Цена: от 1138.00 р.
Наличие на складе: Есть

Описание: Hormones are vital to the workings of the body, and while many people are aware of what hormones do, few have an appreciation of the nature and importance of the endocrine system. In this Very Short Introduction, Martin Luck explains what hormones are, what they do, where they come from, and how they work.

Introduction to Mathematical Portfolio Theory

Автор: Joshi
Название: Introduction to Mathematical Portfolio Theory
ISBN: 1107042313 ISBN-13(EAN): 9781107042315
Издательство: Cambridge Academ
Рейтинг:
Цена: 9029.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A concise yet comprehensive guide to the mathematics of portfolio theory from a modelling perspective, with discussion of the assumptions, limitations and implementations of the models as well as the theory underlying them. Aimed at advanced undergraduates, this book can be used for self-study or as a course text.


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