Shape Analysis. Mooly Sagiv

Size: px
Start display at page:

Download "Shape Analysis. Mooly Sagiv"

Transcription

1 Shape Aalysis Mooly Sagiv

2 ... ad also Uiversiy of Wiscosi F. DiMaio D. Gopa A. Logiov T. Reps IBM Research J. Field H. Koloder M. Rodeh E. Yahav Microsof Research J. Berdie B. Cook G. Ramaligam Uiversiy of Massachuses N. Immerma B. Hesse Iria B. Jeae Tel-Aviv Uiversiy D. Ami I. Bogudlov G. Arold G. Erez N. Dor T. Lev-Ami R. Maevich R. Shaham A. Rabiovich N. Riezky G. Yorsh A. Warshavsky Uiversiä des Saarlades J. Bauer R. Biber R. Wilhelm

3 Shape Aalysis [Joes ad Muchick 1981] Deermie he possible shapes of a dyamically allocaed daa srucure a a give program poi

4 Programs ad Properies Dyamically allocaed memory Recursive daa srucures Recursive procedures Cocurrecy Memory safey Preservaio of Daa srucure ivarias Parial correcess Termiaio Liearizabiliy

5 Oulie Shape absracios i a ushell Compuig rasformers Heap decomposiio

6 Represeig Cocree Sores by Logical Srucures Parameric vocabulary Heap Locaios Idividuals Program variables Uary relaios Fields Biary relaios

7 Represeig Cocree Sores by Logical Srucures U = {u1, u2, u3, u4, u5} = {u1}, p = {u3} = {<u1, u2>, <u2, u3>, <u3, u4>, <u4, u5>} r = {u1, u2, u3, u4, u5} r p = {u3, u4, u5} r r r r r u1 u2 u3 u4 u5 p r p r p r p

8 Represeig Absrac Sores by 3-Valued Logical Srucures A joi semi-laice: = 1/2 {0, 1, ½} values for relaios

9 Caoical Absracio r r r r r r u1 u2 u3 u4 u5 u6 p r p r p r r r r a 1 a 2 a 3 a 4 p r p r p

10 Caoical Absracios as Formulas [Yorsh 03, Kucak 04, Wies 07 ] r r r r a 1 a 2 a 3 v: ((v) r (v) p(v) r p (v)) ( (v) r (v) p() r p (v)) ( (v) r (v) p(v) r p (v)) ( (v) r (v) p(v) r p (v))) r p p a 4 r p v:r (v) w: (w) *(w, v) v:r p (v) w: p(w) *(w, v) 10

11 Caoical Absracio Limied form of quaified ivarias quaifier aleraio oly i isrumeaio No a saic memory pariio The same memory locaio ca be represeed by differe absrac odes i differe shape graphs

12 Mos Precise Absrac Trasformer [Couso, Couso POPL 1979] τ γ α τ #

13 Parial Cocreizaio τ τ #

14 Parial Cocreizaio τ # τ #

15 y y. Bes Trasformer ( = ) Cocree Semaics y y. γ caoical absracio y y y

16 Parial Cocreizaio based Trasformer ( = ) y y Absrac Semaics y y γ caoical absracio y y y

17 Parial Cocreizaio Employed i oher shape aalysis algorihms [Disefao, TACAS 06, Eva, SAS 07, POPL 08] Soudess is immediae Ca eve guaraee precisio uder cerai codiios [Lev-Ami, VMCAI 07] Locally refie he absrac domai per saeme

18 Heap Decomposiio for Cocurre Shape Aalysis Joi work wih R. Maevich T. Lev-Ami Tel Aviv Uiversiy G. Ramaligam MSR Idia J. Berdie MSR Cambridge

19 Mai Resuls New parameric absracio for heaps Heap decomposiio + Caresia produc Epoeial sae space reducio Implemeaio i HeDec (Geeralizes TVLA) Heap Decomposiio + Caoical absracio Used o prove ieresig properies of heapmaipulaig programs wih fie-graied parallelism Liearizabiliy

20 Treiber s No-blockig Sack [1] void push(sack *S, daa_ype v) { [2] Node * = alloc(sizeof(node)); [3] ->d = v; [4] do { [5] Node * = S->Top; [6] -> = ; [7] } while (!CAS(&S->Top,,)); [8] } [9] daa_ype pop(sack *S){ [10] do { [11] Node * = S->Top; [12] if ( == NULL) [13] reur EMPTY; [14] Node *s = ->; [15] daa_ype r = s->d; [16] } while (!CAS(&S->Top,,s)); [17] reur r; [18] }

21 Full Sae r1 r4 pc=7 Top pc=16 s pc=7 r2 s pc=16 r3

22 Sub-saes r1 pc=7 Top r2 pc=7 Top Top s r3 pc=16 Top s r4 pc=16

23 Caresia Produc of Sub-saes Top r1 pc=7 r2 pc=7 s r3 pc=16 s r4 r1 pc=7 r2 pc=7 s pc=16 r3 Top Top Top Top Top s r3 pc=16 Top Top pc=16

24 Empirical Resuls Epoeial ime/space reducio No-blockig sack + liearizabiliy ime (sec.) umber of saes Decomp Full umber of hreads umber of hreads

25 ad More iformaio from hp://

26 Thak you Couso for Esablishig he righ midse Galois Coecios Semaic reducios Domai cosrucors

27 Summary Shape aalysis is a ieresig absrac ierpreaio problem Hadles ubouded memory Parially disjucive absracios Parial cocreizaio is useful for rasformers Heap decomposiio is useful for scalabiliy Geeralizes hread-modular aalysis Limied forms of quaified ivarias ca be uilized o prove ieresig properies

TVLA: A system for inferring Quantified Invariants. Tal Lev-Ami Tom Reps Mooly Sagiv Reinhard Wilhelm Greta Yorsh

