Symbolic-Numeric Methods for Improving Structural Analysis of DAEs

Size: px
Start display at page:

Download "Symbolic-Numeric Methods for Improving Structural Analysis of DAEs"

Transcription

1 Symbolic-Numeric Methods or Improving Structural Analysis o DAEs Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce Abstract Systems o dierential-algebraic equations (DAEs) are generated routinely by simulation and modeling environments, such as MapleSim and those based on the Modelica language. Beore a simulation starts and a numerical method is applied, some kind o structural analysis is perormed to determine which equations to be dierentiated, and how many times. Both Pantelides s algorithm and Pryce s Σ-method are equivalent in the sense that, i one method succeeds in inding the correct index and producing a nonsingular Jacobian or a numerical solution procedure, then the other does also. Such a success occurs on many problems o interest, but these structural analysis methods can ail on simple solvable DAEs and give incorrect structural inormation including the index. This article investigates the Σ- method s ailures, and presents two symbolic-numeric conversion methods or ixing these ailures. These methods convert a DAE on which the Σ-method ails to a DAE on which this structural analysis may succeed. 1 Introduction We consider DAEs o the general orm i (t, the x and derivatives o them) = 0, i = 1,...,n, (1) G. Tan School o Computational Science and Engineering, McMaster University, 1280 Main St. W., L8S 4L8, Hamilton, ON, Canada, tang4@mcmaster.ca N. S. Nedialkov Department o Computing and Sotware, McMaster University, 1280 Main St. W., L8S 4L8, Hamilton, ON, Canada, nedialk@mcmaster.ca J. D. Pryce School o Mathematics, Cardi University, Senghennydd Road, Cardi CF24 4AG, Wales, UK., pryced1@cardi.ac.uk 1

