Zac Hall Dr. Bryan Shader Partially supported by Wyoming EPSCoR

Slides:



Advertisements
Similar presentations
Spreadsheet Vocabulary
Advertisements

PAPER BY : CHRISTOPHER R’E NILESH DALVI DAN SUCIU International Conference on Data Engineering (ICDE), 2007 PRESENTED BY : JITENDRA GUPTA.
Lab Assignment 1 COP 4600: Operating Systems Principles Dr. Sumi Helal Professor Computer & Information Science & Engineering Department University of.
Chapter 18 Sampling Distribution Models
On Systems with Limited Communication PhD Thesis Defense Jian Zou May 6, 2004.
Chapter 7: Statistical Applications in Traffic Engineering
1. Introduction Consistency of learning processes To explain when a learning machine that minimizes empirical risk can achieve a small value of actual.
Chapter 7(7b): Statistical Applications in Traffic Engineering Chapter objectives: By the end of these chapters the student will be able to (We spend 3.
Chapter 14 Simulation. Monte Carlo Process Statistical Analysis of Simulation Results Verification of the Simulation Model Computer Simulation with Excel.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec )
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec )
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Slide 5- 1.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete time Markov chains (Sec. 7.1)
Finding Distance by using the Pythagorean Theorem
Review of Probability and Binomial Distributions
CS Reinforcement Learning1 Reinforcement Learning Variation on Supervised Learning Exact target outputs are not given Some variation of reward is.
SUDOKU Via Relaxation Labeling
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 5.4 Fundamental Theorem of Calculus.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Slide 5- 1.
Final Exam Review II Chapters 5-7, 9 Objectives and Examples.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 7 Sampling Distributions.
5-1 Business Statistics: A Decision-Making Approach 8 th Edition Chapter 5 Discrete Probability Distributions.
1 Physical Fluctuomatics 5th and 6th Probabilistic information processing by Gaussian graphical model Kazuyuki Tanaka Graduate School of Information Sciences,
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Copyright © 2011 Pearson Education, Inc. Slide
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Fundamental Theorem of Calculus Section 5.4.
A Power Grid Analysis and Verification Tool Based on a Statistical Prediction Engine M.K. Tsiampas, D. Bountas, P. Merakos, N.E. Evmorfopoulos, S. Bantas.
4.4 The Fundamental Theorem of Calculus
STA347 - week 91 Random Vectors and Matrices A random vector is a vector whose elements are random variables. The collective behavior of a p x 1 random.
The Discrete Uniform Distribution © Christine Crisp “Teach A Level Maths” Statistics 1.
Chebyshev’s Inequality Markov’s Inequality Proposition 2.1.
Computational Physics (Lecture 10) PHY4370. Simulation Details To simulate Ising models First step is to choose a lattice. For example, we can us SC,
Nash Equilibria Mappings Arthur Terlep, Supervisor Dr. Peter Polyakov University of Wyoming Mathematics Dept. Wyoming NSF EPSCoR Funded Research University.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
Markov Chain Monte Carlo in R
EXAMPLE FORMULA DEFINITION 1.
Relaxation Methods in the Solution of Partial Differential Equations
Sampling Distribution of the Sample Mean
Peter Vovsha, Robert Donnelly, Surabhi Gupta pb
School of Mathematical Science and Computing Technology in CSU
Core Math Tools (CMT) Kyle Linford.
MCMC Output & Metropolis-Hastings Algorithm Part I
Computational Physics (Lecture 10)
GEOGG121: Methods Monte Carlo methods, revision
3. The X and Y samples are independent of one another.
4. Numerical Integration
Markov Chains Mixing Times Lecture 5
ICS 280 Learning in Graphical Models
Heuristic Functions.
A Variation of the Buffon’s Needle and Coin Problems
9 The Mathematics of Spiral Growth
8th Grade Mathematics Curriculum
Cryptography Lecture 19.
Statistics 1: Elementary Statistics
Integrations and Its Applications
The Implicit Function Theorem---Part 1
KMeans Clustering on Hadoop Fall 2013 Elke A. Rundensteiner
Instructors: Fei Fang (This Lecture) and Dave Touretzky
Probabilistic Convergence and Bounds
Fast Refrigerant Property Calculations
Zac Hall Dr. Bryan Shader
Integrations and Its Applications
MA/CSSE 474 More Math Review Theory of Computation
Midterm Scores > stem(scores) The decimal point is at the | 10 | 38
Radial Arrangement of Chromosome Territories in Human Cell Nuclei: A Computer Model Approach Based on Gene Density Indicates a Probabilistic Global Positioning.
Slope  4 Ways: Graph Formula Ordered Pairs Table.
Radial Arrangement of Chromosome Territories in Human Cell Nuclei: A Computer Model Approach Based on Gene Density Indicates a Probabilistic Global Positioning.
Simulation allows us to perform “experiments” without actually having to do the experiments in real life...this is done through the use of random numbers.
Iterative Optimization of Registration and Paging Policies
Fundamental Theorem of Calculus
Presentation transcript:

