Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Mesoscopic Quantum Hall Effect
  • Language: en
  • Pages: 200

Mesoscopic Quantum Hall Effect

In recent years, remarkable progress in the fabrication of novel mesoscopic devices has produced a revival of interest in quantum Hall physics. New types of measurements, more precise and efficient than ever, have made it possible to focus closely on the electronic properties of quantum Hall edge states. This is achieved by applying charge and heat currents at mesoscopic length scales, attaching metallic gates and Ohmic contacts, and splitting edge channels with the help of quantum point contacts. The experiments reveal fascinating new phenomena, such as the interference, statistics, and topological phase shifts of fractionally charged quasi-particles, strong interaction and correlation effects, and phase transitions induced by non-Gaussian fluctuations. The thesis discusses some puzzling results of these experiments and presents a coherent picture of mesoscopic effects in quantum Hall systems, which accounts for integer and fractional filling factors and ranges from microscopic theory to effective models, and covers both equilibrium and non-equilibrium phenomena.

Fluent Python
  • Language: en
  • Pages: 972

Fluent Python

Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas. Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python's core language features and libraries and teaches you how to make your code shorter, faster, and more readable. Complete with major updates throughout, this new edition features five parts that work as five short books wit...

Python for Machine Learning
  • Language: en
  • Pages: 479

Python for Machine Learning

Using clear explanations and step-by-step tutorial lessons, you will learn the underlying mechanics of the Python language, the tools in its ecosystem, tips and tricks, and much more.

Metaprogramming with Python
  • Language: en
  • Pages: 402

Metaprogramming with Python

A practical approach to metaprogramming with real-world examples that enables the development of advanced frameworks, libraries, and applications using Python Key FeaturesLearn applied metaprogramming through a simple step-by-step approachWork with easily understandable examples and explanations that take you deep into the theory of metaprogrammingGet practical experience in writing reusable code with real-world examplesBook Description Effective and reusable code makes your application development process seamless and easily maintainable. With Python, you will have access to advanced metaprogramming features that you can use to build high-performing applications. The book starts by introduc...

Exact Methods in Low-dimensional Statistical Physics and Quantum Computing
  • Language: en
  • Pages: 651

Exact Methods in Low-dimensional Statistical Physics and Quantum Computing

Low-dimensional statistical models are instrumental in improving our understanding of emerging fields, such as quantum computing and cryptography, complex systems, and quantum fluids. This book of lectures by international leaders in the field sets these issues into a larger and more coherent theoretical perspective than is currently available.

Ethnolinguistic Prehistory
  • Language: en
  • Pages: 414

Ethnolinguistic Prehistory

  • Type: Book
  • -
  • Published: 2021-05-25
  • -
  • Publisher: BRILL

This volume provides the most up-to-date and holistic but compact account of the peopling of the world from the perspective of language, genes and material culture. The book provides detailed answers to the question of where we all came from.

A common story, by Ivan Gontcharoff; tr. from the Russian by Constance Garnett
  • Language: en
Cosmogonies
  • Language: fr
  • Pages: 399

Cosmogonies

Comment expliquer les ressemblances troublantes que l'on observe entre des mythes dont l'aire de répartition fait parfois le tour de la Terre, alors même que les populations auprès desquelles ils ont été recueillis, distantes dans l'espace ou dans le temps, n'ont pu se côtoyer ? Se pourrait-il que cet air de famille relève non de convergences fortuites, mais de véritables liens de parenté unissant des récits transmis de génération en génération au fil du peuplement humain de la planète ? En empruntant aux biologistes de l'évolution leurs méthodes statistiques de classification des espèces du vivant sous forme d'arbres phylogénétiques, cet ouvrage novateur montre comment d...

Eden in the East
  • Language: en
  • Pages: 560

Eden in the East

This book completetly changes the established and conventional view of prehistory by relocating the Lost Eden—the world's first civilisation—to Southeast Asia. At the end of the Ice Age, Southeast Asia formed a continent twice the size of India, which included Indochina, Malaysia, Indonesia, and Borneo. In Eden in the East, Stephen Oppenheimer puts forward the astonishing argument that here in southeast Asia—rather than in Mesopotamia where it is usually placed—was the lost civilization that fertilized the Great cultures of the Middle East 6,000 years ago. He produces evidence from ethnography, archaeology, oceanography, creation stories, myths, linguistics, and DNA analysis to argue that this founding civilization was destroyed by a catastrophic flood, caused by a rapid rise in the sea level at the end of the last ice age.

Pattern Matching for an Object-oriented and Dynamically Typed Programming Language
  • Language: en
  • Pages: 100

Pattern Matching for an Object-oriented and Dynamically Typed Programming Language

Pattern matching is a well-established concept in the functional programming community. It provides the means for concisely identifying and destructuring values of interest. This enables a clean separation of data structures and respective functionality, as well as dispatching functionality based on more than a single value. Unfortunately, expressive pattern matching facilities are seldomly incorporated in present object-oriented programming languages. We present a seamless integration of pattern matching facilities in an object-oriented and dynamically typed programming language: Newspeak. We describe language extensions to improve the practicability and integrate our additions with the existing programming environment for Newspeak. This report is based on the first author’s master’s thesis.