2 2 Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce where the x (t), = 1,...,n are state variables that are unctions o an independent variable t, usually regarded as time. Pryce s structural analysis (SA), the Σ-method [9], determines or a DAE (1) its structural index, the number o degrees o reedom (DOF), variables and derivatives that need initial values, and constraints o this DAE. These SA results can help decide how to apply an index reduction algorithm [4], perorm a regularization process [12], or design a solution scheme or a Taylor series method [1, 2, 7]. The Σ-method is equivalent to Pantelides s algorithm [8]: they both produce the same structural index [9, Theorem 5.8]. This index is an upper bound or the dierentiation index, and oten they are the same [9]. The Σ-method provably succeeds on many problems o practical interest, producing a nonsingular System Jacobian. However, this SA method can ail hence Pantelides s algorithm can ail as well on some simple solvable DAEs, producing an identically singular System Jacobian. We investigate this SA s ailures and present two symbolic-numeric conversion methods or ixing these ailures. Ater each conversion, the value o the signature matrix is guaranteed to decrease, provided some conditions are satisied. We conecture that such a decrease should result in a better problem ormulation o a DAE, so that the SA may succeed and hence produce a nonsingular System Jacobian. Sect. 2 summarizes the Σ-method. Sect. 3 describes this SA s ailure. Sect. 4 presents our two symbolic-numeric conversion methods, each o which is illustrated with an example therein. Sect. 5 gives conclusions and indicates the uture work. 2 Summary o the Σ-method This SA method [9] constructs or a DAE (1) an n n signature matrix Σ, whose (i, ) entry σ i is either an integer 0, order o the highest derivative to which variable x occurs in equation i, or i x does not occur in i. A highest-value transversal (HVT) o Σ is a set T o n positions (i, ) with one entry in each row and each column, such that the sum o these entries is the largest possible. This sum is the value o Σ, written Val(Σ). Assume henceorth that Val(Σ) is inite, or equivalently, the DAE is structurally well posed. Then we ind 2n equation and variable osets c 1,...,c n and d 1,...,d n, respectively, which are integers satisying c i 0 or all i; d c i σ i or all i, with equality on a HVT. (2) Osets satisying (2) are called valid, but they are never unique; there exists an elementwise smallest solution o (2) termed the canonical osets. We associate with some valid osets an n n System Jacobian J, deined as J i = { i / x (σ i ) i d c i = σ i, and 0 otherwise. (3)

3 Symbolic-Numeric Methods or Improving Structural Analysis o DAEs 3 I one J is nonsingular and hence all J s are at a consistent point as deined in [5], then we say that the Σ-method succeeds and there exists (locally) a unique solution through this point [9]. In the success case, the SA uses the canonical osets to determine the structural index and the number o DOF: ν S = max i c i + DOF = Val(Σ) = { 1 i some d = 0, and 0 otherwise, (i, ) T σ i = d c i. i Example 1. We show 1 the above concepts or the simple pendulum (PEND), a DAE o dierentiation index 3. 0 = 1 = x + xλ 0 = 2 = y + yλ g 0 = 3 = x 2 + y 2 L 2 x y λ c i [ ] d x y λ [ ] 1 1 x 2 1 y 2x 2y 3 The state variables are x,y, and λ; G is gravity and L > 0 is the length o the pendulum. There are two HVTs o Σ, marked with and, respectively. A blank in Σ denotes, and a blank in J denotes 0. Since det(j) = 2(x 2 +y 2 ) = 2L 2 0, the System Jacobian is nonsingular, and the SA succeeds. The structural index is hence ν S = min i c i +1 = 2+1 = 3 (because d 3 = 0), which equals the dierentiation index. The number o DOF is Val(Σ) = d i c i = 4 2 = 2. 3 Structural Analysis s Failure We say that the Σ-method ails, i a DAE (1) has a inite Val(Σ) and an identically singular System Jacobian J. In the ailure case, the SA reports Val(Σ) as an apparent DOF but not a meaningul one. In this article, we only ocus on the case where such an identically singular J is not structurally singular that is, there exists a HVT T o Σ such that J i is generically nonzero or all (i, ) T. For a detailed description and discussion o SA s ailure, we reer the reader to [13, 4]. Example 2. We illustrate a ailure case with the ollowing DAE 2 in [3, p. 23]. 1 When we give a DAE or example, we present with it its signature matrix Σ, osets c i and d, and the associated System Jacobian J. 2 In the original ormulation, the driving unctions are 1, 2. We change them to g 1,g 2.

4 4 Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce 0 = 1 = x +ty g 1 (t) 0 = 2 = x +ty g 2 (t) x y c [ ] i d 1 1 [ x y ] 1 1 t 2 1 t The SA ails since det(j) = 0. Now J is identically singular but not structurally singular: on a HVT marked by, each o J 11 = 1 and J 22 = t is generically nonzero. One simple ix is to replace 1 by 0 = 1 = = y + g 1 (t) g 2(t), which results in an algebraic problem; c. [4, Example 5]. 0 = 1 = y + g 1 (t) g 2(t) 0 = 2 = x +ty g 2 (t) x y c [ ] i d 0 0 [ x y ] t Now that det(j) = 1 0, the SA succeeds. Notice Val(Σ) = 0 < 1 = Val(Σ). Another simple ix is to introduce a new variable z = x +ty and eliminate x in 1 and 2 ; note z = x +ty + y. 0 = 1 = y + z g 1 (t) 0 = 2 = z g 2 (t) y z c [ ] i d 0 1 [ y z ] For this resulting DAE, det(j) = 1 0, and the SA succeeds. Ater solving or y and z, we can obtain x = z ty. This ix gives Val(Σ) = 0 < 1 = Val(Σ) also. We shall note that each o the above ixes actually uses each o the methods described below. 4 Conversion Methods We present two conversion methods or systematically ixing SA s ailures. The irst method is based on replacing an existing equation by a linear combination o some equations and derivatives o them. We call this method the linear combination (LC) method and describe it in Sect The second method is based on substituting newly introduced variables or some expressions and enlarging the system. We call this method the expression substitution (ES) method and describe it in Sect We only present the main eatures o these methods; the reader is reerred to [13] or more details and especially the proos o Theorems 1 and 2 below. Given a DAE (1), we assume henceorth that Val(Σ) is inite and that a System Jacobian J is identically singular but not structurally singular.

5 Symbolic-Numeric Methods or Improving Structural Analysis o DAEs Linear Combination Method Let u be a nonzero n-vector unction in the cokernel o J, that is, u coker(j) and J T u = 0. Let u i denote the ith component o u. Here, we consider J and u as unctions o t, the x s and derivatives o them. For such a unction ω, ω 0 means that ω is nonzero or all t in some time interval I. For our convenience, we let { order o the highest derivative to which x σ (x,u) = occurs in u; or i x does not occur in u. Denote I = {i u i 0}, c = min i I c i, and L = { i I c i = c }. (4) The LC method is based on the ollowing theorem. Theorem 1. I and we replace some l with l L by σ (x,u) < d c or all = 1,...,n, (5) = u i (c i c) i (6) i I (denoted as l ), then Val(Σ) < Val(Σ), where Σ is the signature matrix o the resulting DAE. We call (5) the condition or applying the LC method. The ollowing example illustrates this method. Example 3. Consider 0 = 1 = x 1 + x 3 0 = 3 =x 1 x 2 + g 1 (t) 0 = 2 = x 2 + x 4 0 = 4 =x 1 x 4 + x 2 x 3 + x 1 + x 2 + g 2 (t), where g 1 and g 2 are given driving unctions. x 1 x 2 x 3 x 4 c i d x 1 x 2 x 3 x x 2 x 1 4 x 2 x 1 A shaded entry σ i in Σ denotes a position (i, ) where d c i > σ i 0 and hence J i = 0 by (3). The SA ails since det(j) = 0, where J is identically (but not structurally) singular.

6 6 Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce We use u = ( x 2,x 1,1, 1 ) T coker(j). Then (4) becomes I = { i u i 0 } = { 1,2,3,4 }, c = min c i = 0, i I and L = { i I c i = c = 0 } = { 1,2,4 }. The condition (5) holds since σ (x 1,u) = 0 < 1 0 = d 1 c, σ (x 2,u) = 0 < 1 0 = d 2 c, σ (x 3,u) = < 0 0 = d 3 c, σ (x 4,u) = < 0 0 = d 4 c. Choosing l = 4 L = { 1,2,4 } or example, we replace 4 by 4 = u i (c i c) i = x x = x 1 x 2 + g 1(t) g 2 (t). i I The resulting DAE is ( 1, 2, 3, 4 ) = 0. x 1 x 2 x 3 x 4 c i d x 1 x 2 x 3 x x 2 x Now Val(Σ) = 0 < 1 = Val(Σ). The SA succeeds at all points where det(j) = x 2 x 1 0. From (4) and (6), we can recover the replaced equation l by ( ) l = l i I\{l} u i (c /ul i c) i. Provided u l 0, it is not diicult to show that the original DAE and the resulting one have the same solution (i there exists one); see also [13, 5.3]. I the resulting DAE still has an identically (but not structurally) singular System Jacobian, we can iterate the LC method, provided the condition (5) is satisied. Since each conversion reduces the value o the signature matrix by at least one, the number o iterations does not exceed the original Val(Σ). 4.2 Expression Substitution Method Let v be a nonzero n-vector unction in the kernel o J, that is, v ker(j) and Jv = 0. Denote

7 Symbolic-Numeric Methods or Improving Structural Analysis o DAEs 7 { v 0 }, s = J, M = { i d c i = σ i or some J }, and c = max i M c i. (7) We choose an l J, and introduce s 1 new variables y = x (d c) v x (d l c) v l or all J \ { l }. (8) l In each i with i M, we substitute ( y + v ) x (d (c ci ) l c) v l l or every x (σ i ) with σ i = d c i and J \ { l }. (9) Denote by i the equations that result rom these substitutions, and write i = i or i / M. By (8), we append to these i s the equations 0 = g = y + x (d c) v x (d l c) v l or all J \ { l } (10) l that prescribe the substitutions. Hence the resulting enlarged system consists o ( ) equations 1,..., n = 0 and g = 0 or all J \ { l } in variables x 1,...,x n and y or all J \ { l }. Critical to the ES method is the ollowing theorem. Theorem 2. Let J, s, M, and c be as deined in (7). Assume σ (x,v) { d c 1 i J d c otherwise, and d c 0 or all J. (11) I we introduce s 1 new variables deined in (8), perorm substitutions in i or all i M by (9), and append the equations g in (10), then Val(Σ) < Val(Σ), where Σ is the signature matrix o the resulting DAE. We call the (11) the conditions or applying the ES method. Example 4. We illustrate the ES method with the artiicially constructed DAE below. 0 = 1 = x 1 + e x 1 x 2x 2 + h 1 (t) 0 = 2 = x 1 + x 2 x 2 + x h 2 (t) x 1 x 2 c [ ] i d 1 2 x 1 x 2 [ ] 1 α αx x 2

8 8 Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce Here h 1 and h 2 are given driving unctions, and α = e x 1 x 2x 2. Obviously det(j) = 0 and the SA ails. Suppose we choose v = (x 2, 1) T ker(j). Then (7) becomes { 1,2 }, s = J = 2, M = { 1,2 }, and c = max i M c i = 1. We can apply the ES method as conditions (11) read σ (x 1,v) = 1 = 1 1 1= d 1 c 1, d 1 c = 1 1 = 0 0, σ (x 2,v) = 0 0 = 2 1 1= d 2 c 1, d 2 c = 2 1 = 1 0. For example, we choose l = 2 J. Now J \ { l } = { 1 }. Using (8) and (10), we introduce a new variable y 1 = x (d 1 c) 1 v 1 v 2 x (d 2 c) 2 = x (1 1) 1 x 2 1 x(2 1) 2 = x 1 + x 2 x 2, and append an equation 0 = g 1 = y 1 + x 1 + x 2 x 2. Then we substitute (y 1 x 2 x 2 ) or x 1 in 1 to obtain 1, and substitute y 1 x 2 x 2 or x 1 in 2 to obtain 2. The resulting DAE and its SA results are shown below. 0 = 1 = x 1 + e y 1 +x h 1 (t) 0 = 2 = y 1 + x h 2 (t) 0 = g 1 = y 1 + x 1 + x 2 x 2 x 1 x 2 y 1 c i g d x 1 x 2 y 1 [ ] 1 1 2x 2 β β 2 2x 2 1 g 1 1 x 2 Here β = e y 1 +x 2 2. Now Val(Σ) = 1 < 2 = Val(Σ). The SA succeeds at all points where det(j) = 2β(x 2 + x 2 ) x 2 0. From the steps o applying the ES method, we can undo the expression substitutions to recover the original DAE. Similar to the LC method, the ES method also guarantees that, provided v l 0, the original DAE and the resulting one have the same solution (i there is one); this is shown in [13, 6.3]. From our experience, we usually attempt the LC method irst, and when its condition (5) is violated, we try the ES method. Also, it is desirable to choose an l L [resp. l J] in the LC [resp. ES] method, such that an u l [resp. v l ] never becomes zero. For example, it can be a nonzero constant, x , or 2 + cosx 2. Such a choice o l guarantees that the resulting DAE is equivalent to the original one that is, they always have the same solution, i there exists one. We show below that the LC method does not work on the DAE in Example 4 because the condition (5) is not satisied. Choose u = ( 1,α ) T coker(j), where α = e x 1 x 2x 2. Then (4) becomes I = { i u i 0 } = { 1,2 }, c = min i I c i = 0, and L = { i I c i = c } = { 1 }. Since x 1 and x 2 occur o order 1 and 2 in u, respectively, we have

9 Symbolic-Numeric Methods or Improving Structural Analysis o DAEs 9 σ (x 1,u) = = d 1 c and σ (x 2,u) = = d 2 c. Hence (5) is not satiied. Choosing l = 1 I or example and replacing 1 by 1 = u u 2 2 = x 1 + h 1 (t) + α ( 1 + x 1 + x 2 x 2 + (x 2) 2 + 2x 2 x 2 + h 2(t) ) results in a DAE ( 1, 2 ) = 0. x 1 x 2 c [ ] i d 1 2 x 1 x 2 [ ] 1 γα γαx x 2 Here γ = x 1 + x 2x 2 + (x 2 )2 + 2x 2 x 2 + h 2 (t). The SA ails still, since J is identically (but not structurally) singular. Now Val(Σ) = Val(Σ) = 2. 5 Conclusions and Future Work We proposed two symbolic-numeric conversion methods or improving the Σ- method. They convert a DAE o inite Val(Σ) and an identically (but not structurally) singular System Jacobian to a DAE that may have a nonsingular System Jacobian. A conversion guarantees that both DAEs have (at least locally) the same solution i there exists one. The conditions or applying these methods can be checked automatically, and the main result o a conversion is Val(Σ) < Val(Σ), where Σ is the signature matrix o the resulting DAE. In our experiments, the linear combination (LC) method and the expression substitution (ES) method succeed in ixing many solvable DAEs on which the SA ails. We believe that these methods can help make the Σ-method more reliable. We also conecture that reducing the value o the signature matrix tends to give a better ormulation o a DAE in the SA s perspective and then a nonsingular System Jacobian. An implementation o the conversion methods requires (a) computing a symbolic orm o a System Jacobian J, (b) inding a vector in coker(j) or ker(j), (c) checking the conditions, and (d) generating equations o the resulting DAE. These symbolic computations may seem expensive. Fortunately, we can combine block triangularization techniques [10, 11] with the conversion methods. When J is identically singular, we can locate the diagonal block o which the Jacobian is singular, and perorm a conversion on this block. For DAEs that have a nontrivial block triangular orm (BTF), that is, having more than one diagonal blocks, the symbolic computations can be reduced signiicantly. For problems that do not have very complicated ormulas, the aorementioned symbolic computations can be handled reasonably well by a symbolic tool, such as MATLAB s Symbolic Math Toolbox [14]. We combine this toolbox with our structural analysis sotware DAESA [6, 11], and build a prototype code that applies the

10 10 Guangning Tan, Nedialko S. Nedialkov, and John D. Pryce conversion methods automatically. We aim to produce a solid implementation o these methods and incorporate this eature in a uture version o DAESA. Acknowledgements The authors wish to acknowledge with thanks the undings or supporting their research: GT supported in part by the Ontario Research Fund (ORF, Canada), NSN supported in part by the Natural Sciences and Engineering Research Council o Canada (NSERC), and JDP supported in part by the Leverhulme Trust (UK). GT wishes to thank R. McKenzie or prooreading the drat o this article and providing valuable suggestions. Reerences 1. Barrio, R.: Perormance o the Taylor series method or ODEs/DAEs. Appl. Math. Comp. 163, (2005) 2. Barrio, R.: Sensitivity analysis o ODES/DAES using the Taylor series method. SIAM J. Sci. Comput. 27, (2006) 3. Brenan, K., Campbell, S., Petzold, L.: Numerical Solution o Initial-Value Problems in Dierential-Algebraic Equations, second edn. SIAM, Philadelphia (1996) 4. Mattsson, S.E., Söderlind, G.: Index reduction in dierential-algebraic equations using dummy derivatives. SIAM J. Sci. Comput. 14(3), (1993) 5. Nedialkov, N.S., Pryce, J.D.: Solving dierential-algebraic equations by Taylor series (I): Computing Taylor coeicients. BIT Numerical Mathematics 45, (2005) 6. Nedialkov, N.S., Pryce, J.D., Tan, G.: Algorithm 948: DAESA: A Matlab tool or structural analysis o dierential-algebraic equations: Sotware. ACM Trans. Math. Sotw. 41(2), 12:1 12:14 (2015). DOI / URL 7. Nedialkov, N.S., Tan, G., Pryce, J.D.: Exploiting ine block triangularization and quasilinearity in dierential-algebraic equation systems. arxiv: (2014). 18 pages, download link: 8. Pantelides, C.C.: The consistent initialization o dierential-algebraic systems. SIAM. J. Sci. Stat. Comput. 9, (1988) 9. Pryce, J.D.: A simple structural analysis method or DAEs. BIT Numerical Mathematics 41(2), (2001) 10. Pryce, J.D., Nedialkov, N.S., Tan, G.: Graph theory, irreducibility, and structural analysis o dierential-algebraic equation systems. arxiv: (2014). 24 pages, download link: Pryce, J.D., Nedialkov, N.S., Tan, G.: DAESA: A Matlab tool or structural analysis o dierential-algebraic equations: Theory. ACM Trans. Math. Sotw. 41(2), 9:1 9:20 (2015). DOI / URL Scholz, L., Steinbrecher, A.: A combined structural-algebraic approach or the regularization o coupled systems o DAEs. Tech. Rep. 30, Reihe des Instituts ür Mathematik Technische Universität Berlin, Berlin, Germany (2013) 13. Tan, G., Nedialkov, N.S., Pryce, J.D.: Symbolic-numeric methods or improving structural analysis o dierential-algebraic equation systems. arxiv: [cs.sc] (2015). 84 pages. Available at The MathWorks, Inc.: Matlab Symbolic Math Toolbox (2015). URL

Symbolic-Numeric Methods for Improving Structural Analysis of Differential-Algebraic Equation Systems

Symbolic-Numeric Methods for Improving Structural Analysis of Differential-Algebraic Equation Systems arxiv:1505.03445v1 [cs.sc] 13 May 2015 Symbolic-Numeric Methods for Improving Structural Analysis of Differential-Algebraic Equation Systems Guangning Tan, Nedialko S. Nedialkov McMaster University John

More information

Conversion Methods for Improving Structural. Analysis of Differential-Algebraic Equation Systems

Conversion Methods for Improving Structural. Analysis of Differential-Algebraic Equation Systems Conversion Methods for Improving Structural Analysis of Differential-Algebraic Equation Systems CONVERSION METHODS FOR IMPROVING STRUCTURAL ANALYSIS OF DIFFERENTIAL-ALGEBRAIC EQUATION SYSTEMS BY GUANGNING

More information

SOLVING DIFFERENTIAL-ALGEBRAIC EQUATIONS BY TAYLOR SERIES (II): COMPUTING THE SYSTEM JACOBIAN

SOLVING DIFFERENTIAL-ALGEBRAIC EQUATIONS BY TAYLOR SERIES (II): COMPUTING THE SYSTEM JACOBIAN BIT 0006-3835/00/4004-0001 $15.00 Submitted August 2005, pp. xxx xxx c Swets & Zealander SOLVING DIFFERENTIAL-ALGEBRAIC EQUATIONS BY TAYLOR SERIES II): COMPUTING THE SYSTEM JACOBIAN Nedialko S. Nedialkov

More information

A DAESA a Matlab Tool for Structural Analysis of Differential-Algebraic Equations: Theory

A DAESA a Matlab Tool for Structural Analysis of Differential-Algebraic Equations: Theory A DAESA a Matlab Tool for Structural Analysis of Differential-Algebraic Equations: Theory JOHN D. PRYCE, Cardiff University NEDIALKO S. NEDIALKOV, McMaster University GUANGNING TAN, McMaster University

More information

Differential-algebraic equations, the dummy derivatives method, and AD

Differential-algebraic equations, the dummy derivatives method, and AD Differential-algebraic equations, the dummy derivatives method, and AD John D Pryce Nedialko S Nedialkov 7th International Conference on Algorithmic Differentiation Oxford, UK, 12 15 September 2016 September

More information

Least-Squares Spectral Analysis Theory Summary

Least-Squares Spectral Analysis Theory Summary Least-Squares Spectral Analysis Theory Summary Reerence: Mtamakaya, J. D. (2012). Assessment o Atmospheric Pressure Loading on the International GNSS REPRO1 Solutions Periodic Signatures. Ph.D. dissertation,

More information

(One Dimension) Problem: for a function f(x), find x 0 such that f(x 0 ) = 0. f(x)

(One Dimension) Problem: for a function f(x), find x 0 such that f(x 0 ) = 0. f(x) Solving Nonlinear Equations & Optimization One Dimension Problem: or a unction, ind 0 such that 0 = 0. 0 One Root: The Bisection Method This one s guaranteed to converge at least to a singularity, i not

More information

18-660: Numerical Methods for Engineering Design and Optimization

18-660: Numerical Methods for Engineering Design and Optimization 8-66: Numerical Methods or Engineering Design and Optimization Xin Li Department o ECE Carnegie Mellon University Pittsburgh, PA 53 Slide Overview Linear Regression Ordinary least-squares regression Minima

More information

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares Scattered Data Approximation o Noisy Data via Iterated Moving Least Squares Gregory E. Fasshauer and Jack G. Zhang Abstract. In this paper we ocus on two methods or multivariate approximation problems

More information

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations Telescoping Decomposition Method or Solving First Order Nonlinear Dierential Equations 1 Mohammed Al-Reai 2 Maysem Abu-Dalu 3 Ahmed Al-Rawashdeh Abstract The Telescoping Decomposition Method TDM is a new

More information

On High-Rate Cryptographic Compression Functions

On High-Rate Cryptographic Compression Functions On High-Rate Cryptographic Compression Functions Richard Ostertág and Martin Stanek Department o Computer Science Faculty o Mathematics, Physics and Inormatics Comenius University Mlynská dolina, 842 48

More information

Numerical Solution of Ordinary Differential Equations in Fluctuationlessness Theorem Perspective

Numerical Solution of Ordinary Differential Equations in Fluctuationlessness Theorem Perspective Numerical Solution o Ordinary Dierential Equations in Fluctuationlessness Theorem Perspective NEJLA ALTAY Bahçeşehir University Faculty o Arts and Sciences Beşiktaş, İstanbul TÜRKİYE TURKEY METİN DEMİRALP

More information

Figure 1: Bayesian network for problem 1. P (A = t) = 0.3 (1) P (C = t) = 0.6 (2) Table 1: CPTs for problem 1. (c) P (E B) C P (D = t) f 0.9 t 0.

Figure 1: Bayesian network for problem 1. P (A = t) = 0.3 (1) P (C = t) = 0.6 (2) Table 1: CPTs for problem 1. (c) P (E B) C P (D = t) f 0.9 t 0. Probabilistic Artiicial Intelligence Problem Set 3 Oct 27, 2017 1. Variable elimination In this exercise you will use variable elimination to perorm inerence on a bayesian network. Consider the network

More information

STAT 801: Mathematical Statistics. Hypothesis Testing

STAT 801: Mathematical Statistics. Hypothesis Testing STAT 801: Mathematical Statistics Hypothesis Testing Hypothesis testing: a statistical problem where you must choose, on the basis o data X, between two alternatives. We ormalize this as the problem o

More information

On a Closed Formula for the Derivatives of e f(x) and Related Financial Applications

On a Closed Formula for the Derivatives of e f(x) and Related Financial Applications International Mathematical Forum, 4, 9, no. 9, 41-47 On a Closed Formula or the Derivatives o e x) and Related Financial Applications Konstantinos Draais 1 UCD CASL, University College Dublin, Ireland

More information

The achievable limits of operational modal analysis. * Siu-Kui Au 1)

The achievable limits of operational modal analysis. * Siu-Kui Au 1) The achievable limits o operational modal analysis * Siu-Kui Au 1) 1) Center or Engineering Dynamics and Institute or Risk and Uncertainty, University o Liverpool, Liverpool L69 3GH, United Kingdom 1)

