0
Your cart

Your cart is empty

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

Showing 1 - 19 of 19 matches in All Departments

The Enigma of the Crookes Radiometer (Paperback): J. Richard Hollos, Stefan Hollos The Enigma of the Crookes Radiometer (Paperback)
J. Richard Hollos, Stefan Hollos
R485 Discovery Miles 4 850 Ships in 10 - 17 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
R530 Discovery Miles 5 300 Ships in 10 - 17 working days
Passive Butterworth Filter Cookbook (Paperback): J. Richard Hollos, Stefan Hollos Passive Butterworth Filter Cookbook (Paperback)
J. Richard Hollos, Stefan Hollos
R597 Discovery Miles 5 970 Ships in 10 - 17 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
R558 Discovery Miles 5 580 Ships in 10 - 17 working days
Nell - An SVG Drawing Language (Paperback): J. Richard Hollos, Stefan Hollos Nell - An SVG Drawing Language (Paperback)
J. Richard Hollos, Stefan Hollos
R500 Discovery Miles 5 000 Ships in 10 - 17 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
R594 Discovery Miles 5 940 Ships in 10 - 17 working days
Art of Pi (Paperback): J. Richard Hollos, Stefan Hollos Art of Pi (Paperback)
J. Richard Hollos, Stefan Hollos
R539 Discovery Miles 5 390 Ships in 10 - 17 working days
Creating Melodies (Paperback): Stefan Hollos, J. Richard Hollos Creating Melodies (Paperback)
Stefan Hollos, J. Richard Hollos
R534 R488 Discovery Miles 4 880 Save R46 (9%) Ships in 10 - 17 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
R442 Discovery Miles 4 420 Ships in 10 - 17 working days
Christoffel Pattern Coloring Book (Paperback): J. Richard Hollos, Stefan Hollos Christoffel Pattern Coloring Book (Paperback)
J. Richard Hollos, Stefan Hollos
R182 Discovery Miles 1 820 Ships in 10 - 17 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
R501 Discovery Miles 5 010 Ships in 10 - 17 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
R540 Discovery Miles 5 400 Ships in 10 - 17 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
R379 Discovery Miles 3 790 Ships in 10 - 17 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.

Information Theory - A Concise Introduction (Paperback): J. Richard Hollos, Stefan Hollos Information Theory - A Concise Introduction (Paperback)
J. Richard Hollos, Stefan Hollos
R377 Discovery Miles 3 770 Ships in 10 - 17 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
R376 Discovery Miles 3 760 Ships in 10 - 17 working days
Creating Rhythms (Paperback): Stefan Hollos, J. Richard Hollos Creating Rhythms (Paperback)
Stefan Hollos, J. Richard Hollos
R372 Discovery Miles 3 720 Ships in 10 - 17 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.

Pairs Trading - A Bayesian Example (Paperback): J. Richard Hollos, Stefan Hollos Pairs Trading - A Bayesian Example (Paperback)
J. Richard Hollos, Stefan Hollos
R1,043 Discovery Miles 10 430 Ships in 10 - 17 working days
Probability Problems and Solutions (Paperback): J. Richard Hollos, Stefan Hollos Probability Problems and Solutions (Paperback)
J. Richard Hollos, Stefan Hollos
R387 Discovery Miles 3 870 Ships in 10 - 17 working days
Combinatorics Problems and Solutions (Paperback): J. Richard Hollos, Stefan Hollos Combinatorics Problems and Solutions (Paperback)
J. Richard Hollos, Stefan Hollos
R375 Discovery Miles 3 750 Ships in 10 - 17 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Felina Kat, Geheime Agent
Louise Smit Paperback R180 R161 Discovery Miles 1 610
Becoming A Doctor - Learnings And…
Hloni Bookholane Paperback  (1)
R350 R312 Discovery Miles 3 120
The House That Jack Built - Illustrated…
Randolph Caldecott Hardcover R682 Discovery Miles 6 820
Into A Raging Sea - Great South African…
Tony Weaver, Andrew Ingram Paperback  (2)
R330 Discovery Miles 3 300
Dances of Spain I - South, Central, and…
Lucile Armstrong Hardcover R355 Discovery Miles 3 550
Project Hail Mary - A Novel
Andy Weir Paperback R508 R445 Discovery Miles 4 450
A Discovery Of Witches - Season 3 - The…
Matthew Goode, Teresa Palmer DVD R635 R314 Discovery Miles 3 140
Claessens 706 Fine Linen Canvas - Oil…
R3,406 R2,676 Discovery Miles 26 760
Dare to Be More - The Witness of Blessed…
Colleen Swaim, Matt Swaim Paperback R177 R164 Discovery Miles 1 640
Studio Essentials Chinese Painting Mixed…
R1,233 R1,098 Discovery Miles 10 980

 

Partners