Algorithm Design and Implementation for a Mathematical Model of Factoring Integers

Size: px
Start display at page:

Download "Algorithm Design and Implementation for a Mathematical Model of Factoring Integers"

Transcription

1 IOSR Journal of Matheatics (IOSR-JM e-iss: , -ISS: X. Volue 3, Issue I Ver. VI (Jan. - Feb. 07, PP Algorith Design leentation for a Matheatical Model of Factoring Integers Jianhui I Deartent of Couter Science, Guangdong eusoft Institue, Foshan City, Guangdong Province, PRC, 5800 Abstract: Based on an aroxiate forula of factoring an odd coosite nuber, the article deduces a distribution for factors in big odd coosite nuber designs an algorith to ick u the factors. Matheatical deduction is resented in detail nuerical exerient is ade on soe big nubers. Exerient shows that the algorith is as efficient as the Pullard s Rho algorith for conventional nubers. Keywords: Integer factorization, Algorith design, nuerical exerients MSC 000: A5,0008 I. Introduction Factorization of integers has been an unsolved roble ever since the ancient tie. For the old trial aroach the Ferat aroach to odern aroach of nuber field sieve, huan being have tried colorful efforts to solve the roble, as suarized in article []. evertheless, a better resolution has been aealed fro both atheaticians researchers of inforation security. Conseuently, study of the roble never ceased. Recent years, literatures on the roble can freuently be seen in several occasions. In article [], Jongsoo Park Mathology Sys tried to do factorization using ultilication table; in article [3], W Aldrin, Wanabisi She Aywa, Cleohas Maende Geoffrey Muchiri Muketha raised a atheatical odel, naely a forula, to aroxiate factors of a coosite nuber. In article [4] [5], WAG built sieves of odd coosite nubers obtain aroaches to factorize large nubers via factorization of sall nubers. Articles [6] [7] ut a new aroach to analyze odd nubers by binary tree obtained new criterions for rie nubers factorization of odd nubers. It can see that, article [3] did not give an algorith or a detail rocedure to realize the atheatical odel though it resented a few secial sales to deonstrate the correctness of the forula. Meanwhile, an algorith called seuential searching algorith in article [7] is a little slower than the Pollard s rho algorith. Therefore, it is worth to have a try to an algorith that can ake the idea in article [3] realizable in a relative seed. This article ainly cobines the atheatical odel in article [3] with the seuential algorith in article [7]. An algorith is designed relative tests are ade. Exerients show that, the cobined algorith is as efficient as the Pullard s Rho algorith. II. Preliinaries. Sybols otations This article continues using the sybols notations that are given in article [7] unless secially coented.. eas ea (see in [3]. et be a large coosite integer of decial digit length l 5 difference d d d d d 0 ; then the rie factors are aroxiately ( (. ea (see in [7]. et (, be an odd coosite nuber such that (, (,, where are odd coried nubers that fit 3 ; let sybols (, (,0 (, resectively the leftost the rightost nodes on level + in the left branch of T (, ; let (, (, ( (, indicate resectively the first s s ultile-nodes left to left to (, (, nodes away fro (,0 (, ( odes (, (, ;, (, (, (, ( be (, (, ( be the node that is (, nodes away fro (,, be the id-node that is right to (, (, ; then it holds DOI: / Page

2 Seed Sieve of Odd Coosite ubers with Alications In Factorization of Integers ( There are exact nodes fro (, (, (, ( to (, exact nodes fro (, (, (, ( to (, ; (, (3 the distribution of (, (, (, (, (, ( on level + is as (, (,0, (,, (, (, (, (, figure illustrates. Fig. Distribution of Critical odes (> (, Range of s ultile node Range of s ultile node (, (,0 (, (, ( (, (, (, (, ( (, (, ( (, (, (, ea 3( see in [8] The floor function of a real nuber x, denoted by x that is defined by x x x satisfies ( x y x y x y ( x x x (3 x n x n for integer n. III. Theoretic Conclusions Proofs Corollary. et (, be an odd coosite such that (,, where are odd nubers that fit 3 ; then 6. Proof. By ea, it is easily to know, naely,. Siilarly, it yields (, That is Thus ote that, when > it yields Conseuently Since are both odd nubers, the corollary obviously holds. Corollary. et > (, be a large coosite integer of decial digit length l 5 (, (, difference d 0 ; then resectively are divisors of nodes in intervals [, ] (, (, [, (, ] R (,, where R (, I (, I DOI: / Page

3 Seed Sieve of Odd Coosite ubers with Alications In Factorization of Integers I (, ( 3 R 3 4 I (, ( 4 (, ( 3 R 3 (, ( Proof. By ea, are aroxiately calculated resectively by Therefore it yields d d (, ( d d (, ( (, ( d d (, ( d d 4 4 et D D ; fro 6, then it yields (, ( D (, ( 3 ( (, ( D (, ( 3 ( By ea 3, it yields (, ( D (, ( (, ( D (, ( 3 ow silify the ineualities ( (. ote that 3 (, ( 3 (, ( 3 (, ( 3 (, ( 3 (, ( 3 it knows Siilarly it yields (, ( 3 D (, ( D (, ( 3 4 (, ( D (, ( 3 ow consider D D are nuber of nodes left to the node translating R D D into I, I, I I R. (, (,, the corollary surely holds when (3 (4 (5 (6 (7 DOI: / Page

4 Seed Sieve of Odd Coosite ubers with Alications In Factorization of Integers IV. Algorith Design Exerients According to the corollaries that are roved in revious section, algorith to search search (SS for factorization of odd nubers can be designed exerients can be ade as follows. 4. Algorith Design ======== SS Algorith========== Inut: Odd coosite nuber (0,0 Ste. Calculate searching level: K log (0,0 ; Ste. Calculate: I ( 3, R K K 3 K 4 I (0,0 (, K K K 4 (0,0 ( 3, R K K 3 (0,0 ( ; K (0,0 (0,0 K Ste 3. Calculate reference node: ul K (, (0,0 ; K Ste 4. Calculate: I ul I, I R ul I R, I ul I, I R ul I R ; R R Ste 5. Search in [ I, I ],[ I, I ] the first odd nuber that has coon divisor with (0,0. ===============End of Algorith ============== 4. uerical Exerients To test the new algorith, nuerical exerients are ade on a Dell PC with.99ghz CPU 8G eories. For coarative urose, 0 big nubers are tested by both Pullard s Rho algorith the new algorith designed reviously the results are list in table. Seen fro figure, it knows that, the two algoriths are alost eually efficient. Table Exerient on Soe Big Integers s Factorization Couting tie( in seconds Pollard s Rho SSAlgorith = = = = = = = = = = = = = = = = = = = = Pullard'sRho SSAlgorith Fig. Pullard srho vs. SS Algorith DOI: / Page

5 Seed Sieve of Odd Coosite ubers with Alications In Factorization of Integers V. Conclusion It is necessary for a scientific researcher to ileent ake test of his theoretic idea. Coarisons or coarative study of kinds of different odels can ake it clear for a decision. For this urose, this article cobines the idea that was raised in article [3] the theory that was ut forward in article [7] realizes an aroach to factorize integers. The author hoe it could be a useful exloration a valuable reference in theoretic study technical develoent. Acknowledgent The research work is suorted by Foshan Bureau of Science Technology under rojects 06AG0065, 06AG AG0038. The author sincerely resents thanks to the all. References [] Sonal Sarnaik, Dinesh Gadekar Uesh Gaikwad, An overview to Integer factorization RSA in Crytograhy, ITERATIOA JOURA FOR ADVACE RESEARCH I EGIEERIG AD TECHOOGY,(9,-6(04 [] Jongsoo Park,Mathology Sys, "Prie Sieve Factorization Using Multilication Table", Journal of Matheatics Research,4(3:7-(0 [3] W Aldrin, Wanabisi She Aywa, Cleohas Maende Geoffrey Muchiri Muketha, "Factorization of arge Integers". International Journal of Matheatics Statistics Studies,(:39-44(03 [4] Xingbo WAG. Seed Sieve of Odd Coosite ubers with Alications In Factorization of Integers, OSR Journal of Matheatics (IOSR-JM, (5, Ver. VIII, 0-07(06 [5] Xingbo WAG, Factorization of arge ubers via Factorization of Sall ubers, Global Journal of Pure Alied Matheatics, ( 6, (06 [6] WAG Xingbo, Valuated Binary Tree: A ew Aroach in Study of Integers, International Journal of Scientific Innovative Matheatical Research (IJSIMR, 4(3, 63-67(06( DOI:0.043/ [7] Xingbo WAG, Genetic Traits of Odd ubers With Alications in Factorization of Integers, Global Journal of Pure Alied Matheatics,3(:38-333(07 [8] Wang Xingbo, A ean-value forula for the floor function on integers, Mathrobles Journal, (4,36-43(0 DOI: / Page

PRELIMINARIES This section lists for later sections the necessary preliminaries, which include definitions, notations and lemmas.

PRELIMINARIES This section lists for later sections the necessary preliminaries, which include definitions, notations and lemmas. MORE O SQUARE AD SQUARE ROOT OF A ODE O T TREE Xingbo Wang Departent of Mechatronic Engineering, Foshan University, PRC Guangdong Engineering Center of Inforation Security for Intelligent Manufacturing

More information

Factorization of Large Numbers via Factorization of Small Numbers

Factorization of Large Numbers via Factorization of Small Numbers Global Journal of Pure and Applied Mathematics. ISSN 973-768 Volume, Number 6 (6), pp. 557-573 Research India Publications http://www.ripublication.com/gjpam.htm Factorization of Large Numbers via Factorization

More information

4 A Survey of Congruent Results 12

4 A Survey of Congruent Results 12 4 A urvey of Congruent Results 1 ECTION 4.5 Perfect Nubers and the iga Function By the end of this section you will be able to test whether a given Mersenne nuber is rie understand what is eant be a erfect

More information

Quadratic Reciprocity. As in the previous notes, we consider the Legendre Symbol, defined by

Quadratic Reciprocity. As in the previous notes, we consider the Legendre Symbol, defined by Math 0 Sring 01 Quadratic Recirocity As in the revious notes we consider the Legendre Sybol defined by $ ˆa & 0 if a 1 if a is a quadratic residue odulo. % 1 if a is a quadratic non residue We also had

More information

Congruences involving Bernoulli and Euler numbers Zhi-Hong Sun

Congruences involving Bernoulli and Euler numbers Zhi-Hong Sun The aer will aear in Journal of Nuber Theory. Congruences involving Bernoulli Euler nubers Zhi-Hong Sun Deartent of Matheatics, Huaiyin Teachers College, Huaian, Jiangsu 300, PR China Received January

More information

ElGamal Public-Key Cryptosystem in Multiplicative Groups of Quotient Rings of Polynomials over Finite Fields

ElGamal Public-Key Cryptosystem in Multiplicative Groups of Quotient Rings of Polynomials over Finite Fields UDC 68.3.06 ElGaal Public-Key Crytosyste in Multilicative Grous of Quotient Rings of Polynoials over Finite Fields A. N. El-Kassar and Razi A. Haraty Beirut Arab University, Matheatics Deartent, P. O.

More information

[95/95] APPROACH FOR DESIGN LIMITS ANALYSIS IN VVER. Shishkov L., Tsyganov S. Russian Research Centre Kurchatov Institute Russian Federation, Moscow

[95/95] APPROACH FOR DESIGN LIMITS ANALYSIS IN VVER. Shishkov L., Tsyganov S. Russian Research Centre Kurchatov Institute Russian Federation, Moscow [95/95] APPROACH FOR DESIGN LIMITS ANALYSIS IN VVER Shishkov L., Tsyganov S. Russian Research Centre Kurchatov Institute Russian Federation, Moscow ABSTRACT The aer discusses a well-known condition [95%/95%],

More information

New Set of Rotationally Legendre Moment Invariants

New Set of Rotationally Legendre Moment Invariants New Set of Rotationally Legendre Moent Invariants Khalid M. Hosny Abstract Orthogonal Legendre oents are used in several attern recognition and iage rocessing alications. Translation and scale Legendre

More information

Amusing Properties of Odd Numbers Derived From Valuated Binary Tree

Amusing Properties of Odd Numbers Derived From Valuated Binary Tree IOSR Journal of Mathematcs (IOSR-JM) e-iss: 78-578, p-iss: 19-765X. Volume 1, Issue 6 Ver. V (ov. - Dec.016), PP 5-57 www.osrjournals.org Amusng Propertes of Odd umbers Derved From Valuated Bnary Tree

More information

Polygonal Designs: Existence and Construction

Polygonal Designs: Existence and Construction Polygonal Designs: Existence and Construction John Hegean Departent of Matheatics, Stanford University, Stanford, CA 9405 Jeff Langford Departent of Matheatics, Drake University, Des Moines, IA 5011 G

More information

SUPPORTING INFORMATION FOR. Mass Spectrometrically-Detected Statistical Aspects of Ligand Populations in Mixed Monolayer Au 25 L 18 Nanoparticles

SUPPORTING INFORMATION FOR. Mass Spectrometrically-Detected Statistical Aspects of Ligand Populations in Mixed Monolayer Au 25 L 18 Nanoparticles SUPPORTIG IFORMATIO FOR Mass Sectroetrically-Detected Statistical Asects of Lig Poulations in Mixed Monolayer Au 25 L 8 anoarticles Aala Dass,,a Kennedy Holt, Joseh F. Parer, Stehen W. Feldberg, Royce

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binoial and Poisson Probability Distributions There are a few discrete robability distributions that cro u any ties in hysics alications, e.g. QM, SM. Here we consider TWO iortant and related cases, the

More information

Suppress Parameter Cross-talk for Elastic Full-waveform Inversion: Parameterization and Acquisition Geometry

Suppress Parameter Cross-talk for Elastic Full-waveform Inversion: Parameterization and Acquisition Geometry Suress Paraeter Cross-talk for Elastic Full-wavefor Inversion: Paraeterization and Acquisition Geoetry Wenyong Pan and Kris Innanen CREWES Project, Deartent of Geoscience, University of Calgary Suary Full-wavefor

More information

#A62 INTEGERS 16 (2016) REPRESENTATION OF INTEGERS BY TERNARY QUADRATIC FORMS: A GEOMETRIC APPROACH

#A62 INTEGERS 16 (2016) REPRESENTATION OF INTEGERS BY TERNARY QUADRATIC FORMS: A GEOMETRIC APPROACH #A6 INTEGERS 16 (016) REPRESENTATION OF INTEGERS BY TERNARY QUADRATIC FORMS: A GEOMETRIC APPROACH Gabriel Durha Deartent of Matheatics, University of Georgia, Athens, Georgia gjdurha@ugaedu Received: 9/11/15,

More information

Computationally Efficient Control System Based on Digital Dynamic Pulse Frequency Modulation for Microprocessor Implementation

Computationally Efficient Control System Based on Digital Dynamic Pulse Frequency Modulation for Microprocessor Implementation IJCSI International Journal of Couter Science Issues, Vol. 0, Issue 3, No 2, May 203 ISSN (Print): 694-084 ISSN (Online): 694-0784 www.ijcsi.org 20 Coutationally Efficient Control Syste Based on Digital

More information

SUPERCONGRUENCES INVOLVING PRODUCTS OF TWO BINOMIAL COEFFICIENTS

SUPERCONGRUENCES INVOLVING PRODUCTS OF TWO BINOMIAL COEFFICIENTS Finite Fields Al. 013, 4 44. SUPERCONGRUENCES INVOLVING PRODUCTS OF TWO BINOMIAL COEFFICIENTS Zhi-Wei Sun Deartent of Matheatics, Nanjing University Nanjing 10093, Peole s Reublic of China E-ail: zwsun@nju.edu.cn

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Frequency Domain Analysis of Rattle in Gear Pairs and Clutches. Abstract. 1. Introduction

Frequency Domain Analysis of Rattle in Gear Pairs and Clutches. Abstract. 1. Introduction The 00 International Congress and Exosition on Noise Control Engineering Dearborn, MI, USA. August 9-, 00 Frequency Doain Analysis of Rattle in Gear Pairs and Clutches T. C. Ki and R. Singh Acoustics and

More information

Ayşe Alaca, Şaban Alaca and Kenneth S. Williams School of Mathematics and Statistics, Carleton University, Ottawa, Ontario, Canada. Abstract.

Ayşe Alaca, Şaban Alaca and Kenneth S. Williams School of Mathematics and Statistics, Carleton University, Ottawa, Ontario, Canada. Abstract. Journal of Cobinatorics and Nuber Theory Volue 6, Nuber,. 17 15 ISSN: 194-5600 c Nova Science Publishers, Inc. DOUBLE GAUSS SUMS Ayşe Alaca, Şaban Alaca and Kenneth S. Willias School of Matheatics and

More information

MATHEMATICAL MODELS AND OPTICAL INVESTIGATION OF TWO PHASE FLOWS IN WIND TUNNELS

MATHEMATICAL MODELS AND OPTICAL INVESTIGATION OF TWO PHASE FLOWS IN WIND TUNNELS MATHEMATICAL MODELS AND OPTICAL INESTIGATION OF TWO PHASE FLOWS IN WIND TUNNELS *Central Aerohydrodynaic institute Keywords: wind tunnels, icing in suercooled drolets and non-sherical crystals, otical

More information

Polynomials and Cryptography. Michele Elia Politecnico di Torino

Polynomials and Cryptography. Michele Elia Politecnico di Torino Polynoials and Crytograhy Michele Elia Politecnico di Torino Trento 0 arzo 0 Preable Polynoials have always occuied a roinent osition in atheatics. In recent tie their use has becoe unavoidable in crytograhy.

More information

Control and Stability of the Time-delay Linear Systems

Control and Stability of the Time-delay Linear Systems ISSN 746-7659, England, UK Journal of Inforation and Couting Science Vol., No. 4, 206,.29-297 Control and Stability of the Tie-delay Linear Systes Negras Tahasbi *, Hojjat Ahsani Tehrani Deartent of Matheatics,

More information

EXPLICIT CONGRUENCES FOR EULER POLYNOMIALS

EXPLICIT CONGRUENCES FOR EULER POLYNOMIALS EXPLICIT CONGRUENCES FOR EULER POLYNOMIALS Zhi-Wei Sun Departent of Matheatics, Nanjing University Nanjing 10093, People s Republic of China zwsun@nju.edu.cn Abstract In this paper we establish soe explicit

More information

An Iterative Substructuring Approach to the Calculation of. Eigensolution and Eigensensitivity

An Iterative Substructuring Approach to the Calculation of. Eigensolution and Eigensensitivity his is the Pre-Published Version. An Iterative Substructuring Aroach to the Calculation of Eigensolution and Eigensensitivity Shun Weng PhD student, Deartent of Civil and Structural Engineering, he Hong

More information

AN EXPLICIT METHOD FOR NUMERICAL SIMULATION OF WAVE EQUATIONS

AN EXPLICIT METHOD FOR NUMERICAL SIMULATION OF WAVE EQUATIONS The 4 th World Conference on Earthquake Engineering October -7, 8, Beiing, China AN EXPLICIT ETHOD FOR NUERICAL SIULATION OF WAVE EQUATIONS Liu Heng and Liao Zheneng Doctoral Candidate, Det. of Structural

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields Finite fields I talked in class about the field with two eleents F 2 = {, } and we ve used it in various eaples and hoework probles. In these notes I will introduce ore finite fields F p = {,,...,p } for

More information

Lecture 3: October 2, 2017

Lecture 3: October 2, 2017 Inforation and Coding Theory Autun 2017 Lecturer: Madhur Tulsiani Lecture 3: October 2, 2017 1 Shearer s lea and alications In the revious lecture, we saw the following stateent of Shearer s lea. Lea 1.1

More information

Phase field modelling of microstructural evolution using the Cahn-Hilliard equation: A report to accompany CH-muSE

Phase field modelling of microstructural evolution using the Cahn-Hilliard equation: A report to accompany CH-muSE Phase field odelling of icrostructural evolution using the Cahn-Hilliard equation: A reort to accoany CH-uSE 1 The Cahn-Hilliard equation Let us consider a binary alloy of average coosition c 0 occuying

More information

SHOUYU DU AND ZHANLE DU

SHOUYU DU AND ZHANLE DU THERE ARE INFINITELY MANY COUSIN PRIMES arxiv:ath/009v athgm 4 Oct 00 SHOUYU DU AND ZHANLE DU Abstract We roved that there are infinitely any cousin ries Introduction If c and c + 4 are both ries, then

More information

Handout 6 Solutions to Problems from Homework 2

Handout 6 Solutions to Problems from Homework 2 CS 85/185 Fall 2003 Lower Bounds Handout 6 Solutions to Probles fro Hoewor 2 Ait Charabarti Couter Science Dartouth College Solution to Proble 1 1.2: Let f n stand for A 111 n. To decide the roerty f 3

More information

Numerical Model of the Human Head under Side Impact

Numerical Model of the Human Head under Side Impact J. Basic. Al. Sci. Res., 3(3)47-474, 3 3, TextRoad Publication ISSN 9-434 Journal of Basic and Alied Scientific Research www.textroad.co Nuerical Model of the Huan Head under Side Iact Behrooz Seehri (PHD),

More information

A STUDY OF UNSUPERVISED CHANGE DETECTION BASED ON TEST STATISTIC AND GAUSSIAN MIXTURE MODEL USING POLSAR SAR DATA

A STUDY OF UNSUPERVISED CHANGE DETECTION BASED ON TEST STATISTIC AND GAUSSIAN MIXTURE MODEL USING POLSAR SAR DATA A STUDY OF UNSUPERVISED CHANGE DETECTION BASED ON TEST STATISTIC AND GAUSSIAN MIXTURE MODEL USING POLSAR SAR DATA Yang Yuxin a, Liu Wensong b* a Middle School Affiliated to Central China Noral University,

More information

Genetic Traits of Odd Numbers with Applications in Factorization of Integers

Genetic Traits of Odd Numbers with Applications in Factorization of Integers Global Journal of Pure and Aled Matheatcs ISS 0973-768 Volue 3, uber (07, 493-57 Research Inda Publcatons htt://wwwrublcatonco Genetc Trats of Odd ubers wth Alcatons n Factorzaton of Integers Xngbo Wang

More information

1. (2.5.1) So, the number of moles, n, contained in a sample of any substance is equal N n, (2.5.2)

1. (2.5.1) So, the number of moles, n, contained in a sample of any substance is equal N n, (2.5.2) Lecture.5. Ideal gas law We have already discussed general rinciles of classical therodynaics. Classical therodynaics is a acroscoic science which describes hysical systes by eans of acroscoic variables,

More information

International Mathematical Olympiad. Preliminary Selection Contest 2009 Hong Kong. Outline of Solutions

International Mathematical Olympiad. Preliminary Selection Contest 2009 Hong Kong. Outline of Solutions International Matheatical Olypiad Preliinary Selection ontest 009 Hong Kong Outline of Solutions nswers:. 03809. 0 3. 0. 333. 00099 00. 37 7. 3 8. 3 9. 3 0. 8 3. 009 00. 3 3. 3. 89. 8077. 000 7. 30 8.

More information

Primes of the form n 2 + 1

Primes of the form n 2 + 1 Itroductio Ladau s Probles are four robles i Nuber Theory cocerig rie ubers: Goldbach s Cojecture: This cojecture states that every ositive eve iteger greater tha ca be exressed as the su of two (ot ecessarily

More information

INTERIOR BALLISTIC PRINCIPLE OF HIGH/LOW PRESSURE CHAMBERS IN AUTOMATIC GRENADE LAUNCHERS

INTERIOR BALLISTIC PRINCIPLE OF HIGH/LOW PRESSURE CHAMBERS IN AUTOMATIC GRENADE LAUNCHERS XXXX IB08 19th International Syosiu of Ballistics, 7 11 May 001, Interlaken, Switzerland INTERIOR BALLISTIC PRINCIPLE OF HIGH/LOW PRESSURE CHAMBERS IN AUTOMATIC GRENADE LAUNCHERS S. Jaraaz1, D. Micković1,

More information

GENERALIZED KERNEL AND MIXED INTEGRAL EQUATION OF FREDHOLM - VOLTERRA TYPE R. T. Matoog

GENERALIZED KERNEL AND MIXED INTEGRAL EQUATION OF FREDHOLM - VOLTERRA TYPE R. T. Matoog GENERALIZED KERNEL AND MIXED INTEGRAL EQUATION OF FREDHOLM - VOLTERRA TYPE R. T. Matoog Assistat Professor. Deartet of Matheatics, Faculty of Alied Scieces,U Al-Qura Uiversity, Makkah, Saudi Arabia Abstract:

More information

A Subspace Iteration for Calculating a Cluster of Exterior Eigenvalues

A Subspace Iteration for Calculating a Cluster of Exterior Eigenvalues Advances in Linear Algebra & Matrix heory 05 5 76-89 Published Online Seteber 05 in SciRes htt://wwwscirorg/ournal/alat htt://dxdoiorg/0436/alat0553008 A Subsace Iteration for Calculating a Cluster of

More information

Egyptian Mathematics Problem Set

Egyptian Mathematics Problem Set (Send corrections to cbruni@uwaterloo.ca) Egyptian Matheatics Proble Set (i) Use the Egyptian area of a circle A = (8d/9) 2 to copute the areas of the following circles with given diaeter. d = 2. d = 3

More information

POWER RESIDUES OF FOURIER COEFFICIENTS OF MODULAR FORMS

POWER RESIDUES OF FOURIER COEFFICIENTS OF MODULAR FORMS POWER RESIDUES OF FOURIER COEFFICIENTS OF MODULAR FORMS TOM WESTON Abstract Let ρ : G Q > GL nq l be a otivic l-adic Galois reresentation For fixed > 1 we initiate an investigation of the density of the

More information

EXACT BOUNDS FOR JUDICIOUS PARTITIONS OF GRAPHS

EXACT BOUNDS FOR JUDICIOUS PARTITIONS OF GRAPHS EXACT BOUNDS FOR JUDICIOUS PARTITIONS OF GRAPHS B. BOLLOBÁS1,3 AND A.D. SCOTT,3 Abstract. Edwards showed that every grah of size 1 has a biartite subgrah of size at least / + /8 + 1/64 1/8. We show that

More information

The Semantics of Data Flow Diagrams. P.D. Bruza. Th.P. van der Weide. Dept. of Information Systems, University of Nijmegen

The Semantics of Data Flow Diagrams. P.D. Bruza. Th.P. van der Weide. Dept. of Information Systems, University of Nijmegen The Seantics of Data Flow Diagras P.D. Bruza Th.P. van der Weide Det. of Inforation Systes, University of Nijegen Toernooiveld, NL-6525 ED Nijegen, The Netherlands July 26, 1993 Abstract In this article

More information

Research Article Some Formulae of Products of the Apostol-Bernoulli and Apostol-Euler Polynomials

Research Article Some Formulae of Products of the Apostol-Bernoulli and Apostol-Euler Polynomials Discrete Dynaics in Nature and Society Volue 202, Article ID 927953, pages doi:055/202/927953 Research Article Soe Forulae of Products of the Apostol-Bernoulli and Apostol-Euler Polynoials Yuan He and

More information

Valuated Binary Tree: A New Approach in Study of Integers

Valuated Binary Tree: A New Approach in Study of Integers Internatonal Journal of Scentfc Innovatve Mathematcal Research (IJSIMR) Volume 4, Issue 3, March 6, PP 63-67 ISS 347-37X (Prnt) & ISS 347-34 (Onlne) wwwarcournalsorg Valuated Bnary Tree: A ew Approach

More information

Optimal Adaptive Computations in the Jaffard Algebra and Localized Frames

Optimal Adaptive Computations in the Jaffard Algebra and Localized Frames www.oeaw.ac.at Otial Adative Coutations in the Jaffard Algebra and Localized Fraes M. Fornasier, K. Gröchenig RICAM-Reort 2006-28 www.rica.oeaw.ac.at Otial Adative Coutations in the Jaffard Algebra and

More information

1. INTRODUCTION AND RESULTS

1. INTRODUCTION AND RESULTS SOME IDENTITIES INVOLVING THE FIBONACCI NUMBERS AND LUCAS NUMBERS Wenpeng Zhang Research Center for Basic Science, Xi an Jiaotong University Xi an Shaanxi, People s Republic of China (Subitted August 00

More information

CALCULATION of CORONA INCEPTION VOLTAGES in N 2 +SF 6 MIXTURES via GENETIC ALGORITHM

CALCULATION of CORONA INCEPTION VOLTAGES in N 2 +SF 6 MIXTURES via GENETIC ALGORITHM CALCULATION of COONA INCPTION VOLTAGS in N +SF 6 MIXTUS via GNTIC ALGOITHM. Onal G. Kourgoz e-ail: onal@elk.itu.edu.tr e-ail: guven@itu.edu..edu.tr Istanbul Technical University, Faculty of lectric and

More information

Numerical Method for Obtaining a Predictive Estimator for the Geometric Distribution

Numerical Method for Obtaining a Predictive Estimator for the Geometric Distribution British Journal of Matheatics & Couter Science 19(5): 1-13, 2016; Article no.bjmcs.29941 ISSN: 2231-0851 SCIENCEDOMAIN international www.sciencedoain.org Nuerical Method for Obtaining a Predictive Estiator

More information

Design of Linear-Phase Two-Channel FIR Filter Banks with Rational Sampling Factors

Design of Linear-Phase Two-Channel FIR Filter Banks with Rational Sampling Factors R. Bregović and. Saraäi, Design of linear hase two-channel FIR filter bans with rational saling factors, Proc. 3 rd Int. Sy. on Iage and Signal Processing and Analysis, Roe, Italy, Set. 3,. 749 754. Design

More information

NONNEGATIVE matrix factorization finds its application

NONNEGATIVE matrix factorization finds its application Multilicative Udates for Convolutional NMF Under -Divergence Pedro J. Villasana T., Stanislaw Gorlow, Meber, IEEE and Arvind T. Hariraan arxiv:803.0559v2 [cs.lg 5 May 208 Abstract In this letter, we generalize

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

IOSIF PINELIS. 1. INTRODUCTION The Euler Maclaurin (EM) summation formula can be written as follows: 2m 1. B j j! [ f( j 1) (n) f ( j 1) (0)], (EM)

IOSIF PINELIS. 1. INTRODUCTION The Euler Maclaurin (EM) summation formula can be written as follows: 2m 1. B j j! [ f( j 1) (n) f ( j 1) (0)], (EM) APPROXIMATING SUMS BY INTEGRALS ONLY: MULTIPLE SUMS AND SUMS OVER LATTICE POLYTOPES arxiv:1705.09159v7 [ath.ca] 29 Oct 2017 IOSIF PINELIS ABSTRACT. The Euler Maclaurin (EM) suation forula is used in any

More information

The Construction of Orthonormal Wavelets Using Symbolic Methods and a Matrix Analytical Approach for Wavelets on the Interval

The Construction of Orthonormal Wavelets Using Symbolic Methods and a Matrix Analytical Approach for Wavelets on the Interval The Construction of Orthonoral Wavelets Using Sybolic Methods and a Matrix Analytical Aroach for Wavelets on the Interval Frédéric Chyzak, Peter Paule, Otar Scherzer, Arin Schoisswohl, and Burkhard Zierann

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

A Constraint View of IBD Graphs

A Constraint View of IBD Graphs A Constraint View of IBD Grahs Rina Dechter, Dan Geiger and Elizabeth Thoson Donald Bren School of Inforation and Couter Science University of California, Irvine, CA 92697 1 Introduction The reort rovides

More information

Mesopic Visual Performance of Cockpit s Interior based on Artificial Neural Network

Mesopic Visual Performance of Cockpit s Interior based on Artificial Neural Network Mesoic Visual Perforance of Cockit s Interior based on Artificial Neural Network Dongdong WEI Fudan University Det of Mechanics & Science Engineering Shanghai, China Abstract The abient light of cockit

More information

Fundamentals of Astrodynamics and Applications 3 rd Ed

Fundamentals of Astrodynamics and Applications 3 rd Ed Fundaentals of Astrodynaics and Alications 3 rd Ed Errata June 0, 0 This listing is an on-going docuent of corrections and clarifications encountered in the book. I areciate any coents and questions you

More information

One- and multidimensional Fibonacci search very easy!

One- and multidimensional Fibonacci search very easy! One and ultidiensional ibonacci search One and ultidiensional ibonacci search very easy!. Content. Introduction / Preliinary rearks...page. Short descrition of the ibonacci nubers...page 3. Descrition

More information

The CIA (consistency in aggregation) approach A new economic approach to elementary indices

The CIA (consistency in aggregation) approach A new economic approach to elementary indices The CIA (consistency in aggregation) aroach A new econoic aroach to eleentary indices Dr Jens ehrhoff*, Head of Section Business Cycle and Structural Econoic Statistics * Jens This ehrhoff, resentation

More information

MULTIPLAYER ROCK-PAPER-SCISSORS

MULTIPLAYER ROCK-PAPER-SCISSORS MULTIPLAYER ROCK-PAPER-SCISSORS CHARLOTTE ATEN Contents 1. Introduction 1 2. RPS Magas 3 3. Ites as a Function of Players and Vice Versa 5 4. Algebraic Properties of RPS Magas 6 References 6 1. Introduction

More information

FRESNEL FORMULAE FOR SCATTERING OPERATORS

FRESNEL FORMULAE FOR SCATTERING OPERATORS elecounications and Radio Engineering, 70(9):749-758 (011) MAHEMAICAL MEHODS IN ELECROMAGNEIC HEORY FRESNEL FORMULAE FOR SCAERING OPERAORS I.V. Petrusenko & Yu.K. Sirenko A. Usikov Institute of Radio Physics

More information

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lesson 1 4 October 2017 Outline Learning and Evaluation for Pattern Recognition Notation...2 1. The Pattern Recognition

More information

ON THE INTEGER PART OF A POSITIVE INTEGER S K-TH ROOT

ON THE INTEGER PART OF A POSITIVE INTEGER S K-TH ROOT ON THE INTEGER PART OF A POSITIVE INTEGER S K-TH ROOT Yang Hai Research Center for Basic Science, Xi an Jiaotong University, Xi an, Shaanxi, P.R.China Fu Ruiqin School of Science, Xi an Shiyou University,

More information

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields Malaysian Journal of Mathematical Sciences 10(S February: 15-35 (016 Secial Issue: The 3 rd International Conference on Mathematical Alications in Engineering 014 (ICMAE 14 MALAYSIAN JOURNAL OF MATHEMATICAL

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

Minimizing Machinery Vibration Transmission in a Lightweight Building using Topology Optimization

Minimizing Machinery Vibration Transmission in a Lightweight Building using Topology Optimization 1 th World Congress on Structural and Multidiscilinary Otiization May 19-4, 13, Orlando, Florida, USA Miniizing Machinery Vibration ransission in a Lightweight Building using oology Otiization Niels Olhoff,

More information

Birth-Death Processes. Outline. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Relationship Among Stochastic Processes.

Birth-Death Processes. Outline. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Relationship Among Stochastic Processes. EEC 686/785 Modelig & Perforace Evaluatio of Couter Systes Lecture Webig Zhao Deartet of Electrical ad Couter Egieerig Clevelad State Uiversity webig@ieee.org based o Dr. Raj jai s lecture otes Relatioshi

More information

CONTROL AND STABILITY ANALYSIS OF AN AUTONOMOUS HELICOPTER

CONTROL AND STABILITY ANALYSIS OF AN AUTONOMOUS HELICOPTER CONTROL AND STABILITY ANALYSIS OF AN AUTONOMOUS HELICOTER A. González, R. Mahtani, M. Béjar, A. Ollero Deartaento de Ingeniería de Sisteas y Autoática Universidad de Sevilla (Sain) {cantos, rajesh, ejar,

More information

Analysis of low rank matrix recovery via Mendelson s small ball method

Analysis of low rank matrix recovery via Mendelson s small ball method Analysis of low rank atrix recovery via Mendelson s sall ball ethod Maryia Kabanava Chair for Matheatics C (Analysis) ontdriesch 0 kabanava@athc.rwth-aachen.de Holger Rauhut Chair for Matheatics C (Analysis)

More information

AN APPLICATION OF CUBIC B-SPLINE FINITE ELEMENT METHOD FOR THE BURGERS EQUATION

AN APPLICATION OF CUBIC B-SPLINE FINITE ELEMENT METHOD FOR THE BURGERS EQUATION Aksan, E..: An Applıcatıon of Cubıc B-Splıne Fınıte Eleent Method for... THERMAL SCIECE: Year 8, Vol., Suppl., pp. S95-S S95 A APPLICATIO OF CBIC B-SPLIE FIITE ELEMET METHOD FOR THE BRGERS EQATIO by Eine

More information

Isothermal Elastohydrodynamic Lubrication. E. Feyzullahoglu

Isothermal Elastohydrodynamic Lubrication. E. Feyzullahoglu Journal of the Balkan Tribological Association Vol. 15, No 3, 438 446 (009) 438 Elastohydrodynaic lubrication Isotheral Elastohydrodynaic Lubrication of Ellitic Contacts E. Feyzullahoglu Faculty of Engineering,

More information

5. Dimensional Analysis. 5.1 Dimensions and units

5. Dimensional Analysis. 5.1 Dimensions and units 5. Diensional Analysis In engineering the alication of fluid echanics in designs ake uch of the use of eirical results fro a lot of exerients. This data is often difficult to resent in a readable for.

More information

VACUUM chambers have wide applications for a variety of

VACUUM chambers have wide applications for a variety of JOURNAL OF THERMOPHYSICS AND HEAT TRANSFER Vol. 2, No., January March 27 Free Molecular Flows Between Two Plates Equied with Pus Chunei Cai ZONA Technology, Inc., Scottsdale, Arizona 85258 Iain D. Boyd

More information

Closed-form evaluations of Fibonacci Lucas reciprocal sums with three factors

Closed-form evaluations of Fibonacci Lucas reciprocal sums with three factors Notes on Nuber Theory Discrete Matheatics Print ISSN 30-32 Online ISSN 2367-827 Vol. 23 207 No. 2 04 6 Closed-for evaluations of Fibonacci Lucas reciprocal sus with three factors Robert Frontczak Lesbank

More information

arxiv:math/ v1 [math.nt] 6 Apr 2005

arxiv:math/ v1 [math.nt] 6 Apr 2005 SOME PROPERTIES OF THE PSEUDO-SMARANDACHE FUNCTION arxiv:ath/05048v [ath.nt] 6 Apr 005 RICHARD PINCH Abstract. Charles Ashbacher [] has posed a nuber of questions relating to the pseudo-sarandache function

More information

Design of Robust Reference Input Tracker via Delayed Feedback Control Method

Design of Robust Reference Input Tracker via Delayed Feedback Control Method Design of Robust Reference Inut Tracker via Delayed Feedback Control Method Zahed Dastan, Mahsan Tavakoli-Kakhki * Faculty of Electrical Engineering, KN Toosi University of Technology, Tehran, Iran * Eail:

More information

On Maximizing the Convergence Rate for Linear Systems With Input Saturation

On Maximizing the Convergence Rate for Linear Systems With Input Saturation IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 48, NO. 7, JULY 2003 1249 On Maxiizing the Convergence Rate for Linear Systes With Inut Saturation Tingshu Hu, Zongli Lin, Yacov Shaash Abstract In this note,

More information

Certain integrals associated with the generalized Bessel-Maitland function

Certain integrals associated with the generalized Bessel-Maitland function Available at htt://vau.edu/aa Al. Al. Math. ISSN: 93-9466 Vol. Issue (Deceber 7). - 6 Alications and Alied Matheatics: An International ournal (AAM) Certain integrals associated with the generalied Bessel-Maitland

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information

Anomalous heat capacity for nematic MBBA near clearing point

Anomalous heat capacity for nematic MBBA near clearing point Journal of Physics: Conference Series Anoalous heat caacity for neatic MA near clearing oint To cite this article: D A Lukashenko and M Khasanov J. Phys.: Conf. Ser. 394 View the article online for udates

More information

C4.5 Algorithm To Predict The Impact Of The Earthquake

C4.5 Algorithm To Predict The Impact Of The Earthquake C4.5 Algorith To Predict The Ipact Of The Earthquake Efori Buulolo 1 Departeent of Coputer Engineering STMIK Budi Dara Jl. Sisingaangaraja XII. 338, Siti Rejo I, Medan Kota, Kota Medan, Suatera Utara,

More information

Analysis of Polynomial & Rational Functions ( summary )

Analysis of Polynomial & Rational Functions ( summary ) Analysis of Polynoial & Rational Functions ( suary ) The standard for of a polynoial function is ( ) where each of the nubers are called the coefficients. The polynoial of is said to have degree n, where

More information

Chordal Sparsity, Decomposing SDPs and the Lyapunov Equation

Chordal Sparsity, Decomposing SDPs and the Lyapunov Equation Chordal Sarsity, Decoosing SDPs and the Lyaunov Equation Richard P. Mason and Antonis Paachristodoulou Abstract Analysis questions in control theory are often forulated as Linear Matrix Inequalities and

More information

The Number of Information Bits Related to the Minimum Quantum and Gravitational Masses in a Vacuum Dominated Universe

The Number of Information Bits Related to the Minimum Quantum and Gravitational Masses in a Vacuum Dominated Universe Wilfrid Laurier University Scholars Coons @ Laurier Physics and Couter Science Faculty Publications Physics and Couter Science 01 The uber of Inforation Bits Related to the Miniu Quantu and Gravitational

More information

Measures of average are called measures of central tendency and include the mean, median, mode, and midrange.

Measures of average are called measures of central tendency and include the mean, median, mode, and midrange. CHAPTER 3 Data Description Objectives Suarize data using easures of central tendency, such as the ean, edian, ode, and idrange. Describe data using the easures of variation, such as the range, variance,

More information

On the theory of cubic residues and nonresidues

On the theory of cubic residues and nonresidues ACTA ARITHMETICA LXXXIV.4 1998 On the theory of cubic residues and nonresidues by Zhi-Hong Sun Huaiyin 1. Introduction. Let Z be the set of integers, ω 1 + / and Z[ω] {a + bω a, b Z}. For π a + bω Z[ω]

More information

THE GREATEST ORDER OF THE DIVISOR FUNCTION WITH INCREASING DIMENSION

THE GREATEST ORDER OF THE DIVISOR FUNCTION WITH INCREASING DIMENSION MATHEMATICA MONTISNIGRI Vol XXVIII (013) 17-5 THE GREATEST ORDER OF THE DIVISOR FUNCTION WITH INCREASING DIMENSION GLEB V. FEDOROV * * Mechaics ad Matheatics Faculty Moscow State Uiversity Moscow, Russia

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

Thermal conductivity, diffusivity and heat capacity of plasticized polyvinyl chloride

Thermal conductivity, diffusivity and heat capacity of plasticized polyvinyl chloride Indian Journal of Pure & Alied Physics Vol. 43, February 25,. 132-136 heral conductivity, diffusivity and heat caacity of lasticized olyvinyl chloride P Dashora 1, G Guta 2 & J Dashora 1 1 Deartent of

More information

On Rough Interval Three Level Large Scale Quadratic Integer Programming Problem

On Rough Interval Three Level Large Scale Quadratic Integer Programming Problem J. Stat. Appl. Pro. 6, No. 2, 305-318 2017) 305 Journal of Statistics Applications & Probability An International Journal http://dx.doi.org/10.18576/jsap/060206 On Rough Interval Three evel arge Scale

More information

The concavity and convexity of the Boros Moll sequences

The concavity and convexity of the Boros Moll sequences The concavity and convexity of the Boros Moll sequences Ernest X.W. Xia Departent of Matheatics Jiangsu University Zhenjiang, Jiangsu 1013, P.R. China ernestxwxia@163.co Subitted: Oct 1, 013; Accepted:

More information

Parallelizing Spectrally Regularized Kernel Algorithms

Parallelizing Spectrally Regularized Kernel Algorithms Journal of Machine Learning Research 19 (2018) 1-29 Subitted 11/16; Revised 8/18; Published 8/18 Parallelizing Sectrally Regularized Kernel Algoriths Nicole Mücke nicole.uecke@atheatik.uni-stuttgart.de

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

APPLICATION OF LINEAR PURE BIRTH-DEATH PROCESSES FOR NETWORK-CENTRIC INFORMATION SYSTEMS MODELING

APPLICATION OF LINEAR PURE BIRTH-DEATH PROCESSES FOR NETWORK-CENTRIC INFORMATION SYSTEMS MODELING Journal of Theoretical and Alied Inforation Technology th arch 6. Vol.85. o. 5-6 JATIT & LLS. All rights reserved. ISS: 99-8645 www.jatit.org E-ISS: 87-95 APPLICATIO OF LIEAR PURE BIRTH-DEATH PROCESSES

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Exploiting Matrix Symmetries and Physical Symmetries in Matrix Product States and Tensor Trains

Exploiting Matrix Symmetries and Physical Symmetries in Matrix Product States and Tensor Trains Exloiting Matrix Syetries and Physical Syetries in Matrix Product States and Tensor Trains Thoas K Huckle a and Konrad Waldherr a and Thoas Schulte-Herbrüggen b a Technische Universität München, Boltzannstr

More information

arxiv: v1 [math.nt] 14 Sep 2014

arxiv: v1 [math.nt] 14 Sep 2014 ROTATION REMAINDERS P. JAMESON GRABER, WASHINGTON AND LEE UNIVERSITY 08 arxiv:1409.411v1 [ath.nt] 14 Sep 014 Abstract. We study properties of an array of nubers, called the triangle, in which each row

More information

ADAPTIVE CONTROL OF MEMS DEVICES

ADAPTIVE CONTROL OF MEMS DEVICES ADAPIVE CONROL OF MEMS DEVICES Afshin Izadian, Lawrence Horna and Parviz Faouri, Lane Deartent of Couter Science and Electrical Engineering, Electro Mechanical Systes LAB West Virginia University arviz.faouri@ail.wvu.edu

More information