More information

Finding all Bessel type solutions for Linear Differential Equations with Rational Function Coefficients

Finding all Bessel type solutions for Linear Differential Equations with Rational Function Coefficients Finding all essel type solutions or Linear Dierential Equations with Rational Function Coeicients Mark van Hoeij & Quan Yuan Florida State University, Tallahassee, FL 06-07, USA hoeij@math.su.edu & qyuan@math.su.edu

More information

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs Fluctuationlessness Theorem and its Application to Boundary Value Problems o ODEs NEJLA ALTAY İstanbul Technical University Inormatics Institute Maslak, 34469, İstanbul TÜRKİYE TURKEY) nejla@be.itu.edu.tr

More information

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017 mathematics Article Least-Squares Solution o Linear Dierential Equations Daniele Mortari ID Aerospace Engineering, Texas A&M University, College Station, TX 77843, USA; mortari@tamu.edu; Tel.: +1-979-845-734

More information

Physics 5153 Classical Mechanics. Solution by Quadrature-1

Physics 5153 Classical Mechanics. Solution by Quadrature-1 October 14, 003 11:47:49 1 Introduction Physics 5153 Classical Mechanics Solution by Quadrature In the previous lectures, we have reduced the number o eective degrees o reedom that are needed to solve

More information

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 1. Extreme points

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 1. Extreme points Roberto s Notes on Dierential Calculus Chapter 8: Graphical analysis Section 1 Extreme points What you need to know already: How to solve basic algebraic and trigonometric equations. All basic techniques

