Green’s Function Monte Carlo Fall 2013

Slides:



Advertisements
Similar presentations
Chapter 8 Elliptic Equation.
Advertisements

Geometric (Classical) MultiGrid. Hierarchy of graphs Apply grids in all scales: 2x2, 4x4, …, n 1/2 xn 1/2 Coarsening Interpolate and relax Solve the large.
1cs542g-term Notes  No extra class tomorrow.
Advanced Computer Graphics (Spring 2005) COMS 4162, Lectures 18, 19: Monte Carlo Integration Ravi Ramamoorthi Acknowledgements.
Boundary Element Method (BEM) Zoran Ilievski Wednesday 28 th June, 2006 HG 6.96 (TU/e)
FEM In Brief David Garmire, Course: EE693I UH Dept. of Electrical Engineering 4/20/2008.
Monte Carlo Methods in Partial Differential Equations.
3.7 Absolute Value Equations and Inequalities I can solve equations and inequalities involving absolute value.
Random Number Generation Fall 2013
Analysis of Monte Carlo Integration Fall 2012 By Yaohang Li, Ph.D.
Simulation of Random Walk How do we investigate this numerically? Choose the step length to be a=1 Use a computer to generate random numbers r i uniformly.
Monte Carlo Methods: Basics
Short Resume of Statistical Terms Fall 2013 By Yaohang Li, Ph.D.
General Principle of Monte Carlo Fall 2013 By Yaohang Li, Ph.D.
Solving Systems of Equations by Graphing  What is a System of Equations?  Solving Linear Systems – The Graphing Method  Consistent Systems – one point.
Finite Element Method.
Class 5: Question 1 Which of the following systems of equations can be represented by the graph below?
1/21/2015PHY 712 Spring Lecture 31 PHY 712 Electrodynamics 9-9:50 AM MWF Olin 103 Plan for Lecture 3: Reading: Chapter 1 in JDJ 1.Review of electrostatics.
Monte Carlo for PDEs Fall Review Last Class – Monte Carlo Linear Solver von Neumann and Ulam method Randomize Stationary iterative methods Variations.
Mixture Models, Monte Carlo, Bayesian Updating and Dynamic Models Mike West Computing Science and Statistics, Vol. 24, pp , 1993.
, Patrik Huber.  One of our goals: Evaluation of the posterior p(Z|X)  Exact inference  In practice: often infeasible to evaluate the posterior.
Quasi-Monte Carlo Methods Fall 2012 By Yaohang Li, Ph.D.
Monté Carlo Simulation  Understand the concept of Monté Carlo Simulation  Learn how to use Monté Carlo Simulation to make good decisions  Learn how.
Inverse Functions Given 2 functions, f(x) & g(x), if f(g(x))=x AND g(f(x))=x, then f(x) & g(x) are inverses of each other. Symbols: f -1(x) means “f.
Time-dependent Schrodinger Equation Numerical solution of the time-independent equation is straightforward constant energy solutions do not require us.
1 EEE 431 Computational Methods in Electrodynamics Lecture 3 By Dr. Rasime Uyguroglu.
Randomness Test Fall 2012 By Yaohang Li, Ph.D.. Review Last Class –Random Number Generation –Uniform Distribution This Class –Test of Randomness –Chi.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Prabhas Chongstitvatana1 Monte Carlo integration It is a numerical probabilistic algorithm ab I/(b-a) f.
Variance Reduction Fall 2012
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
Differential Equations Linear Equations with Variable Coefficients.
Monte Carlo Path Tracing
COMS Network Theory Week 5: October 6, 2010 Dragomir R. Radev Wednesdays, 6:10-8 PM 325 Pupin Terrace Fall 2010.
Exponents – Logarithms xy -31/8 -2¼ ½ xy 1/8-3 ¼-2 ½ The function on the right is the inverse of the function on the left.
Homogeneous Differential Equation
Ch. 12 Partial Differential Equations
EEE 431 Computational Methods in Electrodynamics
Monte Carlo Methods and Grid Computing
Part 8 - Chapter 29.
Boundary Element Method
Sturm-Liouville Theory
Christopher Crawford PHY
Integral Transform Method
10.4 Solving Factored Polynomial Equations
Notes are from D. R. Wilton, Dept. of ECE
High Performance Computing and Monte Carlo Methods
Sampling and Reconstruction of Visual Appearance
CHAPTER 3 NUMERICAL METHODS.
First order non linear pde’s
PHY 711 Classical Mechanics and Mathematical Methods
Advanced Numerical Methods (S. A. Sahu) Code: AMC 51151
Solving Systems of Equations by Graphing
Section Euler’s Method
Vanishing Potential from Two Point Charges
Partial Differential Equations
Chapter 3 Section 6.
Monte Carlo Path Tracing
73 – Differential Equations and Natural Logarithms No Calculator
PHY 712 Electrodynamics 9-9:50 AM MWF Olin 105 Plan for Lecture 3:
Notes are from D. R. Wilton, Dept. of ECE
PHY 711 Classical Mechanics and Mathematical Methods
Numerical Methods on Partial Differential Equation
PHY 712 Electrodynamics 9-9:50 AM MWF Olin 105 Plan for Lecture 3:
3.10 Linear Approximations and Differentials
Lesson 9: Basic Monte Carlo integration
Monte Carlo Integration
Maximum Likelihood Estimation (MLE)
Uncertainty Propagation
Boundary Integral Equations
Presentation transcript:

Green’s Function Monte Carlo Fall 2013 By Yaohang Li, Ph.D.

Review Last Class This Class Next Class Solution of Linear Operator Equations Ulam-von Neumann Algorithm Adjoin Method Fredholm integral equation Dirichlet Problem Eigenvalue Problem This Class PDE Green’s Function Next Class Random Number Generation

Green’s Function (I) Consider a PDE written in a general form L(x)u(x)=f(x) L(x) is a linear differential operator u(x) is unknown f(x) is a known function The solution can be written as u(x)=L-1(x)f(x) L-1L=I

Green’s Function The inverse operator Property of the Green’s Function G(x; x’) is the Green’s Function kernel of the integral two-point function depends on x and x’ Property of the Green’s Function Solution to the PDE

Dirac Delta Function

Green’s Function in Monte Carlo G(x;x’) is a complex expression depending on the number of dimensions in the problem the distance between x and x’ the boundary condition G(x;x’) is interpreted as a probability of “walking” from x’ to x Each walker at x’ takes a step sampled from G(x;x’)

Green’s Function for Laplacian where

Solution to Laplace Equation using Green’s Function Monte Carlo Random Walk on a Mesh G is the Green’s Function The number of times that a walker from the point (x,y) lands at the boundary (xb,yb)

Poisson’s Equation Poisson’s Equation Approximation Random Walk Method u(r)=-4(r) Approximation Random Walk Method n: walkers i: the points visited by the walker The second term is the estimation of the path integral

Summary Green’s Function Laplace’s Equation Poisson’s Equation

What I want you to do? Review Slides Review basic probability/statistics concepts Work on your Assignment 4