Zac Hall Dr. Bryan Shader Partially supported by Wyoming EPSCoR DIMER MONOMER Zac Hall Dr. Bryan Shader Partially supported by Wyoming EPSCoR Make sure to thank Wyoming EPSCoR

Monomer-Dimer Tilings Planar monomer-dimer tilings Monomer – 1 by 1 tile Dimer – 2 by 1 tile or 1 by 2 Perhaps do Slide a) Monomer, dimer definition b) Blown up picture of one monomer-dimer tiling of a 6 by 6 grid c) Fundamental question: What properties does a “random” monomer-dimer tiling of a region have? E.g Expected number of dimers? Is a given cell more likely to be in a dimer or not? d) Methods used Monomer-Dimer Tilings

Monomer-Dimer Tilings

Fundamental Questions: What properties does a “random” monomer-dimer tiling of a region have? Expected number of Dimers? Is a given cell more likely to be a monomer? How can we generate a uniform, random monomer-dimer tiling of a region? Fundamental Questions:

Monomer-Dimer Tilings Methods Computer-based simulations Kastelyn’s Theorem Probabilistic Models (matrices) Analytical Models Sage Math (Python) was used throughout the year to aid us Monomer-Dimer Tilings

Beginning Work N by N grids w/ 2 monomers, rest dimers 4 by 4 6 by 6 552 possible tilings Monomer’s probable locations: corners, sides, center 6 by 6 363,536 possible tilings Probable Locations: 8 by 8 1,760,337,760 tilings 1 6 2 5 4 3 So make it clear that to do statistics on the N by N grids for N small can’t be done by brute force. Beginning Work

Generating tilings Explored various regions: N by N, 2 by N, 1 by N Began as all monomers, “paired” to become dimers. Pair until “frozen” Generating tilings

Simulations Computer simulations Thousands of Iterations 4 by 4, 6 by 6, 8 by 8: Average # of Steps: ≈ 3.5, 4.3, 4.8, respectively SD(# of Steps): 0.85, regardless of N Average # of Dimers/Area: ≈ 0.4578 Simulations

Using Probabilities Use theory of Markov chains and one-step probabilities 2 by 3 Expected # of dimers= 371/130 ≈ 2.853846 Expected # of steps = 2.39230760230769 1 by N

1 by N : Mathematical Discoveries Recursive Formulas: FN = 1 + EN + FN-3 + (F0 + EN-2) + (Fk + EN-k-2) EN = (FN-k-2 + Ek) + (F0 + EN-2) EN = E(Dimers) E20000 /20000 = 0.43344653343386 Bounded … Must Converge 1 by N : Mathematical Discoveries

Table of Values N EN FN EN /N 1 0.000000000000000000 1.000000000000000000 0.00000000000000000000 2 2.000000000000000000 0.50000000000000000000 3 0.33333333333333300000 4 1.750000000000000000 2.718750000000000000 0.43750000000000000000 5 3.000000000000000000 0.40000000000000000000 6 2.531250000000000000 3.500976562500000000 0.42187500000000000000 7 2.921875000000000000 3.908935546875000000 0.41741071428571400000 8 3.372070312500000000 4.350563049316400000 0.42150878906250000000 9 3.800048828125000000 4.781750679016110000 0.42222764756944400000 10 4.235084533691400000 5.215733960270880000 0.42350845336914100000 11 4.668152809143060000 5.649077356792980000 0.42437752810391500000 12 5.101685479283330000 6.082547590580360000 0.42514045660694400000 13 5.535122551955280000 6.515996303797010000 0.42577865784271400000 14 5.968576318562550000 6.949448180993270000 0.42632687989732500000 15 6.402027546804900000 7.382899662521050000 0.42680183645366000000 16 6.835479100543120000 7.816351186864410000 0.42721744378394500000 17 7.268930618098660000 8.249802707266080000 0.42758415400580300000 9999 0.43344154517468000000 10999 0.43344245212263000000 15000 0.43344487101332800000 20000 0.43344653343386000000 Table of Values

Future Potential Research Still hoping to find a uniform way to generate a random tiling Finding a closed formula for E(dimers) What is 0.0433447? Applications in diatomic nuclear bonding and ice-formations Future Potential Research