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

A Primer on Scientific Programming with Python, Langtangen Hans Petter



Варианты приобретения
Цена: 4890р.   6986р. -30%
Кол-во:
Наличие: Есть (1 шт.)
Отгрузка заказа в течение 1 рабочего дня
Добавить в корзину
в Мои желания

Автор: Langtangen Hans Petter
Название:  A Primer on Scientific Programming with Python
Перевод названия: Ганс Петер Лангтанген: Первые шаги в программировании баз знаний на Python
ISBN: 9783662498866
Издательство: Springer
Классификация:
ISBN-10: 3662498863
Обложка/Формат: Hardback
Страницы: 1000
Вес: 2.198 кг.
Дата издания: 01.08.2016
Серия: Texts in computational science and engineering
Язык: English
Издание: 5th ed. 2016
Иллюстрации: 20 illustrations, color; 68 illustrations, black and white; xxxi, 922 p. 88 illus., 20 illus. in color.; 20 illustrations, color; 68 illustrations, bl
Размер: 262 x 189 x 44
Читательская аудитория: General (us: trade)
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches Matlab-style and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.From the reviews: Langtangen … does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. … Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.Alex Small, IEEE, CiSE Vol. 14 (2), March?/April 2012 “This fourth edition is awonderful, inclusive textbook that covers pretty much everything one needs toknow to go from zero to fairly sophisticated scientific programming in Python…”Joan Horvath, Computing Reviews, March2015
Дополнительное описание: Preface.- Computing withFormulas.- Loops and Lists.- Functions and Branching.- User Input and ErrorHandling.- Array Computing and Curve Plotting.- Dictionaries and Strings.-Introduction to Classes.- Random Numbers and Simple Games.- Object-Oriented Progra




      Старое издание
A Primer on Scientific Programming with Python

Автор: Langtangen Hans Petter
Название: A Primer on Scientific Programming with Python
ISBN: 3642549586 ISBN-13(EAN): 9783642549588
Издательство: Springer
Цена: 8384 р.
Наличие на складе: Невозможна поставка.
Описание: A Primer on Scientific Programming with Python


Beginning lua programming

Автор: Jung, Kurt Brown, Aaron
Название: Beginning lua programming
ISBN: 0470069171 ISBN-13(EAN): 9780470069172
Издательство: Wiley
Рейтинг:
Цена: 4275 р.
Наличие на складе: Поставка под заказ.

Описание: Suitable for those affected by Parkinson`s disease, this book helps discover how to keep a positive attitude and lead an active, productive life. It also provides coping skills, first hand advice, and practical tools, such as worksheets to assess care options, questions to ask doctors, and listings of care providers. Presents the fundamentals of programming with Lua. This book explains standard Lua functions, and how to take advantage of free Lua community resources. It integrates code samples throughout the chapters to demonstrate how to apply the information so that readers can write your own programs.

Programming with  Mathematica ®

Автор: Wellin
Название: Programming with Mathematica ®
ISBN: 1107009464 ISBN-13(EAN): 9781107009462
Издательство: Cambridge Academ
Рейтинг:
Цена: 11880 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Starting from first principles, this book covers all of the foundational material needed to develop a clear understanding of the Mathematica language, with a practical emphasis on solving problems. Concrete examples throughout the text demonstrate how Mathematica can be used to solve problems in science, engineering, economics/finance, computational linguistics, geoscience, bioinformatics, and a range of other fields. The book will appeal to students, researchers and programmers wishing to further their understanding of Mathematica. Designed to suit users of any ability, it assumes no formal knowledge of programming so it is ideal for self-study. Over 290 exercises are provided to challenge the reader's understanding of the material covered and these provide ample opportunity to practice using the language. Mathematica notebooks containing examples, programs and solutions to exercises are available from www.cambridge.org/wellin.

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
Рейтинг:
Цена: 12050 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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

Programming Distributed Computing Systems

Автор: Varela Carlos A
Название: Programming Distributed Computing Systems
ISBN: 0262018985 ISBN-13(EAN): 9780262018982
Издательство: MIT Press
Рейтинг:
Цена: 5775 р.
Наличие на складе: Нет в наличии.

Описание: An introduction to fundamental theories of concurrent computation and associated programming languages for developing distributed and mobile computing systems.

Nonlinear Workbook, The: Chaos, Fractals, Cellular Automata, Genetic Algorithms, Gene Expression Programming, Support Vector Machine, Wavelets, Hidden Markov Models, Fuzzy Logic With C++, Java And Symbolicc++ Programs (5Th Edition)

Автор: Steeb Willi-Hans
Название: Nonlinear Workbook, The: Chaos, Fractals, Cellular Automata, Genetic Algorithms, Gene Expression Programming, Support Vector Machine, Wavelets, Hidden Markov Models, Fuzzy Logic With C++, Java And Symbolicc++ Programs (5Th Edition)
ISBN: 9814335770 ISBN-13(EAN): 9789814335775
Издательство: World Scientific Publishing
Рейтинг:
Цена: 17899 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Provides a comprehensive treatment of all the techniques in nonlinear dynamics together with C++, Java and SymbolicC++ implementations. This book not only covers the theoretical aspects of the topics but also provides the practical tools. To understand the material, it includes more than 100 worked out examples and 150 ready to run programs.

Programming the Raspberry Pi: Getting Started with Python: Getting Started with Python

Автор: Monk Simon
Название: Programming the Raspberry Pi: Getting Started with Python: Getting Started with Python
ISBN: 0071807837 ISBN-13(EAN): 9780071807838
Издательство: McGraw-Hill
Цена: 1886 р.
Наличие на складе: Поставка под заказ.

Voronoi Diagrams and Delaunay Triangulations

Автор: Aurenhammer Franz
Название: Voronoi Diagrams and Delaunay Triangulations
ISBN: 9814447633 ISBN-13(EAN): 9789814447638
Издательство: World Scientific Publishing
Рейтинг:
Цена: 13556 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Voronoi diagrams partition space according to the influence certain sites exert on their environment. Since the 17th century, such structures play an important role in many areas like Astronomy, Physics, Chemistry, Biology, Ecology, Economics, Mathematics and Computer Science. They help to describe zones of political influence, to determine the hospital nearest to an accident site, to compute collision-free paths for mobile robots, to reconstruct curves and surfaces from sample points, to refine triangular meshes, and to design location strategies for competing markets.This unique book offers a state-of-the-art view of Voronoi diagrams and their structure, and it provides efficient algorithms towards their computation.Readers with an entry-level background in algorithms can enjoy a guided tour of gently increasing difficulty through a fascinating area. Lecturers might find this volume a welcome source for their courses on computational geometry. Experts are offered a broader view, including many alternative solutions, and up-to-date references to the existing literature; they might benefit in their own research or application development.


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