0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R100 - R250 (1)
  • R250 - R500 (10)
  • R500 - R1,000 (9)
  • R1,000 - R2,500 (1)
  • -
Status
Brand

Showing 1 - 21 of 21 matches in All Departments

Passive Butterworth Filter Cookbook (Paperback): J. Richard Hollos, Stefan Hollos Passive Butterworth Filter Cookbook (Paperback)
J. Richard Hollos, Stefan Hollos
R641 Discovery Miles 6 410 Ships in 10 - 15 working days
Nell - An SVG Drawing Language (Paperback): J. Richard Hollos, Stefan Hollos Nell - An SVG Drawing Language (Paperback)
J. Richard Hollos, Stefan Hollos
R536 Discovery Miles 5 360 Ships in 10 - 15 working days
The Enigma of the Crookes Radiometer (Paperback): J. Richard Hollos, Stefan Hollos The Enigma of the Crookes Radiometer (Paperback)
J. Richard Hollos, Stefan Hollos
R519 Discovery Miles 5 190 Ships in 10 - 15 working days
Struwwelpeter - Dual Language German-English Children's Stories (Paperback): Stefan Hollos, J. Richard Hollos Struwwelpeter - Dual Language German-English Children's Stories (Paperback)
Stefan Hollos, J. Richard Hollos; Heinrich Hoffmann
R568 Discovery Miles 5 680 Ships in 10 - 15 working days
Max and Moritz - a Dual Language German-English Children's Story (Paperback): Stefan Hollos, J. Richard Hollos Max and Moritz - a Dual Language German-English Children's Story (Paperback)
Stefan Hollos, J. Richard Hollos; Wilhelm Busch
R599 Discovery Miles 5 990 Ships in 10 - 15 working days
Coin Tossing - The Hydrogen Atom of Probability (Paperback): J. Richard Hollos, Stefan Hollos Coin Tossing - The Hydrogen Atom of Probability (Paperback)
J. Richard Hollos, Stefan Hollos
R638 Discovery Miles 6 380 Ships in 10 - 15 working days
Creating Melodies (Paperback): Stefan Hollos, J. Richard Hollos Creating Melodies (Paperback)
Stefan Hollos, J. Richard Hollos
R579 R523 Discovery Miles 5 230 Save R56 (10%) Ships in 10 - 15 working days
Art of Pi (Paperback): J. Richard Hollos, Stefan Hollos Art of Pi (Paperback)
J. Richard Hollos, Stefan Hollos
R578 Discovery Miles 5 780 Ships in 10 - 15 working days
Combinatorics II Problems and Solutions - Counting Patterns (Paperback): J. Richard Hollos, Stefan Hollos Combinatorics II Problems and Solutions - Counting Patterns (Paperback)
J. Richard Hollos, Stefan Hollos
R480 Discovery Miles 4 800 Ships in 10 - 15 working days
Christoffel Pattern Coloring Book (Paperback): J. Richard Hollos, Stefan Hollos Christoffel Pattern Coloring Book (Paperback)
J. Richard Hollos, Stefan Hollos
R198 Discovery Miles 1 980 Ships in 10 - 15 working days

There are 50 unique patterns in this book, each on its own physical page. Most of the patterns are based on Christoffel words, named after Elwin Bruno Christoffel (1829-1900), a German mathematician and physicist. Details on pattern generation with Christoffel words can be found in the book "Pattern Generation for Computational Art."

Pattern Generation for Computational Art (Paperback): J. Richard Hollos, Stefan Hollos Pattern Generation for Computational Art (Paperback)
J. Richard Hollos, Stefan Hollos
R537 Discovery Miles 5 370 Ships in 10 - 15 working days

This book shows how to turn computer generated number sequences into intricate visual patterns. The sequences are strings of the binary numbers 0 and 1 which are translated into drawing instructions to produce beautiful patterns. These patterns provide a glimpse of the hidden platonic world of mathematics.

The book starts with Christoffel words and Sturmian sequences which are derived from the continued fraction expansion of rational and irrational numbers. How this is done is explained very clearly in the book and very little mathematical background is required from the reader.

The book moves on to Automatic sequences such as the Thue-Morse and Rudin-Shapiro sequences which are various ways of calculating digital roots of the integers. The first part of the book ends with sequences generated by folding paper.

Translating a sequence into drawing instructions is done using a finite automaton. This is a very general method for translating sequences that allows the same sequence to produce many different patterns. No prior experience with finite automata is necessary. All the background needed is explained in the book.

