24.2 Naive Backtracking

Size: px
Start display at page:

Download "24.2 Naive Backtracking"

Transcription

1 Foundations of Atificial Intelligence Apil 16, Constaint Satisfaction Polems: Backtacking Foundations of Atificial Intelligence 24. Constaint Satisfaction Polems: Backtacking Malte Helmet Univesity of Basel Apil 16, CSP Algoithms 24.2 Naive Backtacking 24.3 Vaiale and Value Odes 24.4 Summay M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 Constaint Satisfaction Polems: Oveview 24. Constaint Satisfaction Polems: Backtacking CSP Algoithms Chapte oveview: constaint satisfaction polems: Intoduction Basic Algoithms 24. Backtacking 25. Ac Consistency 26. Path Consistency Polem Stuctue 24.1 CSP Algoithms M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

2 24. Constaint Satisfaction Polems: Backtacking CSP Algoithms CSP Algoithms In the following chaptes, we conside algoithms fo solving constaint netwoks. asic concepts: seach: check patial assignments systematically acktacking: discad inconsistent patial assignments infeence: deive equivalent, ut tighte constaints to educe the size of the seach space 24.2 Naive Backtacking M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 Naive Backtacking (= Without Infeence) Is This a New Algoithm? function NaiveBacktacking(C, α): V, dom, (R uv ) := C if α is inconsistent with C: if α is a total assignment: etun α select some vaiale v fo which α is not defined fo each d dom(v) in some ode: α := α {v d} α := NaiveBacktacking(C, α ) if α inconsistent: etun α input: constaint netwok C and patial assignment α fo C (fist invocation: empty assignment α = ) esult: solution of C o inconsistent M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 We have aleady seen this algoithm: Backtacking coesponds to depth-fist seach (Chapte 12) with the following state space: states: consistent patial assignments initial state: empty assignment goal states: consistent total assignments actions: assign v,d assigns value d dom(v) to vaiale v action costs: all 0 (all solutions ae of equal quality) tansitions: fo each non-total assignment α, choose vaiale v = select(α) that is unassigned in α assign v,d tansition α α {v d} fo each d dom(v) M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

3 Why Depth-Fist Seach? Naive Backtacking: Example Conside the constaint netwok fo the following gaph coloing polem: Depth-fist seach is paticulaly well-suited fo CSPs: v 1 v 7 path length ounded (y the nume of vaiales) solutions located at the same depth (lowest seach laye) state space is diected tee, initial state is the oot no duplicates (Why?) v 2, g, g,, v 6 g,, y Hence none of the polematic cases fo depth-fist seach occus.,, g v 3, v 5 v 4 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 Naive Backtacking: Example Naive Backtacking: Discussion seach tee fo naive acktacking with fixed vaiale ode v 1, v 7, v 4, v 5, v 6, v 3, v 2 alphaetical ode of the values (without inconsistent nodes; continued at goal nodes) v 1 v 7 v 4 v 5 v 6 g g y g y Naive acktacking often has to exhaustively exploe simila seach paths (i.e., patial assignments that ae identical except fo a few vaiales). Citical vaiales ae not ecognized and hence consideed fo assignment (too) late. Decisions that necessaily lead to constaint violations ae only ecognized when all vaiales involved in the constaint have een assigned. moe intelligence y focusing on citical decisions and y infeence of consequences of pevious decisions v 3 v 2 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

4 24. Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes 24. Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes Naive Backtacking 24.3 Vaiale and Value Odes function NaiveBacktacking(C, α): V, dom, (R uv ) := C if α is inconsistent with C: if α is a total assignment: etun α select some vaiale v fo which α is not defined fo each d dom(v) in some ode: α := α {v d} α := NaiveBacktacking(C, α ) if α inconsistent: etun α M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes Vaiale and Value Odes vaiale odes: Backtacking does not specify in which ode vaiales ae consideed fo assignment. Such odes can stongly influence the seach space size and hence the seach pefomance. example: execises Geman: Vaialenodnung value odes: Backtacking does not specify in which ode the values of the selected vaiale v ae consideed. This is not as impotant ecause it does not matte in sutees without a solution. (Why not?) If thee is a solution in the sutee, then ideally a value that leads to a solution should e chosen. (Why?) Geman: Weteodnung M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes Static vs. Dynamic Odes we distinguish: static odes (fixed pio to seach) dynamic odes (selected vaiale o value ode depends on the seach state) compaison: dynamic odes oviously moe poweful static odes no computational ovehead duing seach The following odeing citeia can e used statically, ut ae moe effective comined with infeence ( late) and used dynamically. M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