More information

1 Relative degree and local normal forms

1 Relative degree and local normal forms THE ZERO DYNAMICS OF A NONLINEAR SYSTEM 1 Relative degree and local normal orms The purpose o this Section is to show how single-input single-output nonlinear systems can be locally given, by means o a

More information

Analysis of the regularity, pointwise completeness and pointwise generacy of descriptor linear electrical circuits

Analysis of the regularity, pointwise completeness and pointwise generacy of descriptor linear electrical circuits Computer Applications in Electrical Engineering Vol. 4 Analysis o the regularity pointwise completeness pointwise generacy o descriptor linear electrical circuits Tadeusz Kaczorek Białystok University

More information

SEPARATED AND PROPER MORPHISMS

SEPARATED AND PROPER MORPHISMS SEPARATED AND PROPER MORPHISMS BRIAN OSSERMAN The notions o separatedness and properness are the algebraic geometry analogues o the Hausdor condition and compactness in topology. For varieties over the

More information

8.4 Inverse Functions

8.4 Inverse Functions Section 8. Inverse Functions 803 8. Inverse Functions As we saw in the last section, in order to solve application problems involving eponential unctions, we will need to be able to solve eponential equations

More information

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION Xu Bei, Yeo Jun Yoon and Ali Abur Teas A&M University College Station, Teas, U.S.A. abur@ee.tamu.edu Abstract This paper presents

