THE MAPLE LEAF FRACTAL Christina VoEPS 109 Fall 2013.

Slides:



Advertisements
Similar presentations
Chaos Game Exploration of Triple Vertex Polygons John Paul, Thomas, Bjorn GUTS/Challenge STI 2009.
Advertisements

BAI CM20144 Applications I: Mathematics for Applications Mark Wood
Chapter 2 Multivariate Distributions Math 6203 Fall 2009 Instructor: Ayona Chatterjee.
Bernstein’s Conditions. Techniques to Exploit Parallelism in Sequential Programming Hierarchy of levels of parallelism: Procedure or Methods Statements.
Uncertainty in fall time surrogate Prediction variance vs. data sensitivity – Non-uniform noise – Example Uncertainty in fall time data Bootstrapping.
1 Standards and Calibration Laboratory, SCL Evaluation of Measurement Uncertainties Using the Monte Carlo Method Speaker: Chung Yin, Poon Standards and.
Chapter 9: Recursive Methods and Fractals E. Angel and D. Shreiner: Interactive Computer Graphics 6E © Addison-Wesley Mohan Sridharan Based on Slides.
FFT1 The Fast Fourier Transform. FFT2 Outline and Reading Polynomial Multiplication Problem Primitive Roots of Unity (§10.4.1) The Discrete Fourier Transform.
Fractals Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts Director, Arts Technology Center University of New.
Fractal Image Compression
Statistics Lecture 9. Last day/Today: Discrete probability distributions Assignment 3: Chapter 2: 44, 50, 60, 68, 74, 86, 110.
Simulating Trees with Fractals and L-Systems Eric M. Upchurch CS 579.
Linear Fractal Mountains 2 step recursive process: –Subdivide chain by creating edge midpoints –Randomly perturb midpoint positions Gen 0: Gen 1: Gen 2:
Module C9 Simulation Concepts. NEED FOR SIMULATION Mathematical models we have studied thus far have “closed form” solutions –Obtained from formulas --
Chapter 5. Operations on Multiple R. V.'s 1 Chapter 5. Operations on Multiple Random Variables 0. Introduction 1. Expected Value of a Function of Random.
Holt Geometry 12-Ext Using Patterns to Generate Fractals 12-Ext Using Patterns to Generate Fractals Holt Geometry Lesson Presentation Lesson Presentation.
CS4395: Computer Graphics 1 Fractals Mohan Sridharan Based on slides created by Edward Angel.
Fractals Joceline Lega Department of Mathematics University of Arizona.
Lecture 10: Robust fitting CS4670: Computer Vision Noah Snavely.
Iterated Function Systems (IFS) and Fractals Math 204 Linear Algebra November 16, 2007.
Fractals A New Discovery. Begin your journey... You have entered a world of strange shapes: Fractals. What is a fractal? Is it more than an interesting.
Fractal Image Compression By Cabel Sholdt and Paul Zeman.
Fun with Fractals The Mandelbrot Set J Sweeney What is a fractal? Fractals are mathematical structures defined by three properties –Iterative –Self-similar.
Structured Chaos: Using Mata and Stata to Draw Fractals
Associative Pattern Memory (APM) Larry Werth July 14, 2007
FFT1 The Fast Fourier Transform. FFT2 Outline and Reading Polynomial Multiplication Problem Primitive Roots of Unity (§10.4.1) The Discrete Fourier Transform.
computer
Zorica Stanimirović Faculty of Mathematics, University of Belgrade
Yaomin Jin Design of Experiments Morris Method.
Monte Carlo for PDEs Fall Review Last Class – Monte Carlo Linear Solver von Neumann and Ulam method Randomize Stationary iterative methods Variations.
Centre for Advanced Spatial Analysis (CASA), UCL, 1-19 Torrington Place, London WC1E 6BT, UK web Talk.
Formula? Unit?.  Formula ?  Unit?  Formula?  Unit?
Applying Genetic Algorithm to the Knapsack Problem Qi Su ECE 539 Spring 2001 Course Project.
4.3 Binomial Distributions. Red Tiles and Green Tiles in a Row You have 4 red tiles and 3 green tiles. You need to select 4 tiles. Repeated use of a tiles.
1 Dr. Scott Schaefer Fractals and Iterated Affine Transformations.
Quasi-Random Number Sequences from a Long Period TLP Generator with Remarks on Application to Cryptography By Herbert S. Bright and Richard L. Enison Presented.
Session 13: Correlation (Zar, Chapter 19). (1)Regression vs. correlation Regression: R 2 is the proportion that the model explains of the variability.
The Binomial Distribution
Computer Security coursework 3 (part 1) Dr Alexei Vernitski.
Error control coding – binary linear codes Background material for linear error control codes.
Fitting image transformations Prof. Noah Snavely CS1114
Teacher's Notes Topic: Probability L7 Coins A teacher has some coins in his pocket. He is going to take one of the coins at random. He says: List all the.
Fractals Ed Angel Professor Emeritus of Computer Science
-BY DARSHAN ALAGUD UNDER GUIDANCE OF K.R.RAO. FALL 09, ELECTRICAL ENGINEERING DEPARTMENT, UNIVERSITY OF TEXAS AT ARLINGTON A Study on Fractal Image Compression.
PreCalculus Section 1.6 Solve quadratic equations by: a. Factoring b. Completing the square c. Quadratic formula d. Programmed calculator Any equation.
Project 1 : Phase 1 22C:021 CS II Data Structures.
Fractals Cassi Blum.
Go Back > Question 1 Describe this transformation. A reflection in the line y = x. ? Object Image.
Development of a Fractal Dimension Calculator Kelly Ran.
COS 429 PS3: Stitching a Panorama Due November 10 th.
Creating a Hat Curve Fractal Objectives: 1.To create a Hat Curve fractal on Geometer’s Sketchpad using iteration. 2.To find the length of the Hat Curve.
A Primer on Chaos and Fractals Bruce Kessler Western Kentucky University as a prelude to Arcadia at Lipscomb University.
Environmental Data Analysis with MatLab 2 nd Edition Lecture 22: Linear Approximations and Non Linear Least Squares.
Lesson 6-4 Point-Slope Form of Linear Equations. Review So Far We have worked with 2 forms of linear equations Slope Intercept form Standard Form.
PreCalculus Section 1. 6 Solve quadratic equations by: a. Factoring b
10.1A Isometries Name four transformations? What is an isometry?
ASSIGNMENT NO.-2.
Graphing Linear Equations in Slope-Intercept Form
Graphing Linear Equations
Viewing and Perspective Transformations
Learning to Classify Documents Edwin Zhang Computer Systems Lab
Building Fractal Landscapes
مديريت موثر جلسات Running a Meeting that Works
Lines and Planes Ch13.5.
When you hear the word “slope” what comes to mind?
-.&- ·Af& Q 0 "i'/
Modeling the Ikeda Map By: Jonathan Eads
MAT 3238 Vector Calculus 15.4 Tangent Planes.
Introduction to High Performance Computing Lecture 8
Presentation transcript:

THE MAPLE LEAF FRACTAL Christina VoEPS 109 Fall 2013

Background & Methods  Example of a iterated function system (IFS), a method developed by Michael Barnsley  Self-similar  Generated with repeated linear transformations of a point on a plane called affine transformations using the formula where a-f are “IFS code” coefficients with an assigned probability factor p  Starts with initial point (x 1 = 0, y 1 = 0) written as a vector and then new points are iteratively computed by randomly applying one of the following four affine transformations abcdefp

Run my code with: maple_leaf.m