5 24. Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes Vaiale Odes 24. Constaint Satisfaction Polems: Backtacking Vaiale and Value Odes Value Odes two common vaiale odeing citeia: minimum emaining values: pefe vaiales that have small domains intuition: few sutees smalle tee exteme case: only one value foced assignment most constaining vaiale: pefe vaiales contained in many nontivial constaints intuition: constaints tested ealy inconsistencies ecognized ealy smalle tee comination: use minimum emaining values citeion, then most constaining vaiale citeion to eak ties Definition (conflict) Let C = V, dom, (R uv ) e a constaint netwok. Fo vaiales v v and values d dom(v), d dom(v ), the assignment v d is in conflict with v d if d, d / R vv. value odeing citeion fo patial assignment α and selected vaiale v: minimum conflicts: pefe values d dom(v) such that v d causes as few conflicts as possile with vaiales that ae unassigned in α M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / Constaint Satisfaction Polems: Backtacking Summay 24. Constaint Satisfaction Polems: Backtacking Summay Summay: Backtacking 24.4 Summay asic seach algoithm fo constaint netwoks: acktacking extends the (initially empty) patial assignment step y step until an inconsistency o a solution is found is a fom of depth-fist seach depth-fist seach paticulaly well-suited ecause state space is diected tee and all solutions at same (known) depth M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21 M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

6 24. Constaint Satisfaction Polems: Backtacking Summay Summay: Vaiale and Value Odes Vaiale odes influence the pefomance of acktacking significantly. goal: citical decisions as ealy as possile Value odes influence the pefomance of acktacking on solvale constaint netwoks significantly. goal: most pomising assignments fist M. Helmet (Univesity of Basel) Foundations of Atificial Intelligence Apil 16, / 21

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Atificial Intellience 24. Constaint Satisfaction Polems: Backtackin Matin Wehle Univesität Basel Apil 15, 2016 Constaint Satisfaction Polems: Oveview Chapte oveview: constaint satisfaction

More information

Constraint Satisfaction Problems

Constraint Satisfaction Problems Constaint Satisfaction Polems Seach and Look-ahead Alet-Ludwigs-Univesität Feiug Stefan Wölfl, Chistian Becke-Asano, and Benhad Neel Noveme 17, 2014 Seach and Look-ahead Enfocing consistency is one way

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Chapter Introduction to Finite Element Methods

Chapter Introduction to Finite Element Methods Chapte 1.4 Intoduction to Finite Element Methods Afte eading this chapte, you should e ale to: 1. Undestand the asics of finite element methods using a one-dimensional polem. In the last fifty yeas, the

More information

Uniform Circular Motion

Uniform Circular Motion Unifom Cicula Motion Intoduction Ealie we defined acceleation as being the change in velocity with time: a = v t Until now we have only talked about changes in the magnitude of the acceleation: the speeding

More information

gr0 GRAPHS Hanan Samet

gr0 GRAPHS Hanan Samet g0 GRPHS Hanan Samet ompute Science epatment and ente fo utomation Reseach and Institute fo dvanced ompute Studies Univesity of Mayland ollege Pak, Mayland 0 e-mail: hjs@umiacs.umd.edu opyight 199 Hanan

More information

Cheetah: Fast Graph Kernel Tracking on Dynamic Graphs

Cheetah: Fast Graph Kernel Tracking on Dynamic Graphs Cheetah: Fast Gaph Kenel Tacking on Dynamic Gaphs Pesente: Liangyue Li Joint wok with Hanghang Tong (ASU), Yanghua Xiao (Fudan), Wei Fan (Baidu) 1 Aizona State Univesity Gaphs ae Eveywhee Collaboation

More information

Search for a Critical Electron Temperature Gradient in DIII-D L-mode Discharges

Search for a Critical Electron Temperature Gradient in DIII-D L-mode Discharges Seach fo a Citical Electon Tempeatue Gadient in DIII-D L-mode Dischages.C. Deoo, S. Ciant 1, T.C. Luce, A. Manini, C.C. Petty, F. Ryte, M.E. Austin 3, D.R. ake, K.W. Gentle 3, C.M. Geenfield,.E. Kinsey

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

Notes on McCall s Model of Job Search. Timothy J. Kehoe March if job offer has been accepted. b if searching

Notes on McCall s Model of Job Search. Timothy J. Kehoe March if job offer has been accepted. b if searching Notes on McCall s Model of Job Seach Timothy J Kehoe Mach Fv ( ) pob( v), [, ] Choice: accept age offe o eceive b and seach again next peiod An unemployed oke solves hee max E t t y t y t if job offe has

More information

Fall 2014 Randomized Algorithms Oct 8, Lecture 3

Fall 2014 Randomized Algorithms Oct 8, Lecture 3 Fall 204 Randomized Algoithms Oct 8, 204 Lectue 3 Pof. Fiedich Eisenband Scibes: Floian Tamè In this lectue we will be concened with linea pogamming, in paticula Clakson s Las Vegas algoithm []. The main