More information

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context.

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context. Math 18.0A Gradients, Chain Rule, Implicit Dierentiation, igher Order Derivatives These notes ocus on our things: (a) the application o gradients to ind normal vectors to curves suraces; (b) the generaliation

More information

VALUATIVE CRITERIA FOR SEPARATED AND PROPER MORPHISMS

VALUATIVE CRITERIA FOR SEPARATED AND PROPER MORPHISMS VALUATIVE CRITERIA FOR SEPARATED AND PROPER MORPHISMS BRIAN OSSERMAN Recall that or prevarieties, we had criteria or being a variety or or being complete in terms o existence and uniqueness o limits, where

More information

ONE-STEP 4-STAGE HERMITE-BIRKHOFF-TAYLOR DAE SOLVER OF ORDER 12

ONE-STEP 4-STAGE HERMITE-BIRKHOFF-TAYLOR DAE SOLVER OF ORDER 12 CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 16, Number 4, Winter 2008 ONE-STEP 4-STAGE HERMITE-BIRKHOFF-TAYLOR DAE SOLVER OF ORDER 12 TRUONG NGUYEN-BA, HAN HAO, HEMZA YAGOUB AND RÉMI VAILLANCOURT ABSTRACT.

More information

The concept of limit

The concept of limit Roberto s Notes on Dierential Calculus Chapter 1: Limits and continuity Section 1 The concept o limit What you need to know already: All basic concepts about unctions. What you can learn here: What limits

More information

A Simple Explanation of the Sobolev Gradient Method

A Simple Explanation of the Sobolev Gradient Method A Simple Explanation o the Sobolev Gradient Method R. J. Renka July 3, 2006 Abstract We have observed that the term Sobolev gradient is used more oten than it is understood. Also, the term is oten used

More information

Mathematical Notation Math Calculus & Analytic Geometry III

Mathematical Notation Math Calculus & Analytic Geometry III Mathematical Notation Math 221 - alculus & Analytic Geometry III Use Word or WordPerect to recreate the ollowing documents. Each article is worth 10 points and should be emailed to the instructor at james@richland.edu.

More information

Increasing and Decreasing Functions and the First Derivative Test. Increasing and Decreasing Functions. Video

Increasing and Decreasing Functions and the First Derivative Test. Increasing and Decreasing Functions. Video SECTION and Decreasing Functions and the First Derivative Test 79 Section and Decreasing Functions and the First Derivative Test Determine intervals on which a unction is increasing or decreasing Appl

More information

Lecture 8 Optimization

Lecture 8 Optimization 4/9/015 Lecture 8 Optimization EE 4386/5301 Computational Methods in EE Spring 015 Optimization 1 Outline Introduction 1D Optimization Parabolic interpolation Golden section search Newton s method Multidimensional

More information

On the Girth of (3,L) Quasi-Cyclic LDPC Codes based on Complete Protographs

On the Girth of (3,L) Quasi-Cyclic LDPC Codes based on Complete Protographs On the Girth o (3,L) Quasi-Cyclic LDPC Codes based on Complete Protographs Sudarsan V S Ranganathan, Dariush Divsalar and Richard D Wesel Department o Electrical Engineering, University o Caliornia, Los

More information

Application of Mathematica Software for Estimate the Fatigue Life Time Duration of Mechanical System

Application of Mathematica Software for Estimate the Fatigue Life Time Duration of Mechanical System ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XVII, NR. 2, 2010, ISSN 1453-7397 Petru Florin Minda, Ana Maria Budai Application o Mathematica Sotware or Estimate the Fatigue Lie Time Duration o Mechanical

More information

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS I. Thirunavukkarasu 1, V. I. George 1, G. Saravana Kumar 1 and A. Ramakalyan 2 1 Department o Instrumentation

More information

SEPARATED AND PROPER MORPHISMS

SEPARATED AND PROPER MORPHISMS SEPARATED AND PROPER MORPHISMS BRIAN OSSERMAN Last quarter, we introduced the closed diagonal condition or a prevariety to be a prevariety, and the universally closed condition or a variety to be complete.

More information

Math-3 Lesson 8-5. Unit 4 review: a) Compositions of functions. b) Linear combinations of functions. c) Inverse Functions. d) Quadratic Inequalities

Math-3 Lesson 8-5. Unit 4 review: a) Compositions of functions. b) Linear combinations of functions. c) Inverse Functions. d) Quadratic Inequalities Math- Lesson 8-5 Unit 4 review: a) Compositions o unctions b) Linear combinations o unctions c) Inverse Functions d) Quadratic Inequalities e) Rational Inequalities 1. Is the ollowing relation a unction

More information

Introduction to Simulation - Lecture 2. Equation Formulation Methods. Jacob White. Thanks to Deepak Ramaswamy, Michal Rewienski, and Karen Veroy

Introduction to Simulation - Lecture 2. Equation Formulation Methods. Jacob White. Thanks to Deepak Ramaswamy, Michal Rewienski, and Karen Veroy Introduction to Simulation - Lecture Equation Formulation Methods Jacob White Thanks to Deepak Ramaswamy, Michal Rewienski, and Karen Veroy Outline Formulating Equations rom Schematics Struts and Joints

