0
Your cart

Your cart is empty

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

Showing 1 - 19 of 19 matches in All Departments

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
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
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.

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
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
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
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
African Artificial Intelligence…
Mark Nasila Paperback R350 R312 Discovery Miles 3 120
Dynamic Web Application Development…
David Parsons, Simon Stobart Paperback R1,341 R1,245 Discovery Miles 12 450
Natural Language Processing - Emerging…
Massimo Esposito, Giovanni Luca Masala, … Hardcover R2,799 R2,373 Discovery Miles 23 730
Computer-Graphic Facial Reconstruction
John G. Clement, Murray K. Marks Hardcover R2,470 Discovery Miles 24 700
Machine Learning - The Ultimate…
Mark Reed Hardcover R607 R551 Discovery Miles 5 510
Discovering Computers 2018 - Digital…
Misty Vermaat, Steven Freund, … Paperback R1,355 R1,259 Discovery Miles 12 590
Physics of Impurities in Quantum Gases
Simeon Mistakidis, Artem Volosniev Hardcover R1,857 R1,593 Discovery Miles 15 930
The Future of Information Architecture
Peter Baofu Paperback R1,555 Discovery Miles 15 550
Python for Data Analysis - Learn the…
Robert Campbell Hardcover R823 R717 Discovery Miles 7 170
A Dynamic Framework for Subdivision…
Chhandomay Mandal Hardcover R2,254 Discovery Miles 22 540

 

Partners