More information

Quantum Mechanics II

Quantum Mechanics II Quantum Mechanics II Pof. Bois Altshule Apil 25, 2 Lectue 25 We have been dicussing the analytic popeties of the S-matix element. Remembe the adial wave function was u kl () = R kl () e ik iπl/2 S l (k)e

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

To Feel a Force Chapter 7 Static equilibrium - torque and friction

To Feel a Force Chapter 7 Static equilibrium - torque and friction To eel a oce Chapte 7 Chapte 7: Static fiction, toque and static equilibium A. Review of foce vectos Between the eath and a small mass, gavitational foces of equal magnitude and opposite diection act on

More information

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden Applied Mathematical Sciences, Vol. 7, 13, no. 7, 335-348 Mathematical Model of Magnetometic Resistivity Sounding fo a Conductive Host with a Bulge Ovebuden Teeasak Chaladgan Depatment of Mathematics Faculty

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

SAMPLING DELAY AND BACKLASH IN BALANCING SYSTEMS

SAMPLING DELAY AND BACKLASH IN BALANCING SYSTEMS PERIODICA POLYTECHNICA SER. MECH. ENG. VOL. 44, NO., PP. 77 84 () SAMPLING DELAY AND BACKLASH IN BALANCING SYSTEMS László E. KOLLÁR, Gáo STÉPÁN and S. John HOGAN Depatment of Applied Mechanics Technical

More information

COMP Parallel Computing SMM (3) OpenMP Case Study: The Barnes-Hut N-body Algorithm

COMP Parallel Computing SMM (3) OpenMP Case Study: The Barnes-Hut N-body Algorithm COMP 633 - Paallel Computing Lectue 8 Septembe 14, 2017 SMM (3) OpenMP Case Study: The Banes-Hut N-body Algoithm Topics Case study: the Banes-Hut algoithm Study an impotant algoithm in scientific computing»

More information

Implementation of CTL Model Checker Update

Implementation of CTL Model Checker Update Poceedings of the 11th WSEAS Intenational Confeence on COMPUTERS, Agios Nikolaos, Cete Island, Geece, July 26-28, 2007 432 Implementation of CTL Model Checke Update LAURA F. CACOVEAN, Depatment of Compute

More information

CERFACS 42 av. Gaspard Coriolis, Toulouse, Cedex 1, France. Available at Date: April 2, 2008.

CERFACS 42 av. Gaspard Coriolis, Toulouse, Cedex 1, France. Available at   Date: April 2, 2008. ON THE BLOCK TRIANGULAR FORM OF SYMMETRIC MATRICES IAIN S. DUFF and BORA UÇAR Technical Repot: No: TR/PA/08/26 CERFACS 42 av. Gaspad Coiolis, 31057 Toulouse, Cedex 1, Fance. Available at http://www.cefacs.f/algo/epots/

More information

LINEAR AND NONLINEAR ANALYSES OF A WIND-TUNNEL BALANCE

LINEAR AND NONLINEAR ANALYSES OF A WIND-TUNNEL BALANCE LINEAR AND NONLINEAR ANALYSES O A WIND-TUNNEL INTRODUCTION BALANCE R. Kakehabadi and R. D. Rhew NASA LaRC, Hampton, VA The NASA Langley Reseach Cente (LaRC) has been designing stain-gauge balances fo utilization

More information

INFORMATION GEOMETRY OF PROPAGATION ALGORITHMS AND APPROXIMATE INFERENCE

INFORMATION GEOMETRY OF PROPAGATION ALGORITHMS AND APPROXIMATE INFERENCE 2nd Intenational Symposium on Infomation Geomety and its Applications Decembe 12-16, 2005, Tokyo Pages 000 000 INFORMATION GEOMETRY OF PROPAGATION ALGORITHMS AND APPROXIMATE INFERENCE SHIRO IKEDA 1 intoduction

More information

feasible solutions prune off subspace (contains no feasible solutions) split cut cut fixpoint of the cutting process split

feasible solutions prune off subspace (contains no feasible solutions) split cut cut fixpoint of the cutting process split in Knowledge Engineeing Reviews, 2001 Synthesis of Efficient Constaint Satisfaction Pogams Stephen J. Westfold and Douglas R. Smith Kestel Institute 3260 Hillview Avenue Palo Alto, Califonia 94304 fwestfold,smithg@kestel.edu

More information

QIP Course 10: Quantum Factorization Algorithm (Part 3)