The second part of the book is devoted to L-systems which is another way of producing a string of drawing instructions. Here the strings are produced by an iterative symbol substitution process. The images produced often have a self similar fractal structure. It is possible to create many images that resemble plants. The book shows how to use an automaton and context free grammars to systematically look at all L-systems of a particular type.

All software used to create the sequences and images in the book are free for readers to download from the book's website at: http: //www.abrazol.com/books/patterngen/

The software consists of small programs written in the C programming language that can be run on all major operating systems. Inside the book are 327 images serving as inspiration for the kinds of images you can create. There are an infinite variety of images you can generate using the software that comes with this book, providing a computational image generation lab.

Art of the Golden Ratio (Paperback): J. Richard Hollos, Stefan Hollos Art of the Golden Ratio (Paperback)
J. Richard Hollos, Stefan Hollos
R579 Discovery Miles 5 790 Ships in 10 - 15 working days
Recursive Digital Filters - A Concise Guide (Paperback): Stefan Hollos, J. Richard Hollos Recursive Digital Filters - A Concise Guide (Paperback)
Stefan Hollos, J. Richard Hollos
R408 Discovery Miles 4 080 Ships in 10 - 15 working days
Information Theory - A Concise Introduction (Paperback): J. Richard Hollos, Stefan Hollos Information Theory - A Concise Introduction (Paperback)
J. Richard Hollos, Stefan Hollos
R410 Discovery Miles 4 100 Ships in 10 - 15 working days
Finite Automata and Regular Expressions - Problems and Solutions (Paperback): Stefan Hollos, J. Richard Hollos Finite Automata and Regular Expressions - Problems and Solutions (Paperback)
Stefan Hollos, J. Richard Hollos
R412 Discovery Miles 4 120 Ships in 10 - 15 working days

This is a book about solving problems related to automata and regular expressions. It helps you learn the subject in the most effective way possible, through problem solving. There are 84 problems with solutions. The introduction provides some background information on automata, regular expressions, and generating functions. The inclusion of generating functions is one of the unique features of this book. Few computer science books cover the topic of generating functions for automata and there are only a handful of combinatorics books that mention it. This is unfortunate since we believe the connection between computer science and combinatorics, that is opened up by these generating functions, can enrich both subjects and lead to new methods and applications. We cover a few interesting classes of problems for finite state automata and then show some examples of infinite state automata and recursive regular expressions. The final problem in the book involves constructing a recursive regular expression for matching regular expressions. This book explains: * Why automata are important. * The relationship of automata to regular expressions. * The difference between deterministic and nondeterministic automata. * How to get the regular expression from an automaton. * Why two seemingly different regular expressions can belong to the same automaton. * How the regular expression for an infinite automaton is different than one for a finite one. * The relationship of a regular expression to a regular language. * What a generating function for a language tells you about the language. * How to get a generating function from a regular expression. * How the generating function of a recursive regular expression is different from that of an ordinary regular expression. * How to test divisibility properties of integers (binary and decimal based) using automata. * How to construct an automaton to search for a given pattern, or for a given pattern not occurring. * How to construct an automaton for arbitrary patterns and alphabets. * How the recursive regular expression for nested parentheses leads to the Catalan numbers. Included in this book: * Divisibility problems in binary and decimal. * Pattern search problems in binary, ternary, and quaternary alphabets. * Pattern search problems for circular strings that contain or do not contain a given pattern. * Automata, regular expressions, and generating functions for gambling games. * Automata and generating functions for finite and infinite correctly nested parentheses. * The recursive regular expression for matching regular expressions over a binary alphabet. * A further reading list.

Probability Problems and Solutions (Paperback): J. Richard Hollos, Stefan Hollos Probability Problems and Solutions (Paperback)
J. Richard Hollos, Stefan Hollos
R420 Discovery Miles 4 200 Ships in 10 - 15 working days
Creating Rhythms (Paperback): Stefan Hollos, J. Richard Hollos Creating Rhythms (Paperback)
Stefan Hollos, J. Richard Hollos
R404 Discovery Miles 4 040 Ships in 10 - 15 working days

This book is the result of a lifelong love of music and an obsession with patterns. The authors have for many years been exploring methods to find, create, describe and analyze patterns. They wrote this book to show how some of these methods can be used to generate rhythms. The methods can produce an almost endless variety of new rhythms along with popular traditional ones. For a lover of music what could be more wonderful than that?

The study of patterns at anything beyond a superficial level does require some mathematics. Fortunately the mathematics can be kept at a very elementary level. Anyone comfortable with a little algebra should have no trouble understanding and using these rhythm generation methods. Only the last chapter on stochastic rhythms requires a bit more than elementary mathematics. Any reader who faints at the sight of an equation should probably not buy the book.