More information

Feedback Linearization

Feedback Linearization Feedback Linearization Peter Al Hokayem and Eduardo Gallestey May 14, 2015 1 Introduction Consider a class o single-input-single-output (SISO) nonlinear systems o the orm ẋ = (x) + g(x)u (1) y = h(x) (2)

More information

Classification of effective GKM graphs with combinatorial type K 4

Classification of effective GKM graphs with combinatorial type K 4 Classiication o eective GKM graphs with combinatorial type K 4 Shintarô Kuroki Department o Applied Mathematics, Faculty o Science, Okayama Uniervsity o Science, 1-1 Ridai-cho Kita-ku, Okayama 700-0005,

More information

Finite Dimensional Hilbert Spaces are Complete for Dagger Compact Closed Categories (Extended Abstract)

Finite Dimensional Hilbert Spaces are Complete for Dagger Compact Closed Categories (Extended Abstract) Electronic Notes in Theoretical Computer Science 270 (1) (2011) 113 119 www.elsevier.com/locate/entcs Finite Dimensional Hilbert Spaces are Complete or Dagger Compact Closed Categories (Extended bstract)

More information

Chapter 6 Reliability-based design and code developments

Chapter 6 Reliability-based design and code developments Chapter 6 Reliability-based design and code developments 6. General Reliability technology has become a powerul tool or the design engineer and is widely employed in practice. Structural reliability analysis

More information

Extreme Values of Functions

Extreme Values of Functions Extreme Values o Functions When we are using mathematics to model the physical world in which we live, we oten express observed physical quantities in terms o variables. Then, unctions are used to describe

More information

Product Matrix MSR Codes with Bandwidth Adaptive Exact Repair

Product Matrix MSR Codes with Bandwidth Adaptive Exact Repair 1 Product Matrix MSR Codes with Bandwidth Adaptive Exact Repair Kaveh Mahdaviani, Soheil Mohajer, and Ashish Khisti ECE Dept, University o Toronto, Toronto, ON M5S3G4, Canada ECE Dept, University o Minnesota,

More information

Math 248B. Base change morphisms

Math 248B. Base change morphisms Math 248B. Base change morphisms 1. Motivation A basic operation with shea cohomology is pullback. For a continuous map o topological spaces : X X and an abelian shea F on X with (topological) pullback

More information

Tu G Nonlinear Sensitivity Operator and Its De Wolf Approximation in T-matrix Formalism

Tu G Nonlinear Sensitivity Operator and Its De Wolf Approximation in T-matrix Formalism Tu G13 7 Nonlinear Sensitivity Operator and Its De Wol Approximation in T-matrix Formalism R.S. Wu* (University o Caliornia), C. Hu (Tsinghua University) & M. Jakobsen (University o Bergen) SUMMARY We

More information

NONPARAMETRIC PREDICTIVE INFERENCE FOR REPRODUCIBILITY OF TWO BASIC TESTS BASED ON ORDER STATISTICS

NONPARAMETRIC PREDICTIVE INFERENCE FOR REPRODUCIBILITY OF TWO BASIC TESTS BASED ON ORDER STATISTICS REVSTAT Statistical Journal Volume 16, Number 2, April 2018, 167 185 NONPARAMETRIC PREDICTIVE INFERENCE FOR REPRODUCIBILITY OF TWO BASIC TESTS BASED ON ORDER STATISTICS Authors: Frank P.A. Coolen Department

More information

CHOW S LEMMA. Matthew Emerton

CHOW S LEMMA. Matthew Emerton CHOW LEMMA Matthew Emerton The aim o this note is to prove the ollowing orm o Chow s Lemma: uppose that : is a separated inite type morphism o Noetherian schemes. Then (or some suiciently large n) there

More information

9.3 Graphing Functions by Plotting Points, The Domain and Range of Functions

9.3 Graphing Functions by Plotting Points, The Domain and Range of Functions 9. Graphing Functions by Plotting Points, The Domain and Range o Functions Now that we have a basic idea o what unctions are and how to deal with them, we would like to start talking about the graph o

More information

Asymptote. 2 Problems 2 Methods

Asymptote. 2 Problems 2 Methods Asymptote Problems Methods Problems Assume we have the ollowing transer unction which has a zero at =, a pole at = and a pole at =. We are going to look at two problems: problem is where >> and problem

More information

NONLINEAR CONTROL OF POWER NETWORK MODELS USING FEEDBACK LINEARIZATION

NONLINEAR CONTROL OF POWER NETWORK MODELS USING FEEDBACK LINEARIZATION NONLINEAR CONTROL OF POWER NETWORK MODELS USING FEEDBACK LINEARIZATION Steven Ball Science Applications International Corporation Columbia, MD email: sball@nmtedu Steve Schaer Department o Mathematics

More information

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid Probabilistic Model o Error in Fixed-Point Arithmetic Gaussian Pyramid Antoine Méler John A. Ruiz-Hernandez James L. Crowley INRIA Grenoble - Rhône-Alpes 655 avenue de l Europe 38 334 Saint Ismier Cedex

More information

Curve Sketching. The process of curve sketching can be performed in the following steps:

Curve Sketching. The process of curve sketching can be performed in the following steps: Curve Sketching So ar you have learned how to ind st and nd derivatives o unctions and use these derivatives to determine where a unction is:. Increasing/decreasing. Relative extrema 3. Concavity 4. Points

More information

Objectives. By the time the student is finished with this section of the workbook, he/she should be able

Objectives. By the time the student is finished with this section of the workbook, he/she should be able FUNCTIONS Quadratic Functions......8 Absolute Value Functions.....48 Translations o Functions..57 Radical Functions...61 Eponential Functions...7 Logarithmic Functions......8 Cubic Functions......91 Piece-Wise

More information

CinChE Problem-Solving Strategy Chapter 4 Development of a Mathematical Algorithm. partitioning. procedure

CinChE Problem-Solving Strategy Chapter 4 Development of a Mathematical Algorithm. partitioning. procedure Development o a Mathematical Algorithm Transormation Process Mathematical Model partitioning procedure Mathematical Algorithm The mathematical algorithm is a plan (or blueprint) that identiies the independent

More information

Robust Residual Selection for Fault Detection

Robust Residual Selection for Fault Detection Robust Residual Selection or Fault Detection Hamed Khorasgani*, Daniel E Jung**, Gautam Biswas*, Erik Frisk**, and Mattias Krysander** Abstract A number o residual generation methods have been developed

More information

( x) f = where P and Q are polynomials.

( x) f = where P and Q are polynomials. 9.8 Graphing Rational Functions Lets begin with a deinition. Deinition: Rational Function A rational unction is a unction o the orm ( ) ( ) ( ) P where P and Q are polynomials. Q An eample o a simple rational

More information

Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 2016.

Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 2016. Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 216 Ravi N Banavar banavar@iitbacin September 24, 216 These notes are based on my readings o the two books Nonlinear Control

More information

0,0 B 5,0 C 0, 4 3,5. y x. Recitation Worksheet 1A. 1. Plot these points in the xy plane: A