TVLA: A system for inferring Quantified Invariants. Tal Lev-Ami Tom Reps Mooly Sagiv Reinhard Wilhelm Greta Yorsh TVLA: A sysem for iferrig Quaified Ivarias Tal Lev-Ami Tom Reps Mooly Sagiv Reihard Wilhelm Grea Yorsh Eample: Mark ad Sweep void Mark(Node roo) { if (roo!= NULL) { pedig = pedig = pedig {roo marked =

More information

Static Analysis Projects

Static Analysis Projects Saic Aalysis Projecs Impleme saic aalysis for a oy se laguage ispired by Pyho Impleme saic aalysis o op of LLVM Flow sesiive pois-o for programs w/o procedures Impleme saic aalysis o op of SOOT Flow sesiive

More information

Spring 2014 Program Analysis and Verification. Lecture 1: Introduction. Roman Manevich Ben-Gurion University

Spring 2014 Program Analysis and Verification. Lecture 1: Introduction. Roman Manevich Ben-Gurion University Sprig 2014 Program Aalysis ad Verificaio Lecure 1: Iroducio Roma Maevich Be-Gurio Uiversiy Three sories abou sofware ureliabiliy 2 30GB Zues all over he world fail e masse December 31, 2008 3 Zue bug 1

More information

Shape Analysis via 3-Valued Logic

Shape Analysis via 3-Valued Logic Shae Aalsis via 3-Valued Logic Mool Sagiv Tel Aviv Uiversi h://www.cs.au.ac.il/~msagiv/olas2.df www.cs.au.ac.il/~vla Pla Realisic alicaios Techiues for scalig Ierrocedural Aalsis Some research roblems

More information

Abstract Interpretation and the Heap

Abstract Interpretation and the Heap Absrac Ierpreai ad he Heap Cmpuer Sciece ad Arificial Ielligece Labrary MIT Wih slides ad eamples by Mly Sagiv. Used wih permissi. Nv 18, 2015 Nvember 18, 2015 1 Recap: Cllecig Semaics Cmpue fr each prgram

More information

Ideal Amplifier/Attenuator. Memoryless. where k is some real constant. Integrator. System with memory

Ideal Amplifier/Attenuator. Memoryless. where k is some real constant. Integrator. System with memory Liear Time-Ivaria Sysems (LTI Sysems) Oulie Basic Sysem Properies Memoryless ad sysems wih memory (saic or dyamic) Causal ad o-causal sysems (Causaliy) Liear ad o-liear sysems (Lieariy) Sable ad o-sable

More information

Big O Notation for Time Complexity of Algorithms

Big O Notation for Time Complexity of Algorithms BRONX COMMUNITY COLLEGE of he Ciy Uiversiy of New York DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE CSI 33 Secio E01 Hadou 1 Fall 2014 Sepember 3, 2014 Big O Noaio for Time Complexiy of Algorihms Time

More information

STK4080/9080 Survival and event history analysis

STK4080/9080 Survival and event history analysis STK48/98 Survival ad eve hisory aalysis Marigales i discree ime Cosider a sochasic process The process M is a marigale if Lecure 3: Marigales ad oher sochasic processes i discree ime (recap) where (formally

More information

Predicate Abstraction and Canonical Abstraction for Singly-Linked Lists

Predicate Abstraction and Canonical Abstraction for Singly-Linked Lists Predicate Abstractio ad Caoical Abstractio for Sigly-Liked Lists Tel Aviv Uiversity, School of Computer Sciece, TR-2005-01-191212 R. Maevich 1,, E. Yahav 2, G. Ramaligam 2, ad M. Sagiv 1 1 Tel Aviv Uiversity,

More information

Union-Find Partition Structures

Union-Find Partition Structures Uio-Fid //4 : Preseaio for use wih he exbook Daa Srucures ad Alorihms i Java, h ediio, by M. T. Goodrich, R. Tamassia, ad M. H. Goldwasser, Wiley, 04 Uio-Fid Pariio Srucures 04 Goodrich, Tamassia, Goldwasser

More information

Linear System Theory

Linear System Theory Naioal Tsig Hua Uiversiy Dearme of Power Mechaical Egieerig Mid-Term Eamiaio 3 November 11.5 Hours Liear Sysem Theory (Secio B o Secio E) [11PME 51] This aer coais eigh quesios You may aswer he quesios

More information

Lecture 9: Polynomial Approximations

Lecture 9: Polynomial Approximations CS 70: Complexiy Theory /6/009 Lecure 9: Polyomial Approximaios Isrucor: Dieer va Melkebeek Scribe: Phil Rydzewski & Piramaayagam Arumuga Naiar Las ime, we proved ha o cosa deph circui ca evaluae he pariy

More information

Union-Find Partition Structures Goodrich, Tamassia Union-Find 1

Union-Find Partition Structures Goodrich, Tamassia Union-Find 1 Uio-Fid Pariio Srucures 004 Goodrich, Tamassia Uio-Fid Pariios wih Uio-Fid Operaios makesex: Creae a sileo se coaii he eleme x ad reur he posiio sori x i his se uioa,b : Reur he se A U B, desroyi he old

More information

On The Eneström-Kakeya Theorem

On The Eneström-Kakeya Theorem Applied Mahemaics,, 3, 555-56 doi:436/am673 Published Olie December (hp://wwwscirporg/oural/am) O The Eesröm-Kakeya Theorem Absrac Gulsha Sigh, Wali Mohammad Shah Bharahiar Uiversiy, Coimbaore, Idia Deparme

More information

Lecture 15 First Properties of the Brownian Motion

Lecture 15 First Properties of the Brownian Motion Lecure 15: Firs Properies 1 of 8 Course: Theory of Probabiliy II Term: Sprig 2015 Isrucor: Gorda Zikovic Lecure 15 Firs Properies of he Browia Moio This lecure deals wih some of he more immediae properies

More information

Fourier transform. Continuous-time Fourier transform (CTFT) ω ω

Fourier transform. Continuous-time Fourier transform (CTFT) ω ω Fourier rasform Coiuous-ime Fourier rasform (CTFT P. Deoe ( he Fourier rasform of he sigal x(. Deermie he followig values, wihou compuig (. a (0 b ( d c ( si d ( d d e iverse Fourier rasform for Re { (

More information

Actuarial Society of India

Actuarial Society of India Acuarial Sociey of Idia EXAMINAIONS Jue 5 C4 (3) Models oal Marks - 5 Idicaive Soluio Q. (i) a) Le U deoe he process described by 3 ad V deoe he process described by 4. he 5 e 5 PU [ ] PV [ ] ( e ).538!

More information

6.003: Signal Processing Lecture 1 September 6, 2018

6.003: Signal Processing Lecture 1 September 6, 2018 63: Sigal Processig Workig wih Overview of Subjec : Defiiios, Eamples, ad Operaios Basis Fucios ad Trasforms Welcome o 63 Piloig a ew versio of 63 focused o Sigal Processig Combies heory aalysis ad syhesis

More information

Chapter 2: Time-Domain Representations of Linear Time-Invariant Systems. Chih-Wei Liu

Chapter 2: Time-Domain Representations of Linear Time-Invariant Systems. Chih-Wei Liu Caper : Time-Domai Represeaios of Liear Time-Ivaria Sysems Ci-Wei Liu Oulie Iroucio Te Covoluio Sum Covoluio Sum Evaluaio Proceure Te Covoluio Iegral Covoluio Iegral Evaluaio Proceure Iercoecios of LTI

More information

OLS bias for econometric models with errors-in-variables. The Lucas-critique Supplementary note to Lecture 17

OLS bias for econometric models with errors-in-variables. The Lucas-critique Supplementary note to Lecture 17 OLS bias for ecoomeric models wih errors-i-variables. The Lucas-criique Supplemeary oe o Lecure 7 RNy May 6, 03 Properies of OLS i RE models I Lecure 7 we discussed he followig example of a raioal expecaios

More information

Dynamic h-index: the Hirsch index in function of time

Dynamic h-index: the Hirsch index in function of time Dyamic h-idex: he Hirsch idex i fucio of ime by L. Egghe Uiversiei Hassel (UHassel), Campus Diepebeek, Agoralaa, B-3590 Diepebeek, Belgium ad Uiversiei Awerpe (UA), Campus Drie Eike, Uiversieisplei, B-260

More information

Time Dependent Queuing

Time Dependent Queuing Time Depede Queuig Mark S. Daski Deparme of IE/MS, Norhweser Uiversiy Evaso, IL 628 Sprig, 26 Oulie Will look a M/M/s sysem Numerically iegraio of Chapma- Kolmogorov equaios Iroducio o Time Depede Queue

More information

APPLICATION OF THEORETICAL NUMERICAL TRANSFORMATIONS TO DIGITAL SIGNAL PROCESSING ALGORITHMS. Antonio Andonov, Ilka Stefanova

APPLICATION OF THEORETICAL NUMERICAL TRANSFORMATIONS TO DIGITAL SIGNAL PROCESSING ALGORITHMS. Antonio Andonov, Ilka Stefanova 78 Ieraioal Joural Iformaio Theories ad Applicaios, Vol. 25, Number 1, 2018 APPLICATION OF THEORETICAL NUMERICAL TRANSFORMATIONS TO DIGITAL SIGNAL PROCESSING ALGORITHMS Aoio Adoov, Ila Sefaova Absrac:

More information

ECE 570 Session 7 IC 752-E Computer Aided Engineering for Integrated Circuits. Transient analysis. Discuss time marching methods used in SPICE

ECE 570 Session 7 IC 752-E Computer Aided Engineering for Integrated Circuits. Transient analysis. Discuss time marching methods used in SPICE ECE 570 Sessio 7 IC 75-E Compuer Aided Egieerig for Iegraed Circuis Trasie aalysis Discuss ime marcig meods used i SPICE. Time marcig meods. Explici ad implici iegraio meods 3. Implici meods used i circui

More information

B. Maddah INDE 504 Simulation 09/02/17

B. Maddah INDE 504 Simulation 09/02/17 B. Maddah INDE 54 Simulaio 9/2/7 Queueig Primer Wha is a queueig sysem? A queueig sysem cosiss of servers (resources) ha provide service o cusomers (eiies). A Cusomer requesig service will sar service

More information

Clock Skew and Signal Representation

Clock Skew and Signal Representation Clock Skew ad Sigal Represeaio Ch. 7 IBM Power 4 Chip 0/7/004 08 frequecy domai Program Iroducio ad moivaio Sequeial circuis, clock imig, Basic ools for frequecy domai aalysis Fourier series sigal represeaio

More information

ECE-314 Fall 2012 Review Questions

ECE-314 Fall 2012 Review Questions ECE-34 Fall 0 Review Quesios. A liear ime-ivaria sysem has he ipu-oupu characerisics show i he firs row of he diagram below. Deermie he oupu for he ipu show o he secod row of he diagram. Jusify your aswer.

More information

Extended Laguerre Polynomials

Extended Laguerre Polynomials I J Coemp Mah Scieces, Vol 7, 1, o, 189 194 Exeded Laguerre Polyomials Ada Kha Naioal College of Busiess Admiisraio ad Ecoomics Gulberg-III, Lahore, Pakisa adakhaariq@gmailcom G M Habibullah Naioal College

More information

FIXED FUZZY POINT THEOREMS IN FUZZY METRIC SPACE

FIXED FUZZY POINT THEOREMS IN FUZZY METRIC SPACE Mohia & Samaa, Vol. 1, No. II, December, 016, pp 34-49. ORIGINAL RESEARCH ARTICLE OPEN ACCESS FIED FUZZY POINT THEOREMS IN FUZZY METRIC SPACE 1 Mohia S. *, Samaa T. K. 1 Deparme of Mahemaics, Sudhir Memorial

More information

King Fahd University of Petroleum & Minerals Computer Engineering g Dept

King Fahd University of Petroleum & Minerals Computer Engineering g Dept Kig Fahd Uiversiy of Peroleum & Mierals Compuer Egieerig g Dep COE 4 Daa ad Compuer Commuicaios erm Dr. shraf S. Hasa Mahmoud Rm -4 Ex. 74 Email: ashraf@kfupm.edu.sa 9/8/ Dr. shraf S. Hasa Mahmoud Lecure

More information

6.003: Signal Processing Lecture 2a September 11, 2018

6.003: Signal Processing Lecture 2a September 11, 2018 6003: Sigal Processig Buildig Block Sigals represeig a sigal as a sum of simpler sigals represeig a sample as a sum of samples from simpler sigals Remiders From Las Time Piloig a ew versio of 6003 focused

More information

Comparisons Between RV, ARV and WRV

Comparisons Between RV, ARV and WRV Comparisos Bewee RV, ARV ad WRV Cao Gag,Guo Migyua School of Maageme ad Ecoomics, Tiaji Uiversiy, Tiaji,30007 Absrac: Realized Volailiy (RV) have bee widely used sice i was pu forward by Aderso ad Bollerslev

More information

CS623: Introduction to Computing with Neural Nets (lecture-10) Pushpak Bhattacharyya Computer Science and Engineering Department IIT Bombay

CS623: Introduction to Computing with Neural Nets (lecture-10) Pushpak Bhattacharyya Computer Science and Engineering Department IIT Bombay CS6: Iroducio o Compuig ih Neural Nes lecure- Pushpak Bhaacharyya Compuer Sciece ad Egieerig Deparme IIT Bombay Tilig Algorihm repea A kid of divide ad coquer sraegy Give he classes i he daa, ru he percepro

More information

Supplement for SADAGRAD: Strongly Adaptive Stochastic Gradient Methods"

Supplement for SADAGRAD: Strongly Adaptive Stochastic Gradient Methods Suppleme for SADAGRAD: Srogly Adapive Sochasic Gradie Mehods" Zaiyi Che * 1 Yi Xu * Ehog Che 1 iabao Yag 1. Proof of Proposiio 1 Proposiio 1. Le ɛ > 0 be fixed, H 0 γi, γ g, EF (w 1 ) F (w ) ɛ 0 ad ieraio

More information

July 24-25, Overview. Why the Reliability Issue is Important? Some Well-known Reliability Measures. Weibull and lognormal Probability Plots

July 24-25, Overview. Why the Reliability Issue is Important? Some Well-known Reliability Measures. Weibull and lognormal Probability Plots Par I: July 24-25, 204 Overview Why he Reliabiliy Issue is Impora? Reliabiliy Daa Paer Some Well-kow Reliabiliy Measures Weibull ad logormal Probabiliy Plos Maximum Likelihood Esimaor 2 Wha is Reliabiliy?

More information

Electrical Engineering Department Network Lab.

Electrical Engineering Department Network Lab. Par:- Elecrical Egieerig Deparme Nework Lab. Deermiaio of differe parameers of -por eworks ad verificaio of heir ierrelaio ships. Objecive: - To deermie Y, ad ABD parameers of sigle ad cascaded wo Por

More information

Approximating Solutions for Ginzburg Landau Equation by HPM and ADM

Approximating Solutions for Ginzburg Landau Equation by HPM and ADM Available a hp://pvamu.edu/aam Appl. Appl. Mah. ISSN: 193-9466 Vol. 5, No. Issue (December 1), pp. 575 584 (Previously, Vol. 5, Issue 1, pp. 167 1681) Applicaios ad Applied Mahemaics: A Ieraioal Joural

More information

BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS

BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS Opimal ear Forecasig Alhough we have o meioed hem explicily so far i he course, here are geeral saisical priciples for derivig he bes liear forecas, ad

More information

FORMALIZATION OF THE OBJECT CLASSIFICATION ALGORITHM

FORMALIZATION OF THE OBJECT CLASSIFICATION ALGORITHM DOI.7/s559-5-9767- Cybereics ad Sysems Aalysis, Vol. 5, No. 5, Sepember, 25 FORMALIZATION OF THE OBJECT CLASSIFICATION ALGORITHM T. B. Maryiuk, A. V. Kozhemiako, ad L. M. Kupershei 2 UDC 4.93' Absrac.

More information

arxiv: v1 [math.co] 30 May 2017

arxiv: v1 [math.co] 30 May 2017 Tue Polyomials of Symmeric Hyperplae Arragemes Hery Radriamaro May 31, 017 arxiv:170510753v1 [mahco] 30 May 017 Absrac Origially i 1954 he Tue polyomial was a bivariae polyomial associaed o a graph i order

More information

Available online at J. Math. Comput. Sci. 4 (2014), No. 4, ISSN:

Available online at   J. Math. Comput. Sci. 4 (2014), No. 4, ISSN: Available olie a hp://sci.org J. Mah. Compu. Sci. 4 (2014), No. 4, 716-727 ISSN: 1927-5307 ON ITERATIVE TECHNIQUES FOR NUMERICAL SOLUTIONS OF LINEAR AND NONLINEAR DIFFERENTIAL EQUATIONS S.O. EDEKI *, A.A.

More information

The Eigen Function of Linear Systems

The Eigen Function of Linear Systems 1/25/211 The Eige Fucio of Liear Sysems.doc 1/7 The Eige Fucio of Liear Sysems Recall ha ha we ca express (expad) a ime-limied sigal wih a weighed summaio of basis fucios: v ( ) a ψ ( ) = where v ( ) =

More information

A Generalized Cost Malmquist Index to the Productivities of Units with Negative Data in DEA

A Generalized Cost Malmquist Index to the Productivities of Units with Negative Data in DEA Proceedigs of he 202 Ieraioal Coferece o Idusrial Egieerig ad Operaios Maageme Isabul, urey, July 3 6, 202 A eeralized Cos Malmquis Ide o he Produciviies of Uis wih Negaive Daa i DEA Shabam Razavya Deparme

More information

METHOD OF THE EQUIVALENT BOUNDARY CONDITIONS IN THE UNSTEADY PROBLEM FOR ELASTIC DIFFUSION LAYER

METHOD OF THE EQUIVALENT BOUNDARY CONDITIONS IN THE UNSTEADY PROBLEM FOR ELASTIC DIFFUSION LAYER Maerials Physics ad Mechaics 3 (5) 36-4 Received: March 7 5 METHOD OF THE EQUIVAENT BOUNDARY CONDITIONS IN THE UNSTEADY PROBEM FOR EASTIC DIFFUSION AYER A.V. Zemsov * D.V. Tarlaovsiy Moscow Aviaio Isiue

More information

Economics 8723 Macroeconomic Theory Problem Set 2 Professor Sanjay Chugh Spring 2017

Economics 8723 Macroeconomic Theory Problem Set 2 Professor Sanjay Chugh Spring 2017 Deparme of Ecoomics The Ohio Sae Uiversiy Ecoomics 8723 Macroecoomic Theory Problem Se 2 Professor Sajay Chugh Sprig 207 Labor Icome Taxes, Nash-Bargaied Wages, ad Proporioally-Bargaied Wages. I a ecoomy

More information

A TAUBERIAN THEOREM FOR THE WEIGHTED MEAN METHOD OF SUMMABILITY

A TAUBERIAN THEOREM FOR THE WEIGHTED MEAN METHOD OF SUMMABILITY U.P.B. Sci. Bull., Series A, Vol. 78, Iss. 2, 206 ISSN 223-7027 A TAUBERIAN THEOREM FOR THE WEIGHTED MEAN METHOD OF SUMMABILITY İbrahim Çaak I his paper we obai a Tauberia codiio i erms of he weighed classical

More information

MODIFIED ADOMIAN DECOMPOSITION METHOD FOR SOLVING RICCATI DIFFERENTIAL EQUATIONS

MODIFIED ADOMIAN DECOMPOSITION METHOD FOR SOLVING RICCATI DIFFERENTIAL EQUATIONS Review of he Air Force Academy No 3 (3) 15 ODIFIED ADOIAN DECOPOSIION EHOD FOR SOLVING RICCAI DIFFERENIAL EQUAIONS 1. INRODUCION Adomia decomposiio mehod was foud by George Adomia ad has recely become

More information

O & M Cost O & M Cost

O & M Cost O & M Cost 5/5/008 Turbie Reliabiliy, Maieace ad Faul Deecio Zhe Sog, Adrew Kusiak 39 Seamas Ceer Iowa Ciy, Iowa 54-57 adrew-kusiak@uiowa.edu Tel: 39-335-5934 Fax: 39-335-5669 hp://www.icae.uiowa.edu/~akusiak Oulie

More information

Symbolically Computing Most-Precise Abstract Operations for Shape Analysis

Symbolically Computing Most-Precise Abstract Operations for Shape Analysis Symbolically Computig Most-Precise Abstract Operatios for Shape Aalysis G. Yorsh 1, T. Reps 2, ad M. Sagiv 1 1 School of Comp. Sci., Tel-Aviv Uiv., {gretay, msagiv}@post.tau.ac.il 2 Comp. Sci. Dept., Uiv.

More information

Chemical Engineering 374

Chemical Engineering 374 Chemical Egieerig 374 Fluid Mechaics NoNeoia Fluids Oulie 2 Types ad properies of o-neoia Fluids Pipe flos for o-neoia fluids Velociy profile / flo rae Pressure op Fricio facor Pump poer Rheological Parameers

More information

Lecture 8 April 18, 2018

Lecture 8 April 18, 2018 Sas 300C: Theory of Saisics Sprig 2018 Lecure 8 April 18, 2018 Prof Emmauel Cades Scribe: Emmauel Cades Oulie Ageda: Muliple Tesig Problems 1 Empirical Process Viewpoi of BHq 2 Empirical Process Viewpoi

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

Logical Characterizations of Heap Abstractions

Logical Characterizations of Heap Abstractions Logical Characterizations of Heap Abstractions GRETA YORSH School of Comp. Sci., Tel-Aviv University THOMAS REPS Comp. Sci. Dept., University of Wisconsin MOOLY SAGIV School of Comp. Sci., Tel-Aviv University

More information

6.01: Introduction to EECS I Lecture 3 February 15, 2011

6.01: Introduction to EECS I Lecture 3 February 15, 2011 6.01: Iroducio o EECS I Lecure 3 February 15, 2011 6.01: Iroducio o EECS I Sigals ad Sysems Module 1 Summary: Sofware Egieerig Focused o absracio ad modulariy i sofware egieerig. Topics: procedures, daa

More information

Hough search for continuous gravitational waves using LIGO S4 data

Hough search for continuous gravitational waves using LIGO S4 data Hough search for coiuous graviaioal waves usig LIGO S4 daa A.M. Sies for he LIGO Scieific Collaboraio Uiversia de les Illes Balears, Spai Alber Eisei Isiu, Germay MG11, GW4- GW daa Aalysis Berli - July

More information

High-level programming in the Situation Calculus: Golog and ConGolog

High-level programming in the Situation Calculus: Golog and ConGolog Lecure Oulie Par : yax, Iformal emaics, Examples Par 2: Formal emaics Afer Holidays: Implemeaio Hih-level prorammi i he iuaio Calculus: Golo ad CoGolo Yves Lespérace Deparme of Compuer ciece York Uiversiy

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) Ieraioal Associaio of Scieific Iovaio ad Research (IASIR (A Associaio Uifyig he Scieces, Egieerig, ad Applied Research ISSN (Pri: 79- ISSN (Olie: 79-39 Ieraioal Joural of Egieerig, Busiess ad Eerprise

More information

Sampling. AD Conversion (Additional Material) Sampling: Band limited signal. Sampling. Sampling function (sampling comb) III(x) Shah.

Sampling. AD Conversion (Additional Material) Sampling: Band limited signal. Sampling. Sampling function (sampling comb) III(x) Shah. AD Coversio (Addiioal Maerial Samplig Samplig Properies of real ADCs wo Sep Flash ADC Pipelie ADC Iegraig ADCs: Sigle Slope, Dual Slope DA Coverer Samplig fucio (samplig comb III(x Shah III III ( x = δ

More information

Principles of Communications Lecture 1: Signals and Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University

Principles of Communications Lecture 1: Signals and Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University Priciples of Commuicaios Lecure : Sigals ad Sysems Chih-Wei Liu 劉志尉 Naioal Chiao ug Uiversiy cwliu@wis.ee.cu.edu.w Oulies Sigal Models & Classificaios Sigal Space & Orhogoal Basis Fourier Series &rasform

More information

1.225J J (ESD 205) Transportation Flow Systems

1.225J J (ESD 205) Transportation Flow Systems .5J J ESD 5 Trasporaio Flow Sysems Lecre 3 Modelig Road Traffic Flow o a Li Prof. Ismail Chabii ad Prof. Amedeo Odoi Lecre 3 Olie Time-Space Diagrams ad Traffic Flow Variables Irodcio o Li Performace Models

More information

Section 8 Convolution and Deconvolution

Section 8 Convolution and Deconvolution APPLICATIONS IN SIGNAL PROCESSING Secio 8 Covoluio ad Decovoluio This docume illusraes several echiques for carryig ou covoluio ad decovoluio i Mahcad. There are several operaors available for hese fucios:

More information

EGR 544 Communication Theory

EGR 544 Communication Theory EGR 544 Commuicaio heory 7. Represeaio of Digially Modulaed Sigals II Z. Aliyazicioglu Elecrical ad Compuer Egieerig Deparme Cal Poly Pomoa Represeaio of Digial Modulaio wih Memory Liear Digial Modulaio

More information

λiv Av = 0 or ( λi Av ) = 0. In order for a vector v to be an eigenvector, it must be in the kernel of λi

λiv Av = 0 or ( λi Av ) = 0. In order for a vector v to be an eigenvector, it must be in the kernel of λi Liear lgebra Lecure #9 Noes This week s lecure focuses o wha migh be called he srucural aalysis of liear rasformaios Wha are he irisic properies of a liear rasformaio? re here ay fixed direcios? The discussio

More information

6.003: Signals and Systems Lecture 20 April 22, 2010

6.003: Signals and Systems Lecture 20 April 22, 2010 6.003: Sigals ad Sysems Lecure 0 April, 00 6.003: Sigals ad Sysems Relaios amog Fourier Represeaios Mid-erm Examiaio #3 Wedesday, April 8, 7:30-9:30pm. No reciaios o he day of he exam. Coverage: Lecures

More information

Computation of Alias Sets from Shape Graphs for Comparison of Shape Analysis Precision

Computation of Alias Sets from Shape Graphs for Comparison of Shape Analysis Precision for Comparison of Shape Analysis Precision Viktor Pavlu, 1 Markus Schordan, 2 Andreas Krall 1 1 Vienna University of Technology 2 University of Applied Sciences Technikum Wien SCAM 2011, Williamsburg September

More information

Relational Views Framework for Proving Linearizability

Relational Views Framework for Proving Linearizability Relaional Views Framework for Proving Linearizabiliy (of concurren libraries) Arem Khyzha Alexey Gosman Mahew Parkinson oncurren libraries Encapsulae efficien concurren algorihms - Java: java.uil.concurren

More information

1. Solve by the method of undetermined coefficients and by the method of variation of parameters. (4)

1. Solve by the method of undetermined coefficients and by the method of variation of parameters. (4) 7 Differeial equaios Review Solve by he mehod of udeermied coefficies ad by he mehod of variaio of parameers (4) y y = si Soluio; we firs solve he homogeeous equaio (4) y y = 4 The correspodig characerisic

More information

Samuel Sindayigaya 1, Nyongesa L. Kennedy 2, Adu A.M. Wasike 3

Samuel Sindayigaya 1, Nyongesa L. Kennedy 2, Adu A.M. Wasike 3 Ieraioal Joural of Saisics ad Aalysis. ISSN 48-9959 Volume 6, Number (6, pp. -8 Research Idia Publicaios hp://www.ripublicaio.com The Populaio Mea ad is Variace i he Presece of Geocide for a Simple Birh-Deah-

More information

Review Exercises for Chapter 9

Review Exercises for Chapter 9 0_090R.qd //0 : PM Page 88 88 CHAPTER 9 Ifiie Series I Eercises ad, wrie a epressio for he h erm of he sequece..,., 5, 0,,,, 0,... 7,... I Eercises, mach he sequece wih is graph. [The graphs are labeled

More information

CHARACTERIZATIONS OF THE NON-UNIFORM IN TIME ISS PROPERTY AND APPLICATIONS

CHARACTERIZATIONS OF THE NON-UNIFORM IN TIME ISS PROPERTY AND APPLICATIONS CHARACTERIZATIONS OF THE NON-UNIFORM IN TIME ISS PROPERTY AND APPLICATIONS I. Karafyllis ad J. Tsiias Depare of Maheaics, Naioal Techical Uiversiy of Ahes, Zografou Capus 578, Ahes, Greece Eail: jsi@ceral.ua.gr.

More information

Outline. simplest HMM (1) simple HMMs? simplest HMM (2) Parameter estimation for discrete hidden Markov models

Outline. simplest HMM (1) simple HMMs? simplest HMM (2) Parameter estimation for discrete hidden Markov models Oulie Parameer esimaio for discree idde Markov models Juko Murakami () ad Tomas Taylor (2). Vicoria Uiversiy of Welligo 2. Arizoa Sae Uiversiy Descripio of simple idde Markov models Maximum likeliood esimae

More information

TAKA KUSANO. laculty of Science Hrosh tlnlersty 1982) (n-l) + + Pn(t)x 0, (n-l) + + Pn(t)Y f(t,y), XR R are continuous functions.

TAKA KUSANO. laculty of Science Hrosh tlnlersty 1982) (n-l) + + Pn(t)x 0, (n-l) + + Pn(t)Y f(t,y), XR R are continuous functions. Iera. J. Mah. & Mah. Si. Vol. 6 No. 3 (1983) 559-566 559 ASYMPTOTIC RELATIOHIPS BETWEEN TWO HIGHER ORDER ORDINARY DIFFERENTIAL EQUATIONS TAKA KUSANO laculy of Sciece Hrosh llersy 1982) ABSTRACT. Some asympoic

More information

Calculus BC 2015 Scoring Guidelines

Calculus BC 2015 Scoring Guidelines AP Calculus BC 5 Scorig Guidelies 5 The College Board. College Board, Advaced Placeme Program, AP, AP Ceral, ad he acor logo are regisered rademarks of he College Board. AP Ceral is he official olie home

More information

A Study On (H, 1)(E, q) Product Summability Of Fourier Series And Its Conjugate Series

A Study On (H, 1)(E, q) Product Summability Of Fourier Series And Its Conjugate Series Mahemaical Theory ad Modelig ISSN 4-584 (Paper) ISSN 5-5 (Olie) Vol.7, No.5, 7 A Sudy O (H, )(E, q) Produc Summabiliy Of Fourier Series Ad Is Cojugae Series Sheela Verma, Kalpaa Saxea * Research Scholar

More information

The Connection between the Basel Problem and a Special Integral

The Connection between the Basel Problem and a Special Integral Applied Mahemaics 4 5 57-584 Published Olie Sepember 4 i SciRes hp://wwwscirporg/joural/am hp://ddoiorg/436/am45646 The Coecio bewee he Basel Problem ad a Special Iegral Haifeg Xu Jiuru Zhou School of

More information

φ ( t ) = φ ( t ). The notation denotes a norm that is usually

φ ( t ) = φ ( t ). The notation denotes a norm that is usually 7h Europea Sigal Processig Coferece (EUSIPCO 9) Glasgo, Scolad, Augus -8, 9 DESIG OF DIGITAL IIR ITEGRATOR USIG RADIAL BASIS FUCTIO ITERPOLATIO METOD Chie-Cheg Tseg ad Su-Lig Lee Depar of Compuer ad Commuicaio

More information

A Two-Level Quantum Analysis of ERP Data for Mock-Interrogation Trials. Michael Schillaci Jennifer Vendemia Robert Buzan Eric Green

A Two-Level Quantum Analysis of ERP Data for Mock-Interrogation Trials. Michael Schillaci Jennifer Vendemia Robert Buzan Eric Green A Two-Level Quaum Aalysis of ERP Daa for Mock-Ierrogaio Trials Michael Schillaci Jeifer Vedemia Rober Buza Eric Gree Oulie Experimeal Paradigm 4 Low Workload; Sigle Sessio; 39 8 High Workload; Muliple

More information

Online Supplement to Reactive Tabu Search in a Team-Learning Problem

Online Supplement to Reactive Tabu Search in a Team-Learning Problem Olie Suppleme o Reacive abu Search i a eam-learig Problem Yueli She School of Ieraioal Busiess Admiisraio, Shaghai Uiversiy of Fiace ad Ecoomics, Shaghai 00433, People s Republic of Chia, she.yueli@mail.shufe.edu.c

More information

Using Linnik's Identity to Approximate the Prime Counting Function with the Logarithmic Integral

Using Linnik's Identity to Approximate the Prime Counting Function with the Logarithmic Integral Usig Lii's Ideiy o Approimae he Prime Couig Fucio wih he Logarihmic Iegral Naha McKezie /26/2 aha@icecreambreafas.com Summary:This paper will show ha summig Lii's ideiy from 2 o ad arragig erms i a cerai

More information

Satisfiability Modulo Abstraction for Separation Logic with Linked Lists

Satisfiability Modulo Abstraction for Separation Logic with Linked Lists Satisfiability Modulo Abstraction for Separation Logic with Linked Lists Aditya Thakur 1, Jason Breck 1, and Thomas Reps 1,2 1 University of Wisconsin; Madison, WI, USA {adi,jbreck,reps}@cs.wisc.edu 2

More information

In this section we will study periodic signals in terms of their frequency f t is said to be periodic if (4.1)

In this section we will study periodic signals in terms of their frequency f t is said to be periodic if (4.1) Fourier Series Iroducio I his secio we will sudy periodic sigals i ers o heir requecy is said o be periodic i coe Reid ha a sigal ( ) ( ) ( ) () or every, where is a uber Fro his deiiio i ollows ha ( )

More information

A New Functional Dependency in a Vague Relational Database Model

A New Functional Dependency in a Vague Relational Database Model Ieraioal Joural of Compuer pplicaios (0975 8887 olume 39 No8, February 01 New Fucioal Depedecy i a ague Relaioal Daabase Model Jaydev Mishra College of Egieerig ad Maageme, Kolagha Wes egal, Idia Sharmisha

More information

A Generalization of Hermite Polynomials

A Generalization of Hermite Polynomials Ieraioal Mahemaical Forum, Vol. 8, 213, o. 15, 71-76 HIKARI Ld, www.m-hikari.com A Geeralizaio of Hermie Polyomials G. M. Habibullah Naioal College of Busiess Admiisraio & Ecoomics Gulberg-III, Lahore,

More information

Academic Forum Cauchy Confers with Weierstrass. Lloyd Edgar S. Moyo, Ph.D. Associate Professor of Mathematics

Academic Forum Cauchy Confers with Weierstrass. Lloyd Edgar S. Moyo, Ph.D. Associate Professor of Mathematics Academic Forum - Cauchy Cofers wih Weiersrass Lloyd Edgar S Moyo PhD Associae Professor of Mahemaics Absrac We poi ou wo limiaios of usig he Cauchy Residue Theorem o evaluae a defiie iegral of a real raioal

More information

SUMMATION OF INFINITE SERIES REVISITED

SUMMATION OF INFINITE SERIES REVISITED SUMMATION OF INFINITE SERIES REVISITED I several aricles over he las decade o his web page we have show how o sum cerai iiie series icludig he geomeric series. We wa here o eed his discussio o he geeral

More information

Throughput Optimized SHA-1 Architecture Using Unfolding Transformation

Throughput Optimized SHA-1 Architecture Using Unfolding Transformation Throughpu Opimized SHA-1 Archiecure Usig Ufoldig Trasformaio Yog Ki Lee 1, Herwi Cha 1 ad Igrid Verbauwhede 1, 1 Uiversiy of Califoria, Los Ageles Kaholieke Uiversiei Leuve {jfirs, herwi, igrid} @ ee.ucla.edu

More information

COMPARISON OF ALGORITHMS FOR ELLIPTIC CURVE CRYPTOGRAPHY OVER FINITE FIELDS OF GF(2 m )

COMPARISON OF ALGORITHMS FOR ELLIPTIC CURVE CRYPTOGRAPHY OVER FINITE FIELDS OF GF(2 m ) COMPARISON OF ALGORITHMS FOR ELLIPTIC CURVE CRYPTOGRAPHY OVER FINITE FIELDS OF GF( m ) Mahias Schmalisch Dirk Timmerma Uiversiy of Rosock Isiue of Applied Microelecroics ad Compuer Sciece Richard-Wager-Sr

More information

CSE 202: Design and Analysis of Algorithms Lecture 16

CSE 202: Design and Analysis of Algorithms Lecture 16 CSE 202: Desig ad Aalysis of Algorihms Lecure 16 Isrucor: Kamalia Chaudhuri Iequaliy 1: Marov s Iequaliy Pr(X=x) Pr(X >= a) 0 x a If X is a radom variable which aes o-egaive values, ad a > 0, he Pr[X a]

More information

12 Getting Started With Fourier Analysis

12 Getting Started With Fourier Analysis Commuicaios Egieerig MSc - Prelimiary Readig Geig Sared Wih Fourier Aalysis Fourier aalysis is cocered wih he represeaio of sigals i erms of he sums of sie, cosie or complex oscillaio waveforms. We ll

More information

Discrete-Time Signals and Systems. Introduction to Digital Signal Processing. Independent Variable. What is a Signal? What is a System?

Discrete-Time Signals and Systems. Introduction to Digital Signal Processing. Independent Variable. What is a Signal? What is a System? Discree-Time Sigals ad Sysems Iroducio o Digial Sigal Processig Professor Deepa Kudur Uiversiy of Toroo Referece: Secios. -.4 of Joh G. Proakis ad Dimiris G. Maolakis, Digial Sigal Processig: Priciples,

More information

Claims Reserving Estimation for BPJS Using Archimedean Copulas

Claims Reserving Estimation for BPJS Using Archimedean Copulas Claims Reservig Esimaio for BPJS Usig Archimedea Copulas Yuciaa Wiladari,, a) Sri Haryami Kariko 3, b) 3, c) ad Adhiya Roie Effedie Ph.D Sude Deparme of Mahemaics Uiversias Gadjah Mada, Yogyakara. Deparme

More information

Chapter I MATH FUNDAMENTALS I.3 Real Functions 27. After the completion of this section the student

Chapter I MATH FUNDAMENTALS I.3 Real Functions 27. After the completion of this section the student Chaper I MATH FUNDAMENTALS I. Real Fucios 7 I. REAL FUNCTIONS Ojecives: Afer he compleio of his secio he sude - should recall he defiiio of he asic algeraic ad rascedeal fucios - should e ale o deermie

More information

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online Ieraioal joural of Egieerig Research-Olie A Peer Reviewed Ieraioal Joural Aricles available olie hp://www.ijoer.i Vol.., Issue.., 3 RESEARCH ARTICLE INTEGRAL SOLUTION OF 3 G.AKILA, M.A.GOPALAN, S.VIDHYALAKSHMI

More information

Some Properties of Semi-E-Convex Function and Semi-E-Convex Programming*

Some Properties of Semi-E-Convex Function and Semi-E-Convex Programming* The Eighh Ieraioal Symposium o Operaios esearch ad Is Applicaios (ISOA 9) Zhagjiajie Chia Sepember 2 22 29 Copyrigh 29 OSC & APOC pp 33 39 Some Properies of Semi-E-Covex Fucio ad Semi-E-Covex Programmig*

More information

Review Answers for E&CE 700T02

Review Answers for E&CE 700T02 Review Aswers for E&CE 700T0 . Deermie he curre soluio, all possible direcios, ad sepsizes wheher improvig or o for he simple able below: 4 b ma c 0 0 0-4 6 0 - B N B N ^0 0 0 curre sol =, = Ch for - -

More information

Conditional Probability and Conditional Expectation

Conditional Probability and Conditional Expectation Hadou #8 for B902308 prig 2002 lecure dae: 3/06/2002 Codiioal Probabiliy ad Codiioal Epecaio uppose X ad Y are wo radom variables The codiioal probabiliy of Y y give X is } { }, { } { X P X y Y P X y Y

More information

6.003: Signals and Systems

6.003: Signals and Systems 6.003: Sigals ad Sysems Lecure 8 March 2, 2010 6.003: Sigals ad Sysems Mid-erm Examiaio #1 Tomorrow, Wedesday, March 3, 7:30-9:30pm. No reciaios omorrow. Coverage: Represeaios of CT ad DT Sysems Lecures

More information

BAYESIAN ESTIMATION METHOD FOR PARAMETER OF EPIDEMIC SIR REED-FROST MODEL. Puji Kurniawan M

BAYESIAN ESTIMATION METHOD FOR PARAMETER OF EPIDEMIC SIR REED-FROST MODEL. Puji Kurniawan M BAYESAN ESTMATON METHOD FOR PARAMETER OF EPDEMC SR REED-FROST MODEL Puji Kuriawa M447 ABSTRACT. fecious diseases is a impora healh problem i he mos of couries, belogig o doesia. Some of ifecious diseases

More information

Department of Mathematical and Statistical Sciences University of Alberta

Department of Mathematical and Statistical Sciences University of Alberta MATH 4 (R) Wier 008 Iermediae Calculus I Soluios o Problem Se # Due: Friday Jauary 8, 008 Deparme of Mahemaical ad Saisical Scieces Uiversiy of Albera Quesio. [Sec.., #] Fid a formula for he geeral erm

More information

Additional Tables of Simulation Results

Additional Tables of Simulation Results Saisica Siica: Suppleme REGULARIZING LASSO: A CONSISTENT VARIABLE SELECTION METHOD Quefeg Li ad Ju Shao Uiversiy of Wiscosi, Madiso, Eas Chia Normal Uiversiy ad Uiversiy of Wiscosi, Madiso Supplemeary

More information