The book has many example rhythms for which there are MIDI files that you can listen to on the book's website: abrazol.com/books/rhythm1/. There you can also find free software for generating rhythms, doing calculations, and creating MIDI files.

Combinatorics Problems and Solutions (Paperback): J. Richard Hollos, Stefan Hollos Combinatorics Problems and Solutions (Paperback)
J. Richard Hollos, Stefan Hollos
R408 Discovery Miles 4 080 Ships in 10 - 15 working days
Pairs Trading - A Bayesian Example (Paperback): J. Richard Hollos, Stefan Hollos Pairs Trading - A Bayesian Example (Paperback)
J. Richard Hollos, Stefan Hollos
R1,126 Discovery Miles 11 260 Ships in 10 - 15 working days
Bet Smart - The Kelly System for Gambling and Investing (Paperback): Stefan Hollos, Richard Hollos Bet Smart - The Kelly System for Gambling and Investing (Paperback)
Stefan Hollos, Richard Hollos
R670 R591 Discovery Miles 5 910 Save R79 (12%) Ships in 10 - 15 working days

In 1956, a physicist named John Kelly working at Bell Labs published a paper titled "A New Interpretation of Information Rate." In the paper he draws an analogy between the outcomes of a gambling game and the transmission of symbols over a communications channel. For a positive expectation game, Kelly showed that a betting system based on a fixed fraction of the bankroll can make the bankroll grow at an exponential rate in the long run. The exponential growth rate in this case is directly analogous to the rate of information transmission through a communications channel. This book examines the Kelly system in detail. Applications of the Kelly system in both gambling and investing are considered. Python code for calculating the Kelly fractions for both a single stock investment and an investment in two stocks simultaneously is included. Included is an introductory review chapter on the probability theory needed to analyze gambling systems in general.There is also a chapter on some of the more commonly used gambling systems such as the Martingale system. This book will be useful for anyone interested in a good mathematical introduction to gambling systems in general, and the Kelly system in particular.

Signals from the Subatomic World - How to Build a Proton Precession Magnetometer (Paperback): Stefan Hollos, Richard Hollos Signals from the Subatomic World - How to Build a Proton Precession Magnetometer (Paperback)
Stefan Hollos, Richard Hollos
R591 R534 Discovery Miles 5 340 Save R57 (10%) Ships in 10 - 15 working days

The discovery of nuclear magnetic resonance earned Felix Bloch and Ed Purcell the 1952 Nobel Prize in Physics. What their discovery took advantage of, is that protons are the world's smallest magnets. These tiny magnets can also be used to make a magnetometer, of the type described in this book. This book describes how to build a proton precession magnetometer, suitable for measurements of the Earth's magnetic field. This method of measuring magnetic fields offers the theoretically highest possible precision, limited only by the known value of the gyromagnetic ratio of the proton. Uses of the magnetometer include: making precise measurements of the Earth's magnetic field, calibrating low field magnetometers, teaching modern signal processing techniques, demonstrating nuclear magnetism and NMR to students, and measuring nuclear magnetic relaxation in liquids. The Earth's field proton precession magnetometer, called the Magnum, described in this book, was formerly a commercial product, developed and sold by Exstrom Laboratories LLC. It was designed by Stefan Hollos and Richard Hollos.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Visions of the End Times - Revelations…
Laura Duhan Kaplan, Anne-Marie Ellithorpe, … Hardcover R1,071 Discovery Miles 10 710
The End of the World Club
J&p Voelkel, Pamela Jm Voelkel, … Hardcover R644 Discovery Miles 6 440
Remains, Historical & Literary…
Chetham Society Paperback R527 Discovery Miles 5 270
Magical Kitchen - The Unofficial Harry…
K T Crownhill Hardcover R801 Discovery Miles 8 010
Laat die Potte Prut
Piet Marais, Frik Oosthuizen Paperback R370 R347 Discovery Miles 3 470
The Ultimate Air Fryer Dessert Cooking…
Ellie Sloan Hardcover R871 R749 Discovery Miles 7 490
The Legend Of Zola Mahobe - And The…
Don Lepati, Nikolaos Kirkinis Paperback  (1)
R380 R356 Discovery Miles 3 560
Plant-Based Breakfast on a Budget…
Carl Brady Hardcover R849 R733 Discovery Miles 7 330
Karoo Food
Gordon Wright Paperback R300 R208 Discovery Miles 2 080
Aircraft Design Projects - For…
Lloyd R. Jenkinson, Jim Marchman Paperback R1,553 Discovery Miles 15 530

 

Partners