0,0 B 5,0 C 0, 4 3,5. y x. Recitation Worksheet 1A. 1. Plot these points in the xy plane: A Math 13 Recitation Worksheet 1A 1 Plot these points in the y plane: A 0,0 B 5,0 C 0, 4 D 3,5 Without using a calculator, sketch a graph o each o these in the y plane: A y B 3 Consider the unction a Evaluate

More information

Solving Monotone Polynomial Equations

Solving Monotone Polynomial Equations Solving Monotone Polynomial Equations Javier Esparza, Stean Kieer, and Michael Luttenberger Institut ür Inormatik, Technische Universität München, 85748 Garching, Germany {esparza,kieer,luttenbe}@in.tum.de

More information

The DAETS Differential-Algebraic Equation Solver

The DAETS Differential-Algebraic Equation Solver The DAETS Differential-Algebraic Equation Solver John Pryce 1 Ned Nedialkov 2 1 Dept of Information Systems, Cranfield U., UK j.d.pryce@ntlworld.com 2 Dept of Computing and Software, McMaster U., Canada

More information

RATIONAL FUNCTIONS. Finding Asymptotes..347 The Domain Finding Intercepts Graphing Rational Functions

RATIONAL FUNCTIONS. Finding Asymptotes..347 The Domain Finding Intercepts Graphing Rational Functions RATIONAL FUNCTIONS Finding Asymptotes..347 The Domain....350 Finding Intercepts.....35 Graphing Rational Functions... 35 345 Objectives The ollowing is a list o objectives or this section o the workbook.

More information

MISS DISTANCE GENERALIZED VARIANCE NON-CENTRAL CHI DISTRIBUTION. Ken Chan ABSTRACT

MISS DISTANCE GENERALIZED VARIANCE NON-CENTRAL CHI DISTRIBUTION. Ken Chan   ABSTRACT MISS DISTANCE GENERALIZED VARIANCE NON-CENTRAL CI DISTRIBUTION en Chan E-Mail: ChanAerospace@verizon.net ABSTRACT In many current practical applications, the probability o collision is oten considered

More information

Basic properties of limits

Basic properties of limits Roberto s Notes on Dierential Calculus Chapter : Limits and continuity Section Basic properties o its What you need to know already: The basic concepts, notation and terminology related to its. What you

More information

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series.

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series. 2.4 Local properties o unctions o several variables In this section we will learn how to address three kinds o problems which are o great importance in the ield o applied mathematics: how to obtain the

More information

Sliding Mode Control and Feedback Linearization for Non-regular Systems

Sliding Mode Control and Feedback Linearization for Non-regular Systems Sliding Mode Control and Feedback Linearization or Non-regular Systems Fu Zhang Benito R. Fernández Pieter J. Mosterman Timothy Josserand The MathWorks, Inc. Natick, MA, 01760 University o Texas at Austin,

More information

On Picard value problem of some difference polynomials

On Picard value problem of some difference polynomials Arab J Math 018 7:7 37 https://doiorg/101007/s40065-017-0189-x Arabian Journal o Mathematics Zinelâabidine Latreuch Benharrat Belaïdi On Picard value problem o some dierence polynomials Received: 4 April

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

Ex x xf xdx. Ex+ a = x+ a f x dx= xf x dx+ a f xdx= xˆ. E H x H x H x f x dx ˆ ( ) ( ) ( ) μ is actually the first moment of the random ( )

Ex x xf xdx. Ex+ a = x+ a f x dx= xf x dx+ a f xdx= xˆ. E H x H x H x f x dx ˆ ( ) ( ) ( ) μ is actually the first moment of the random ( ) Fall 03 Analysis o Eperimental Measurements B Eisenstein/rev S Errede The Epectation Value o a Random Variable: The epectation value E[ ] o a random variable is the mean value o, ie ˆ (aa μ ) For discrete

More information

Block Lanczos Tridiagonalization of Complex Symmetric Matrices

Block Lanczos Tridiagonalization of Complex Symmetric Matrices Block Lanczos Tridiagonalization of Complex Symmetric Matrices Sanzheng Qiao, Guohong Liu, Wei Xu Department of Computing and Software, McMaster University, Hamilton, Ontario L8S 4L7 ABSTRACT The classic

More information

Lecture : Feedback Linearization

Lecture : Feedback Linearization ecture : Feedbac inearization Niola Misovic, dipl ing and Pro Zoran Vuic June 29 Summary: This document ollows the lectures on eedbac linearization tought at the University o Zagreb, Faculty o Electrical

More information

Improvement of Sparse Computation Application in Power System Short Circuit Study

Improvement of Sparse Computation Application in Power System Short Circuit Study Volume 44, Number 1, 2003 3 Improvement o Sparse Computation Application in Power System Short Circuit Study A. MEGA *, M. BELKACEMI * and J.M. KAUFFMANN ** * Research Laboratory LEB, L2ES Department o

More information

A Consistent Generation of Pipeline Parallelism and Distribution of Operations and Data among Processors

A Consistent Generation of Pipeline Parallelism and Distribution of Operations and Data among Processors ISSN 0361-7688 Programming and Computer Sotware 006 Vol. 3 No. 3 pp. 166176. Pleiades Publishing Inc. 006. Original Russian Text E.V. Adutskevich N.A. Likhoded 006 published in Programmirovanie 006 Vol.

More information

8. INTRODUCTION TO STATISTICAL THERMODYNAMICS

8. INTRODUCTION TO STATISTICAL THERMODYNAMICS n * D n d Fluid z z z FIGURE 8-1. A SYSTEM IS IN EQUILIBRIUM EVEN IF THERE ARE VARIATIONS IN THE NUMBER OF MOLECULES IN A SMALL VOLUME, SO LONG AS THE PROPERTIES ARE UNIFORM ON A MACROSCOPIC SCALE 8. INTRODUCTION

More information

Supplementary material for Continuous-action planning for discounted infinite-horizon nonlinear optimal control with Lipschitz values

Supplementary material for Continuous-action planning for discounted infinite-horizon nonlinear optimal control with Lipschitz values Supplementary material or Continuous-action planning or discounted ininite-horizon nonlinear optimal control with Lipschitz values List o main notations x, X, u, U state, state space, action, action space,

More information

Feedback linearization control of systems with singularities: a ball-beam revisit

Feedback linearization control of systems with singularities: a ball-beam revisit Chapter 1 Feedback linearization control o systems with singularities: a ball-beam revisit Fu Zhang The Mathworks, Inc zhang@mathworks.com Benito Fernndez-Rodriguez Department o Mechanical Engineering,

More information

DETC A GENERALIZED MAX-MIN SAMPLE FOR RELIABILITY ASSESSMENT WITH DEPENDENT VARIABLES

DETC A GENERALIZED MAX-MIN SAMPLE FOR RELIABILITY ASSESSMENT WITH DEPENDENT VARIABLES Proceedings o the ASME International Design Engineering Technical Conerences & Computers and Inormation in Engineering Conerence IDETC/CIE August 7-,, Bualo, USA DETC- A GENERALIZED MAX-MIN SAMPLE FOR