QIP Course 10: Quantum Factorization Algorithm (Part 3) QIP Couse 10: Quantum Factoization Algoithm (Pat 3 Ryutaoh Matsumoto Nagoya Univesity, Japan Send you comments to yutaoh.matsumoto@nagoya-u.jp Septembe 2018 @ Tokyo Tech. Matsumoto (Nagoya U. QIP Couse

More information

7.2. Coulomb s Law. The Electric Force

7.2. Coulomb s Law. The Electric Force Coulomb s aw Recall that chaged objects attact some objects and epel othes at a distance, without making any contact with those objects Electic foce,, o the foce acting between two chaged objects, is somewhat

More information

Example: Bioinformatics. Soft Constraint Processing. From Optimal CSP to Soft CSP. Overview. From Optimal CSP to Soft CSP.

Example: Bioinformatics. Soft Constraint Processing. From Optimal CSP to Soft CSP. Overview. From Optimal CSP to Soft CSP. Example: Bioinfomatics Soft Constaint Pocessin 16.412J/6.834J Conitive Rootics Matin Sachenache (Usin mateial fom Thomas Schiex) RNA is sinle-stand molecule, composed of A,U,G,C Function of RNA depends

More information

Lecture 7 Topic 5: Multiple Comparisons (means separation)

Lecture 7 Topic 5: Multiple Comparisons (means separation) Lectue 7 Topic 5: Multiple Compaisons (means sepaation) ANOVA: H 0 : µ 1 = µ =... = µ t H 1 : The mean of at least one teatment goup is diffeent If thee ae moe than two teatments in the expeiment, futhe

More information

Gravitational Potential Energy in General

Gravitational Potential Energy in General Gavitational Potential Enegy in Geneal 6.3 To exploe such concepts as how much enegy a space pobe needs to escape fom Eath s gavity, we must expand on the topic of gavitational potential enegy, which we

More information

A Two-Dimensional Bisection Envelope Algorithm for Fixed Points

A Two-Dimensional Bisection Envelope Algorithm for Fixed Points A Two-imensional Bisection Envelope Algoithm fo Fied Points Kis Siosi and Spence Shellman Fom pulished Jounal of Compleity 8, 64-659(00 Intoduction How we solve fo two-dimensional f ( domain: [0, ]X[0,

More information

Implicit Constraint Enforcement for Rigid Body Dynamic Simulation

Implicit Constraint Enforcement for Rigid Body Dynamic Simulation Implicit Constaint Enfocement fo Rigid Body Dynamic Simulation Min Hong 1, Samuel Welch, John app, and Min-Hyung Choi 3 1 Division of Compute Science and Engineeing, Soonchunhyang Univesity, 646 Eupnae-i

More information

Buyback Contract Coordinating Supply Chain Incorporated Risk Aversion

Buyback Contract Coordinating Supply Chain Incorporated Risk Aversion Reseach Jounal of Applied Sciences, Engineeing and echnology 5(5): 1744-1749, 13 ISSN: 4-7459; e-issn: 4-7467 Maxwell Scientific Oganization, 13 Sumitted: July 31, 1 Accepted: Septeme 3, 1 Pulished: Feuay

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements C 188: Atificial Intelligence Fall 2006 Lectue 14: oaility 10/17/2006 Dan Klein UC Bekeley Announcements Gades: Check midtem, p1.1, and p1.2 gades in glookup Let us know if thee ae polems, so we can calculate

More information

gr0 GRAPHS Hanan Samet

gr0 GRAPHS Hanan Samet g0 GRPHS Hanan Samet ompute Science epatment and ente fo utomation Reseach and Institute fo dvanced ompute Studies Univesity of Mayland ollege Pak, Mayland 074 e-mail: hjs@umiacs.umd.edu opyight 1997 Hanan

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

COMPLETE POSITIVE GROUP PRESENTATIONS

COMPLETE POSITIVE GROUP PRESENTATIONS COMPLETE POSITIVE GROUP PRESENTATIONS PATRICK DEHORNOY Astact. A cominatoial popety of positive goup pesentations, called completeness, is intoduced, with an effective citeion fo ecognizing complete pesentations,

More information

Chapter 7. Kleene s Theorem. 7.1 Kleene s Theorem. The following theorem is the most important and fundamental result in the theory of FA s:

Chapter 7. Kleene s Theorem. 7.1 Kleene s Theorem. The following theorem is the most important and fundamental result in the theory of FA s: Chpte 7 Kleene s Theoem 7.1 Kleene s Theoem The following theoem is the most impotnt nd fundmentl esult in the theoy of FA s: Theoem 6 Any lnguge tht cn e defined y eithe egul expession, o finite utomt,

More information

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities Double-angle & powe-eduction identities Pat 5, Tigonomety Lectue 5a, Double Angle and Powe Reduction Fomulas In the pevious pesentation we developed fomulas fo cos( β) and sin( β) These fomulas lead natually

More information

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies Supplementay infomation Efficient Enumeation of Monocyclic Chemical Gaphs with Given Path Fequencies Masaki Suzuki, Hioshi Nagamochi Gaduate School of Infomatics, Kyoto Univesity {m suzuki,nag}@amp.i.kyoto-u.ac.jp

More information

Announcements. CS 188: Artificial Intelligence Fall Today. Uncertainty. Random Variables. Probabilities. Lecture 14: Probability 10/17/2006

Announcements. CS 188: Artificial Intelligence Fall Today. Uncertainty. Random Variables. Probabilities. Lecture 14: Probability 10/17/2006 C 188: Atificial Intelligence all 2006 Lectue 14: oaility 10/17/2006 Announcements Gades: Check midtem, p1.1, and p1.2 gades in glookup Let us know if thee ae polems, so we can calculate useful peliminay

More information

AQI: Advanced Quantum Information Lecture 2 (Module 4): Order finding and factoring algorithms February 20, 2013

AQI: Advanced Quantum Information Lecture 2 (Module 4): Order finding and factoring algorithms February 20, 2013 AQI: Advanced Quantum Infomation Lectue 2 (Module 4): Ode finding and factoing algoithms Febuay 20, 203 Lectue: D. Mak Tame (email: m.tame@impeial.ac.uk) Intoduction In the last lectue we looked at the

More information

Robust learning Bayesian networks for prior belief

Robust learning Bayesian networks for prior belief Robust leaning Bayesian netwoks fo pio belief Maomi Ueno Gaduate School of Infomation Systems, Univesity of Electo-Communications 1-5-1, Chofugaoka, Chofu-shi, Tokyo, 18-8585, Japan ueno@ai.is.uec.ac.jp

More information

Why Professor Richard Feynman was upset solving the Laplace equation for spherical waves? Anzor A. Khelashvili a)

Why Professor Richard Feynman was upset solving the Laplace equation for spherical waves? Anzor A. Khelashvili a) Why Pofesso Richad Feynman was upset solving the Laplace equation fo spheical waves? Anzo A. Khelashvili a) Institute of High Enegy Physics, Iv. Javakhishvili Tbilisi State Univesity, Univesity St. 9,

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

Topic 5. Mean separation: Multiple comparisons [ST&D Ch.8, except 8.3]

Topic 5. Mean separation: Multiple comparisons [ST&D Ch.8, except 8.3] 5.1 Topic 5. Mean sepaation: Multiple compaisons [ST&D Ch.8, except 8.3] 5. 1. Basic concepts In the analysis of vaiance, the null hypothesis that is tested is always that all means ae equal. If the F

More information

Determining solar characteristics using planetary data

Determining solar characteristics using planetary data Detemining sola chaacteistics using planetay data Intoduction The Sun is a G-type main sequence sta at the cente of the Sola System aound which the planets, including ou Eath, obit. In this investigation

More information

rt () is constant. We know how to find the length of the radius vector by r( t) r( t) r( t)

rt () is constant. We know how to find the length of the radius vector by r( t) r( t) r( t) Cicula Motion Fom ancient times cicula tajectoies hae occupied a special place in ou model of the Uniese. Although these obits hae been eplaced by the moe geneal elliptical geomety, cicula motion is still

More information

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations MATH 415, WEEK 3: Paamete-Dependence and Bifucations 1 A Note on Paamete Dependence We should pause to make a bief note about the ole played in the study of dynamical systems by the system s paametes.

More information

Liquid gas interface under hydrostatic pressure

Liquid gas interface under hydrostatic pressure Advances in Fluid Mechanics IX 5 Liquid gas inteface unde hydostatic pessue A. Gajewski Bialystok Univesity of Technology, Faculty of Civil Engineeing and Envionmental Engineeing, Depatment of Heat Engineeing,

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

Supplementary Figure 1. Circular parallel lamellae grain size as a function of annealing time at 250 C. Error bars represent the 2σ uncertainty in

Supplementary Figure 1. Circular parallel lamellae grain size as a function of annealing time at 250 C. Error bars represent the 2σ uncertainty in Supplementay Figue 1. Cicula paallel lamellae gain size as a function of annealing time at 50 C. Eo bas epesent the σ uncetainty in the measued adii based on image pixilation and analysis uncetainty contibutions

More information

Exploration of the three-person duel

Exploration of the three-person duel Exploation of the thee-peson duel Andy Paish 15 August 2006 1 The duel Pictue a duel: two shootes facing one anothe, taking tuns fiing at one anothe, each with a fixed pobability of hitting his opponent.

More information

Rejection Based Face Detection

Rejection Based Face Detection Rejection Based Face Detection Michael Elad* Scientific Computing and Computational Mathematics Stanfod Univesit The Compute Vision Wokshop Mach 18 th, 00 * Collaboation with Y. Hel-O and R. Keshet 1 Pat

More information

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries

Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries Output-Sensitive Algoithms fo Computing Neaest-Neighou Decision Boundaies David Bemne Eik Demaine Jeff Eickson John Iacono Stefan Langeman Pat Moin Godfied Toussaint ABSTRACT. Given a set R of ed points

More information

HASHING METHODS. Hanan Samet

HASHING METHODS. Hanan Samet hs0 HASHING METHODS Hanan Samet Compute Science Depatment and Cente fo Automation Reseach and Institute fo Advanced Compute Studies Univesity of Mayland College Pak, Mayland 07 e-mail: hjs@umiacs.umd.edu

More information

Derivative-Free Pattern Search Methods for. Multidisciplinary Design Problems. J. E. Dennis* Virginia J. Torczon. Rice University

Derivative-Free Pattern Search Methods for. Multidisciplinary Design Problems. J. E. Dennis* Virginia J. Torczon. Rice University DeivativeFee Patten Seach Methods fo Multidisciplinay Design Polems J. E. Dennis* Viginia J. Toczon Rice Univesity Houston, Texas 772511892 Astact Thee have een inteesting ecent developments in methods

More information

On the integration of the equations of hydrodynamics

On the integration of the equations of hydrodynamics Uebe die Integation de hydodynamischen Gleichungen J f eine u angew Math 56 (859) -0 On the integation of the equations of hydodynamics (By A Clebsch at Calsuhe) Tanslated by D H Delphenich In a pevious

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

titrrvers:rtt t>1 NO~~H CAROLINA

titrrvers:rtt t>1 NO~~H CAROLINA titvers:tt t>1 NO~~H CAROLINA Depatment of statistics Chapel Hill, N. C. ON A BOUN.D USEFUL IN THE THEORY OF FACTORIAL DESIGNS AND ERROR CORRECTING CODES by R. C. Bose and J. N. Sivastava Apil 1963 Gant

More information

1 Explicit Explore or Exploit (E 3 ) Algorithm

1 Explicit Explore or Exploit (E 3 ) Algorithm 2.997 Decision-Making in Lage-Scale Systems Mach 3 MIT, Sping 2004 Handout #2 Lectue Note 9 Explicit Exploe o Exploit (E 3 ) Algoithm Last lectue, we studied the Q-leaning algoithm: [ ] Q t+ (x t, a t

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

Physics 2A Chapter 10 - Moment of Inertia Fall 2018

Physics 2A Chapter 10 - Moment of Inertia Fall 2018 Physics Chapte 0 - oment of netia Fall 08 The moment of inetia of a otating object is a measue of its otational inetia in the same way that the mass of an object is a measue of its inetia fo linea motion.

More information

Lab #0. Tutorial Exercises on Work and Fields

Lab #0. Tutorial Exercises on Work and Fields Lab #0 Tutoial Execises on Wok and Fields This is not a typical lab, and no pe-lab o lab epot is equied. The following execises will emind you about the concept of wok (fom 1130 o anothe intoductoy mechanics

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computes and Mathematics with Applications 58 (009) 9 7 Contents lists available at ScienceDiect Computes and Mathematics with Applications jounal homepage: www.elsevie.com/locate/camwa Bi-citeia single

More information

Mathematisch-Naturwissenschaftliche Fakultät I Humboldt-Universität zu Berlin Institut für Physik Physikalisches Grundpraktikum.

Mathematisch-Naturwissenschaftliche Fakultät I Humboldt-Universität zu Berlin Institut für Physik Physikalisches Grundpraktikum. Mathematisch-Natuwissenschaftliche Fakultät I Humboldt-Univesität zu Belin Institut fü Physik Physikalisches Gundpaktikum Vesuchspotokoll Polaisation duch Reflexion (O11) duchgefüht am 10.11.2009 mit Vesuchspatne

More information

. Using our polar coordinate conversions, we could write a

. Using our polar coordinate conversions, we could write a 504 Chapte 8 Section 8.4.5 Dot Poduct Now that we can add, sutact, and scale vectos, you might e wondeing whethe we can multiply vectos. It tuns out thee ae two diffeent ways to multiply vectos, one which

More information

Revision of Lecture Eight

Revision of Lecture Eight Revision of Lectue Eight Baseband equivalent system and equiements of optimal tansmit and eceive filteing: (1) achieve zeo ISI, and () maximise the eceive SNR Thee detection schemes: Theshold detection

More information

Utility Estimation and Preference Aggregation under Uncertainty by Maximum Entropy Inference

Utility Estimation and Preference Aggregation under Uncertainty by Maximum Entropy Inference Utility Estimation and Pefeence Aggegation unde Uncetainty by Maximum Entopy Infeence Andé Ahua FenUnivesität in Hagen D-5884 Hagen ande.ahua@fenuni-hagen.de ABSTRACT. This pape deals with the poblem how

More information

Computers & Operations Research

Computers & Operations Research Computes & Opeations Reseach 37 (2010) 72 -- 82 Contents lists available at ScienceDiect Computes & Opeations Reseach jounal homepage: www.elsevie.com/locate/co Min-degee constained minimum spanning tee

More information

Effect of no-flow boundaries on interference testing. in fractured reservoirs

Effect of no-flow boundaries on interference testing. in fractured reservoirs Effect of no-flo boundaies on intefeence testing in factued esevois T.Aa. Jelmet 1 1 epatement of petoleum engineeing and applied geophysics,, Noegian Univesity of Science and Tecnology, NTNU. Tondheim,

More information

Tutorial Exercises: Central Forces

Tutorial Exercises: Central Forces Tutoial Execises: Cental Foces. Tuning Points fo the Keple potential (a) Wite down the two fist integals fo cental motion in the Keple potential V () = µm/ using J fo the angula momentum and E fo the total

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

Analysis and Optimization of a Special Type of Dielectric Loaded Resonant Cavity for Mobile Communication Filters

Analysis and Optimization of a Special Type of Dielectric Loaded Resonant Cavity for Mobile Communication Filters 328 Analysis and Optimization of a Special Type of Dielectic Loaded Resonant Cavity fo Mobile Communication Filtes Haold S. Showes, Banmali S. Rawat *, Syam S. Challa Depatment of Electical and Biomedical

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

Chapter 5. Applying Newton s Laws. Newton s Laws. r r. 1 st Law: An object at rest or traveling in uniform. 2 nd Law:

Chapter 5. Applying Newton s Laws. Newton s Laws. r r. 1 st Law: An object at rest or traveling in uniform. 2 nd Law: Chapte 5 Applying Newton s Laws Newton s Laws st Law: An object at est o taveling in unifom motion will emain at est o taveling in unifom motion unless and until an extenal foce is applied net ma nd Law:

More information

Prediction of Motion Trajectories Based on Markov Chains

Prediction of Motion Trajectories Based on Markov Chains 2011 Intenational Confeence on Compute Science and Infomation Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Pess, Singapoe DOI: 10.7763/IPCSIT.2012.V51.50 Pediction of Motion Tajectoies

More information

CALCULUS II Vectors. Paul Dawkins

CALCULUS II Vectors. Paul Dawkins CALCULUS II Vectos Paul Dawkins Table of Contents Peface... ii Vectos... 3 Intoduction... 3 Vectos The Basics... 4 Vecto Aithmetic... 8 Dot Poduct... 13 Coss Poduct... 21 2007 Paul Dawkins i http://tutoial.math.lama.edu/tems.aspx

More information

Basic Bridge Circuits

Basic Bridge Circuits AN7 Datafoth Copoation Page of 6 DID YOU KNOW? Samuel Hunte Chistie (784-865) was bon in London the son of James Chistie, who founded Chistie's Fine At Auctionees. Samuel studied mathematics at Tinity

More information

Partition Functions. Chris Clark July 18, 2006

Partition Functions. Chris Clark July 18, 2006 Patition Functions Chis Clak July 18, 2006 1 Intoduction Patition functions ae useful because it is easy to deive expectation values of paametes of the system fom them. Below is a list of the mao examples.

More information

Describing Circular motion

Describing Circular motion Unifom Cicula Motion Descibing Cicula motion In ode to undestand cicula motion, we fist need to discuss how to subtact vectos. The easiest way to explain subtacting vectos is to descibe it as adding a

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

The Algorithm and a Case Study for CTL Model Update

The Algorithm and a Case Study for CTL Model Update The Algoithm and a Case Study fo CTL Model Update Laua Floentina Cacovean, Cistina Ioana Buma, Emil Main Popa Abstact In this pape is pesented an update of the CTL model checke. The minimal modifications

More information

A scaling-up methodology for co-rotating twin-screw extruders

A scaling-up methodology for co-rotating twin-screw extruders A scaling-up methodology fo co-otating twin-scew extudes A. Gaspa-Cunha, J. A. Covas Institute fo Polymes and Composites/I3N, Univesity of Minho, Guimaães 4800-058, Potugal Abstact. Scaling-up of co-otating

More information

ITI Introduction to Computing II

ITI Introduction to Computing II ITI 1121. Intoduction to Computing II Macel Tucotte School of Electical Engineeing and Compute Science Abstact data type: Stack Stack-based algoithms Vesion of Febuay 2, 2013 Abstact These lectue notes

More information

d 2 x 0a d d =0. Relative to an arbitrary (accelerating frame) specified by x a = x a (x 0b ), the latter becomes: d 2 x a d 2 + a dx b dx c

d 2 x 0a d d =0. Relative to an arbitrary (accelerating frame) specified by x a = x a (x 0b ), the latter becomes: d 2 x a d 2 + a dx b dx c Chapte 6 Geneal Relativity 6.1 Towads the Einstein equations Thee ae seveal ways of motivating the Einstein equations. The most natual is pehaps though consideations involving the Equivalence Pinciple.

More information

1 Similarity Analysis

1 Similarity Analysis ME43A/538A/538B Axisymmetic Tubulent Jet 9 Novembe 28 Similaity Analysis. Intoduction Conside the sketch of an axisymmetic, tubulent jet in Figue. Assume that measuements of the downsteam aveage axial

More information

Physics 211: Newton s Second Law

Physics 211: Newton s Second Law Physics 211: Newton s Second Law Reading Assignment: Chapte 5, Sections 5-9 Chapte 6, Section 2-3 Si Isaac Newton Bon: Januay 4, 1643 Died: Mach 31, 1727 Intoduction: Kinematics is the study of how objects

More information

Spectrum Sensing Using Energy Detectors with Performance Computation Capabilities

Spectrum Sensing Using Energy Detectors with Performance Computation Capabilities th Euopean Signal Pocessing Confeence (EUSIPCO Spectum Sensing Using Enegy etectos with Pefomance Computation Capabilities Luca Rugini, Paolo Banelli epatment of Engineeing Univesity of Peugia Peugia,

More information

complete search would, in many cases, not be possible

complete search would, in many cases, not be possible GENET: A Connectionist Achitectue fo Solving Constaint Satisfaction Poblems by Iteative Impovement Andew Davenpot, Edwad Tsang, Chang J. Wang and Kangmin Zhu Depatment of Compute Science, Univesity of

More information

Constrained Probabilistic Continuous Review Inventory System with Mixture Shortage and Stochastic Lead Time Demand

Constrained Probabilistic Continuous Review Inventory System with Mixture Shortage and Stochastic Lead Time Demand ISSN 1715-786 [PRINT] ISSN 1715-7870 [ONLINE] www.cscanada.net www.cscanada.og Advances in in Natual Natual Science Science Advances Vol. 5, Vol. 6,No. No.4 1, 013, pp. 9-13 DOI: 10.3968/j.ans.171578700130601.1646

More information

Conjugate Gradient Methods. Michael Bader. Summer term 2012

Conjugate Gradient Methods. Michael Bader. Summer term 2012 Gadient Methods Outlines Pat I: Quadatic Foms and Steepest Descent Pat II: Gadients Pat III: Summe tem 2012 Pat I: Quadatic Foms and Steepest Descent Outlines Pat I: Quadatic Foms and Steepest Descent

More information

Force between two parallel current wires and Newton s. third law

Force between two parallel current wires and Newton s. third law Foce between two paallel cuent wies and Newton s thid law Yannan Yang (Shanghai Jinjuan Infomation Science and Technology Co., Ltd.) Abstact: In this pape, the essence of the inteaction between two paallel

More information

Circular Orbits. and g =

Circular Orbits. and g = using analyse planetay and satellite motion modelled as unifom cicula motion in a univesal gavitation field, a = v = 4π and g = T GM1 GM and F = 1M SATELLITES IN OBIT A satellite is any object that is

More information

Three-dimensional Quantum Cellular Neural Network and Its Application to Image Processing *

Three-dimensional Quantum Cellular Neural Network and Its Application to Image Processing * Thee-dimensional Quantum Cellula Neual Netwok and Its Application to Image Pocessing * Sen Wang, Li Cai, Huanqing Cui, Chaowen Feng, Xiaokuo Yang Science College, Ai Foce Engineeing Univesity Xi an 701,

More information

Chemical Engineering 412

Chemical Engineering 412 Chemical Engineeing 41 Intoductoy Nuclea Engineeing Lectue 16 Nuclea eacto Theoy III Neuton Tanspot 1 One-goup eacto Equation Mono-enegetic neutons (Neuton Balance) DD φφ aa φφ + ss 1 vv vv is neuton speed

More information

Chapter 2: Introduction to Implicit Equations

Chapter 2: Introduction to Implicit Equations Habeman MTH 11 Section V: Paametic and Implicit Equations Chapte : Intoduction to Implicit Equations When we descibe cuves on the coodinate plane with algebaic equations, we can define the elationship

More information

Flux Shape in Various Reactor Geometries in One Energy Group

Flux Shape in Various Reactor Geometries in One Energy Group Flux Shape in Vaious eacto Geometies in One Enegy Goup. ouben McMaste Univesity Couse EP 4D03/6D03 Nuclea eacto Analysis (eacto Physics) 015 Sept.-Dec. 015 Septembe 1 Contents We deive the 1-goup lux shape

More information