More information

Products and Convolutions of Gaussian Probability Density Functions

Products and Convolutions of Gaussian Probability Density Functions Tina Memo No. 003-003 Internal Report Products and Convolutions o Gaussian Probability Density Functions P.A. Bromiley Last updated / 9 / 03 Imaging Science and Biomedical Engineering Division, Medical

More information

Lab on Taylor Polynomials. This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor.

Lab on Taylor Polynomials. This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor. Lab on Taylor Polynomials This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor. In this Lab we will approimate complicated unctions by simple unctions. The

More information

ELA THE MINIMUM-NORM LEAST-SQUARES SOLUTION OF A LINEAR SYSTEM AND SYMMETRIC RANK-ONE UPDATES

ELA THE MINIMUM-NORM LEAST-SQUARES SOLUTION OF A LINEAR SYSTEM AND SYMMETRIC RANK-ONE UPDATES Volume 22, pp. 480-489, May 20 THE MINIMUM-NORM LEAST-SQUARES SOLUTION OF A LINEAR SYSTEM AND SYMMETRIC RANK-ONE UPDATES XUZHOU CHEN AND JUN JI Abstract. In this paper, we study the Moore-Penrose inverse

More information

YURI LEVIN AND ADI BEN-ISRAEL

YURI LEVIN AND ADI BEN-ISRAEL Pp. 1447-1457 in Progress in Analysis, Vol. Heinrich G W Begehr. Robert P Gilbert and Man Wah Wong, Editors, World Scientiic, Singapore, 003, ISBN 981-38-967-9 AN INVERSE-FREE DIRECTIONAL NEWTON METHOD

More information

Index Reduction and Discontinuity Handling using Substitute Equations

Index Reduction and Discontinuity Handling using Substitute Equations Mathematical and Computer Modelling of Dynamical Systems, vol. 7, nr. 2, 2001, 173-187. Index Reduction and Discontinuity Handling using Substitute Equations G. Fábián, D.A. van Beek, J.E. Rooda Abstract

More information

Example: When describing where a function is increasing, decreasing or constant we use the x- axis values.

Example: When describing where a function is increasing, decreasing or constant we use the x- axis values. Business Calculus Lecture Notes (also Calculus With Applications or Business Math II) Chapter 3 Applications o Derivatives 31 Increasing and Decreasing Functions Inormal Deinition: A unction is increasing

More information

An Alternative Poincaré Section for Steady-State Responses and Bifurcations of a Duffing-Van der Pol Oscillator

An Alternative Poincaré Section for Steady-State Responses and Bifurcations of a Duffing-Van der Pol Oscillator An Alternative Poincaré Section or Steady-State Responses and Biurcations o a Duing-Van der Pol Oscillator Jang-Der Jeng, Yuan Kang *, Yeon-Pun Chang Department o Mechanical Engineering, National United

More information

On One Justification on the Use of Hybrids for the Solution of First Order Initial Value Problems of Ordinary Differential Equations

On One Justification on the Use of Hybrids for the Solution of First Order Initial Value Problems of Ordinary Differential Equations Pure and Applied Matematics Journal 7; 6(5: 74 ttp://wwwsciencepublisinggroupcom/j/pamj doi: 648/jpamj765 ISSN: 6979 (Print; ISSN: 698 (Online On One Justiication on te Use o Hybrids or te Solution o First

More information

CS 361 Meeting 28 11/14/18

CS 361 Meeting 28 11/14/18 CS 361 Meeting 28 11/14/18 Announcements 1. Homework 9 due Friday Computation Histories 1. Some very interesting proos o undecidability rely on the technique o constructing a language that describes the

More information

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function.

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function. Precalculus Notes: Unit Polynomial Functions Syllabus Objective:.9 The student will sketch the graph o a polynomial, radical, or rational unction. Polynomial Function: a unction that can be written in

More information

2 Coherent D-Modules. 2.1 Good filtrations

2 Coherent D-Modules. 2.1 Good filtrations 2 Coherent D-Modules As described in the introduction, any system o linear partial dierential equations can be considered as a coherent D-module. In this chapter we ocus our attention on coherent D-modules

More information

Basic mathematics of economic models. 3. Maximization

Basic mathematics of economic models. 3. Maximization John Riley 1 January 16 Basic mathematics o economic models 3 Maimization 31 Single variable maimization 1 3 Multi variable maimization 6 33 Concave unctions 9 34 Maimization with non-negativity constraints

More information

2 Frequency-Domain Analysis

2 Frequency-Domain Analysis 2 requency-domain Analysis Electrical engineers live in the two worlds, so to speak, o time and requency. requency-domain analysis is an extremely valuable tool to the communications engineer, more so

More information

A NOTE ON HENSEL S LEMMA IN SEVERAL VARIABLES

A NOTE ON HENSEL S LEMMA IN SEVERAL VARIABLES PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 125, Number 11, November 1997, Pages 3185 3189 S 0002-9939(97)04112-9 A NOTE ON HENSEL S LEMMA IN SEVERAL VARIABLES BENJI FISHER (Communicated by

More information

Differentiation. The main problem of differential calculus deals with finding the slope of the tangent line at a point on a curve.

Differentiation. The main problem of differential calculus deals with finding the slope of the tangent line at a point on a curve. Dierentiation The main problem o dierential calculus deals with inding the slope o the tangent line at a point on a curve. deinition() : The slope o a curve at a point p is the slope, i it eists, o the

More information

PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM

PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM AAS 16-345 PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM Jaemyung Ahn, * Yanning Guo, and Bong Wie A new implementation o a zero-eort-miss/zero-eort-velocity

More information

Strong Lyapunov Functions for Systems Satisfying the Conditions of La Salle

Strong Lyapunov Functions for Systems Satisfying the Conditions of La Salle 06 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 49, NO. 6, JUNE 004 Strong Lyapunov Functions or Systems Satisying the Conditions o La Salle Frédéric Mazenc and Dragan Ne sić Abstract We present a construction

More information

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods Numerical Methods - Lecture 1 Numerical Methods Lecture. Analysis o errors in numerical methods Numerical Methods - Lecture Why represent numbers in loating point ormat? Eample 1. How a number 56.78 can

More information

Another algorithm for nonnegative matrices

Another algorithm for nonnegative matrices Linear Algebra and its Applications 365 (2003) 3 12 www.elsevier.com/locate/laa Another algorithm for nonnegative matrices Manfred J. Bauch University of Bayreuth, Institute of Mathematics, D-95440 Bayreuth,

More information

Circuit Complexity / Counting Problems

Circuit Complexity / Counting Problems Lecture 5 Circuit Complexity / Counting Problems April 2, 24 Lecturer: Paul eame Notes: William Pentney 5. Circuit Complexity and Uniorm Complexity We will conclude our look at the basic relationship between

More information

Robust feedback linearization

Robust feedback linearization Robust eedback linearization Hervé Guillard Henri Bourlès Laboratoire d Automatique des Arts et Métiers CNAM/ENSAM 21 rue Pinel 75013 Paris France {herveguillardhenribourles}@parisensamr Keywords: Nonlinear

More information