Automatic Generation and Integration of Equations of Motion for Linked Mechanical Systems

Size: px
Start display at page:

Download "Automatic Generation and Integration of Equations of Motion for Linked Mechanical Systems"

Transcription

1 Automatic Generation and Integration of Equations of Motion for Linked Mechanical Systems D. Todd Griffith a, John L. Junkins a, and James D. Turner b a Deartment of Aerosace Engineering, Texas A&M University, Texas, USA b Adjunct Faculty, Deartment of Aerosace Engineering, Texas A&M University and President Amdyn Systems, White GA, USA Abstract This aer resents a new method for the automatic generation and integration of equations of motion using oerator overloading techniques. An automatic differentiation tool (OCEA: Object Oriented Coordinate Embedding Method) is utilized to comute the artial derivatives required for imlementing the traditional Lagrangian equations of motion. The user only builds the kinetic and otential energy. Unlike symbolic aroaches, the OCEA-Lagrangian method builds the model on-the-fly, no comlex re-rocessing rogram must be develoed for imlementing Lagrange s method. The new method combines the best of the symbolic and numerical equation of motion generation methods, while retaining the simlicity and elegance of the original Lagrangian method. The method is demonstrated for constrained and unconstrained linked flexible body systems. Introduction In industry, research, and the classroom, the study of dynamical systems by the generation and integration of equations of motion is a rite of assage for scientists and engineers. For all but the simlest roblems, however, this task can be laborious and error-rone. Real-world alications requiring engineering-level fidelity models can take man-months to man-years of effort to develo and validate by hand. The most common energy-based equation of motion generation method consists of Lagrange s method. There are two aroaches for develoing comuterbased multibody dynamics models: () Symbolic methods that use comuter symbol maniulation algorithms, and () Numerical codes that build the system kinematic and acceleration equations on-the-fly. Symbolic maniulation engines such as MAPLE, MATHEMATICA, or MATHCAD are commercially available and theoretically caable of imlementing Lagrange s method. In ractice, these comuter symbol maniulating systems are tasked for carrying out the required differentiations of the scalar Lagrangian function. A serious limitation of this aroach is that a model or engineering design changes corrut the assumed model for the system Lagrangian and force extensive recalculations for all of the system artial derivatives. A further drawback of symbolic-based methods is that the resulting symbolic files can be huge and the resulting software is generally only machine-readable. Purely numerically based algorithms imlement a generic solution algorithm for linking systems of rigid bodies that can undergo large and raid relative motions. Examles of

2 commercially available tools for the automated generation and integration of equations of motion include DADS, DISCOS, and ADAMS. Though owerful and broadly alicable, these tools use rigid algorithms and coordinate selections and are generally not amenable for introducing aroximations or testing advanced solution algorithms. It is very difficult to generate linearized equations of motion or artial derivative models for the urely numerically based class of algorithms. This aer resents a new method for the automatic generation and integration of equations of motion using oerator overloading techniques for overcoming the limitations of both the symbolic and numerical multibody modeling and simulation tools, [9,0]. The new method combines the best of the symbolic and numerical equation of motion generation methods, while retaining the simlicity and elegance of the original Lagrangian method, [5,9]. An added benefit of the oerator overloaded aroach is that new aroximation strategies and comutational algorithms are easily introduced and evaluated. Overview of OCEA and automatic differentiation This aroach utilizes the reviously develoed OCEA (Object Oriented Coordinate Embedding Method) extension for FORTRAN90 (F90), [9,0]. The OCEA ackage is an object-oriented automatic differentiation equation maniulation ackage. Comuter imlementation of differentiation is tyically accomlished by two distinct aroaches automatic differentiation and symbolic differentiation, [4]. The rimary distinction of these aroaches is that automatic differentiation invokes the chain automatically and takes lace in the background. This allows for time and memory otimized differentiation. Symbolic differentiation allows the analyst to view the exressions; however, it requires more user intervention. Tyically, derivatives are comuted using a symbolic differentiation rogram, such as Macsyma or Mathcad, and the derivatives then need to be either hand tyed in a comuter rogram or saved in a file that tyically requires editing and comilation. OCEA defines embedded variables that reresent abstract data tyes, where hidden dimensions (background arrays) are used for storing and maniulating artial derivative calculations. OCEA relaces each scalar variable in the roblem with a differential n-tule consisting of the following variables (second-order OCEA method): f : = f f f () where and denote symmetric first- and second-order gradient tensors with resect to a user-defined set of indeendent variables. The introduction of the abstract differential n-tule allows the comuter to continue to maniulate each scalar variable as a conventional scalar variable, even though the first and higherorder artial derivative are attached to the scalar variable in a hidden way. The individual objects are extracted, using OCEA s adoted notation, as follows: f = f % E, f = f % V, and f = f% T. The automatic comutation of the

3 artial derivatives is achieved by oerator-overloading methodologies that redefine the intrinsic mathematical oerators and functions using the rules of calculus. For examle, addition and multilication are redefined as follows. () a* b: = a* b ( a* b) ( a* b i j i ) (3) a+ b: = a+ b a+ b a+ b Thus the + and * oerators are overloaded so that coding the left side exressions of Eqs. () and (3) causes all the right side comutations to be carried out. More subtly, if z = a+ band z = a* b, then comuting z = z + z causes the 3 results of Eqs. () and (3) to be roagated efficiently in the background to comute z = * ( 3 a + b + a b i z3) j i( z3). Additional oerations for the standard mathematical library functions, such as trigonometric and exonential functions, are redefined to account for the known rules of differentiation. In essence, this aroach re-codes, once and for all, all of the artial derivatives required for any roblem, and the chain rule is imlemented automatically in background oerations that the user neither derives nor codes. At comile time, and without user intervention, the OCEA-based aroach links the subroutines and functions required for, for examle, evaluating the system Lagrangian and its associated artial derivative models. Unlike conventional numerically based multibody codes, the resulting equations of motion are not hardcoded. Also, the exected comutational efficiency is similar to a manually generated set of equations of motion and simulation code, because the entire oerator-overloaded artial derivative calculation is otimally re-defined at comile time. Equations of Motion formulations For many decades, a rimary focus of analytical dynamics has been the develoment of methods for generating equations of motion. The classical formulations include Newton/Euler methods, D Alembert s equations, the Lagrangian energy aroach, and Hamiltonian aroaches, [,6,7]. More recent aroaches have been develoed in the ast century including Kane s equations, the Gibbs-Aell equations, and the Boltzmann/Hammel equations. Each of these methods have secific advantages and shortcomings when it comes to imlementing them in multibody dynamics codes. An overview of some of these issues is given in []. One major result of this aer is a demonstration of the use of the automatic differentiation caability of OCEA to generate and simultaneously comute solutions of the equations of motion. The most obvious dynamic formulation to utilize automatic differentiation is Lagrange s equations. This aer reresents a

4 ste in a new direction in the automatic formulation and solution of equations of motion. The end goal of this work is to model and simulate the behavior of linked mechanical systems. Secial emhasis is given to the formulation of the equations of motion. This aer is an extension of revious work [5], which demonstrated solutions by this method for linked rigid body systems, and is summarized as follows: () automatic generation of equations of motion via Lagrange s Method, () a generalization of the kinetic energy exression for multile flexible bodies, and (3) solutions for oen- and closed-loo chains of flexible body systems. Equations of Motion via automatic differentiation of the Lagrangian function In the Lagrangian formulation, artial derivatives of energy functions are utilized to roduce the equations of motion. An obvious advantage of the Lagrangian formulation over, for examle, Newton/Euler methods is that only velocity level kinematic exressions need to be develoed in order to secify the energy functions, secifically kinetic energy. In this section, a framework is resented for solving a class of roblems in which formulation of kinetic and otential energy functions are readily formed. The main result here is that automatic differentiation tools are very well suited for directly imlementing the Lagrangian formulation in solving this imortant class of engineering roblems. Equation (4) resents the most general form of Lagrange s equations, including generalized forces and constraint forces. d L L = Q + C dt q& q T λ (4) subject to C q& = b where the Lagrangian is defined as L = T V, Q are the generalized forces, C is the constraint Jacobian matrix, and λ is the vector of Lagrange multiliers. The kinetic energy (T ) is written as a function of the generalized coordinates ( q ) and the generalized velocities ( q& ), and the otential energy (V ) is a function of the generalized coordinates. The imlied derivatives with resect to the generalized coordinates and generalized velocities in these equations can be readily comuted by automatic differentiation by simly secifying the Lagrangian function. OCEA comletely automates all of these comutations in the background. Organizing these equations in a manner in which they can be integrated; however, requires exlicitly solving for the

5 acceleration terms, which are buried in the first term of Eq. (4). The details can be found in [6]; therefore, we only summarize the key develoments here. In order to integrate the equations of motion we need to comute the right hand side of a modified form of Eq. (4), which is given in Eq. (5). L && & (5) q - T q= M Mq + +Q+ C λ In order to comute the mass matrix and its time derivative come from the first term on the left hand side of Eq. (4). Considering the most common case of a natural system, T T = T( q,q& ) = q& M( q) q& we have d L T T = q&& + j dt q& q& q& q& q i i j i j = mq&& + mq & & ij j ij j q& j (6) where T T M m = and M& m& = ij ij q& q& q& q i j i j (7) By utilizing automatic differentiation, the constraint Jacobian matrix can also be formed automatically for a holonomic constraint of the form φ ( q) = 0 since C = φ q. As has been shown above, generating the equations given in Eq. (5) can be accomlished by simly secifying the Lagrangian function, the constraint relation, and the generalized forces. OCEA accomlishes all required derivative oerations leading to the right hand side of Eq. (5). The background second artials of T, for examle, can be accessed to obtain M from Eq. (7). Formulations for flexible bodies When the rigid body assumtion is used to model a dynamical system, there is no need to consider satial integrals over the body for comuting kinetic and otential energy exressions (i.e. the Lagrangian). However, when flexibility is considered we encounter a Lagrangian exression which is comuted as an integral over the volume of the body, and, of course, we require additional coordinates to define deformations. For the case of slender beams, we can simlify this to an integral over the length of the body. Furthermore, what is often done to simlify the formulation of equations of motion for flexible dynamical systems is the introduction of aroximations for the flexible motion coordinates that aid in roducing a Lagrangian with no exlicit deendence on the satial coordinates. Examles of aroximation techniques include the well known Finite Element

6 Method and Method of Assumed Modes, [6,8]. In essence, these techniques make it ossible to roduce a Lagrangian for the flexible dynamical system of the same form as that of a rigid body dynamical system. Thus, once the satial discretization aroximations are utilized, we can roceed to generate equations of motion for a flexible dynamical system just as we do for a rigid body dynamical system by directly imlementing Lagrange s Equations of the form of Eq. (5). In this section, we demonstrate the use of OCEA in generating equations of motion for systems comrised of flexible elements. Toward this end, we develo recursive exressions for kinetic and otential energy functions for a series of linked flexible beams. Since we are not considering raid angular motions of the beams, we model the beams using Euler-Bernoulli assumtions. Generalization for multile flexible bodies We now consider generating equations of motion for a chain of linked flexible bodies. It is assumed that the first link is inned without translation, and successive links are joined with ins as shown in Figure. U to this oint, we have not discussed the choice for generalized coordinates which is an imortant matter for an automated rocess. Make note in Figure that we choose absolute angular coordinates, which are measured with resect to a common frame, in this case the horizontal. Note the x i axis connects the tis of the flexible members; thus the elastic deformation of each domain vanish at the ends of that domain. Y y x y x x θ θ y θ X Figure : Geometry of multile flexible link configuration The main develoment of this section is a recursion for the kinetic energy of the (+) th link of the form:

7 L + T = ρ ( x ) ( x, t) ( x, t) dx r& r & (8) where ρ + ( x + ) is the mass density distribution and r& + ( x, ) + t is the velocity exression for the (+) th link. We begin the develoment of the velocity exression by looking at the first beam in the chain. The osition and velocity of any oint along the first beam are written as follows: r ( x, t) = x iˆ + v ( x, t) ˆj (9) ( & θ ) r& ( x, t) = & θ v ( x, t) iˆ + v& ( x, t) + x ˆj (0) where v( x, t) is the transverse beam deformation, & θ is angular velocity, and x is the coordinate measurement along the beam frame of reference. The velocity of any oint along the second beam in the chain can be written as r& ( x, t) = r& ( L, t) & θ v ( x, t) iˆ + v& ( x, t) + x & θ ˆj () ( ) and, in general, the velocity exression for the (+) th link can be written as r& ( x, t) = r& ( L, t) & θ v ( x, t)ˆ i ( v& ( x, t) x & θ ) + + ˆj () where the velocity of the ti of the th link, r& ( L, t), is written as ( L, t) = L & θ ˆ + L & θ ˆ L & θ ˆ L & θ ˆ = i i i i= r& j j j j (3) Here, we have enforced the zero ti deformation constraint by choosing admissible functions with zero deflection at the endoints (i.e. sin( iπ x+ φ ) +, i = L ),[3]. In + this way, the beams satisfy inned-inned boundary conditions. Additionally, the exression for beam ti velocity in Eq. (3) has been greatly simlified since v ( L, t) = v & ( L, t) = 0. Equation () can be written as r& ( x, t) = L & θ ˆj & θ v ( x, t) iˆ + + i i i i= ( v& ( x, t) x & θ ) + + ˆj Now, we can rewrite the kinetic energy exression of Eq. (8) as (4)

8 L + T = ρ ( x, t) ( x, t) dx r& r & = L & ˆ ˆ θ j L & θ i i j i j j j i= j= + L & ˆ ˆ ˆ θ j & θ v v x θ i i i + + & j i= + & θ v + v& + x & θ v& + x & θ { (& ) } i (5) We can roceed further in simlifying Eq. (5) by carrying out the remaining dot roducts. If we consider absolute angular coordinates which are measured from a common reference frame, then we can write the following exressions that relate any two frames, here frames i and j. iˆ cos( θ θ ) sin( θ θ ) ˆ j i j i i i j ˆ = sin( θ θ ) cos( θ θ ) ˆ ji j i j i j j At this oint, we can introduce aroximations in order to facilitate automatic generation of ODE s in terms of the time deendent variables by the assumed modes method. In Eq. (7) we introduce an exression for v+ ( x+, t) : + + +, i +, i T (6) v ( x, t) = q ( t) φ ( x ) =q ( t) φ ( x ). (7) We note here that the first index before the comma denotes the body (+), and the indices after the comma indicate the index of the element of the array (i) in the tyical mathematical notation. Now with the relation given by Eq. (6) and the aroximation given by Eq. (7), we can write Eq. (5) as T + P+ = T ( qqθθ, &,, &) T ( ) q b sin ( ) = m L & θ L & θ cos θ θ & θ L & θ θ θ + i i j j j i i i + i i= j= i= ( ) cos( ) T b L & cos & m L L & + + i i + i i i + i i= i= + q& θ θ θ + θ θ θ θ + & θ q M q + q& M q& + & θ T T q& a + m L & θ T (8) where q, q&, θ, and θ & are the vectors containing all of the time deendent quantities for the flexible coordinates and the angular coordinates. The elements of

9 the mass matrix, M +, and the vectors, a + and b + are given in Eqs. (9-) resectively. L m + + M = ρ φ φ dx δ +, ij = (9) + +, i +, j + ij 0 L m L a = ρ x φ dx = cos( iπ) +,i , i + iπ (0) L m L + + b = ρ φ dx =, ( cos( iπ) +,i ) i + iπ () Equation (8) is used to roduce the kinetic energy for the second beam and so on for. The otential energy due to bending is given as before as L '' '' ( q ) = ( ) φ φ + + +, i +, j , i +, j + T = q K q V q q EI x dx The kinetic and otential energy of the first link are to be secified individually as given in Eqs. (3) and (4), resectively. T T T T = & θ q M q + q& M q& + & θ q a + ml & θ (3) V 6 T () = q Kq (4) With Eqs. (8) and (-4) we can form the Lagrangian function exlicitly in terms of the time deendent coordinates ( qqθθ,&,, & ) and imlement Lagrange s Equations of the standard form given in Eq. (4) in order to roduce the equations of motion. Examles In this section three examles are resented which demonstrate the use of automatic differentiation for automatic generation and integration of equations of motion. The first is a simle illustrative examle, and the final two examles demonstrate solutions for oen- and closed-chain toologies of flexible bodies. Sring endulum by forming the Lagrangian function Here, we resent an examle in which the equations of motion are automatically generated and integrated by exlicitly forming the Lagrangian function. The sring endulum, as shown in Figure, is a simle two degree of freedom examle which can be readily solved by hand. However, we resent it here in order to overview the method, which can be alied generally to solving additional roblems.

10 r θ Figure : Sring endulum As was mentioned reviously, in order to solve this tye of roblem we need to simly secify the Lagrangian function, the constraint relations (if they exist), and the generalized forces, and as well, the system hysical arameters and initial conditions. The Lagrangian function is L= T V, where T = m( r& + r & θ ) (5) and V = k( r r ) + mg( r rcos θ ) (6) 0 0 For this roblem, no constraints need be secified and no additional forces need to be accounted for. However, it would be a simle matter to include force law exressions for daming elements or drag, or to modify the sring force model to account for these effects. In addition to the integration arameters, these are the only arameters to be secified in order to comute the solution. Only Eqs. (5) and (6) need to be rogrammed by the user. A selection from the subroutine containing the above secified roblem data for the sring endulum is given in Aendix A. Here, it should be noted that the subroutine begins by including the EB_Handling routine (USE EB_HANDLING) which secifies that this subroutine contains data objects which are to be differentiated. Embedded variables and embedded functions are declared as TYPE(EB) which is an OCEA defined variable tye. The secification of the kinetic and otential energy functions is highlighted in order to show that embedded functions are tyed in a standard user- friendly manner. The structure of OCEA is such that by invoking EB_Handling, derivatives are automatically comuted in the background without user intervention. Extraction of artial derivative information is also highlighted to show the ease with which the background-comuted information can be accessed. Here, the analyst simly needs to define the dimension of the artial derivatives to be extracted. By setting this variable equal to the embedded function variable, for examle, HES_L = L, we can readily extract the Hessian of the Lagrangian in order to get access to the mass matrix and its time derivative. The overhead associated with deriving, coding, and validating the equations of motion has been avoided.

11 Oen-chain toology of flexible bodies In this section, we resent simulated results for multile flexible beams in an oenchain toology. Here, we define the kinetic and otential energy for the first link with Eqs. (3) and (4), resectively. For the second link and so on (= and so on) we define the kinetic and otential energy by Eqs. (8) and (). The system is comrised of three beams, each with mass of kg, length of 0 m, and stiffness (EI) of 4e3 Nm. The beams are initially oriented with angles { θ, θ, θ 3} = 3π 3 3 {, π, π } as shown in Figure. All initial deflections are zero with the excetion of the midoint deflection of the third beam, which is q 3, = 0.0. All initial velocities are zero with the excetion of the angular velocity of the third beam ( & θ = 0.5 rad ). sec With the ability to quickly generate models and solutions for the motion, a considerable number of analyses are readily available. Here, we show results for the rigid body and flexible contributions to the kinetic energy of the individual links as shown in Figures (3-5). Here we see that for this quite flexible system, the magnitudes of the kinetic energy due to flexibility (dotted lines) are of significant amlitude. The integration ste size was chosen to satisfy constancy of total energy. Figures 3-5: Kinetic Energy for Links, and 3

12 Closed-chain toology of flexible bodies In this section, we resent simulated results for multile flexible beams in a closedchain constrained toology. Here, we define the kinetic and otential energy for the links as we did before; however, in this case, we must simly comute the constraint forces in order to satisfy the geometric constraints, which are of the holonomic form: n L cos( ) i θ i D i = φ = = 0 (7) Li sin( θ ) in = i where n = 5 links and D= 0 m. Constraint forces are comuted by solving for the Lagrange multiliers using the Range-Sace Method. Additionally, we include otential due to gravity from rest with initial angles for the links of { θ, θ, θ3, θ4, θ 5} = 5π 7 3 {, π,0, π, π }. Initially, there is no flexible energy in the system. Daming is included at all joints with the excetion of the base joint at { XY, } = { 0,0}. The roerties of the links is identical to the revious examle with the excetion that EI = 4e4 Nm. Again, conservation of total energy was used to determine the integration ste size. Figure 6 shows a few sna shots of the motion history for the 0 second simulation. Figure 6: Motion for a 5 flexible link closed-chain system

13 Conclusion In this aer we resent a new method for the automatic generation and integration of equations of motion using oerator overloading techniques. The automatic differentiation tool (OCEA: Object Oriented Coordinate Embedding Method) was utilized to comute the artial derivatives required for imlementing the traditional Lagrangian equations of motion. Several examles were resented to demonstrate the utility of automatic differentiation in generating equations of motion. A generalized simulation code was resented which can comute the motion for systems containing many flexible bodies. This generalized code was shown to solve examle for an oen chain, unconstrained toology and a closed chain constrained toology. Nonlinear multile flexible body roblems having an energy integral were considered. We used the constancy of the energy constant as evidence that accurate solutions were obtained. References [] Banerjee, A. K., Contributions of Multibody Dynamics to Sace Flight: A Brief Review, Journal of Guidance, Control, and Dynamics, Vol. 6, No. 3, , May-June 003. [] Baruh, H., Analytical Dynamics, McGraw Hill, New York, 998. [3] Baruh,H. and Radisavljevic, V., Modeling of Flexible Mechanisms by Constrained Coordinates, Journal of the Chinese Society of Mechanical Engineers, Vol.,. -4, No., 000. [4] Durrbaum, A., Klier, W., and Hahn, H., Comarison of Automatic and Symbolic Differentiation in Mathematical Modeling and Comuter Simulation of Rigid Body Systems, Multibody System Dynamics, Vol. 7, , 00. [5] Griffith, D.T., Sinclair, A.J., Turner, J.D., Hurtado, J.E., and Junkins, J.L., Automatic Generation and Integration of Equations of Motion by Oerator- Overloading Techniques, AAS/AIAA Saceflight Mechanics Meeting, Maui, HI, USA, Paer AAS 04-4, February 8-, 004. [6] Junkins, J.L. and Kim, Y., Introduction to Dynamics and Control of Flexible Structures, AIAA Education Series, 993. [7] Schaub, H., and Junkins, J.L., Analytical Mechanics of Sace Systems, AIAA, 003. [8] Thomson, W.T., and Dahleh, M.D., Theory of Vibration with Alications, Prentice Hall, New Jersey, 998. [9] Turner, J. D., Automated Generation Of High-Order Partial Derivative Models, AIAA Journal, August 003. [0] Turner, J. D., Generalized Gradient Search And Newton's Methods For Multilinear Algebra Root-Solving And Otimization Alications, Invited Paer No. AAS 03-6, to Aear In The Proceedings Of The John L. Junkins Astrodynamics Symosium, George Bush Conference Center, College Station, Texas, May 3-4, 003.

14 APPENDIX A: FORTRAN 90 Subroutine for Sring Pendulum Note: X0() = r; X0() = θ ; X0(3) = r& ; X0(4) = & θ SUBROUTINE SPRING_PEND_EQNS( PASS, TIME, X0, DXDT, FLAG ) USE EB_HANDLING IMPLICIT NONE!...ARGUMENT LIST VARIABLES ********** REAL(DP), INTENT(IN):: TIME TYPE(EB),DIMENSION(NV),INTENT(IN ):: X0 TYPE(EB),DIMENSION(NV), INTENT(INOUT):: DXDT!...LOCAL VARIABLES TYPE(EB)::L, T, V! LAGRANGIAN, KINETIC, POTENTIAL REAL(DP):: M, K! MASS AND STIFFNESS VALUES REAL(DP), DIMENSION(NV):: JAC_L REAL(DP), DIMENSION(NV,NV):: HES_L REAL(DP), DIMENSION(NV/,NV/):: MASS, MASS_INVERSE, MASSDOT REAL(DP), DIMENSION(NV/):: JAC_L_Q, QDOTDOT, QDOT TYPE(EB):: R0! UNSTRETCHED SPRING LENGTH REAL(DP):: GRAV M =.0D0; K = 75.0D0! MASS AND STIFFNESS *********** T = 0.5D0*M*(X0(3)** + X0()***X0(4)**)! DEFINE KE V = 0.5D0*K*(X0()-R0)** + M*GRAV*(R0-X0()*COS(X0())) L = T V! DEFINE LAGRANGIAN FUNCTION! PE JAC_L = L! EXTRACT JACOBIAN OF LAGRANGIAN JAC_L_Q = JAC_L(:NV/)! EXTRACT PARTIALS W.R.T. GEN. COORDS. HES_L = L! EXTRACT nd ORDER PARTIALS OF LAGRANGIAN MASS = HES_L(NV/+:NV,NV/+:NV)! EXTRACT MASS MATRIX MASSDOT = HES_L(NV/+:NV,:NV/)! EXTRACT MDOT ********** QDOTDOT = MATMUL(MASS_INVERSE,(JAC_L_Q &- (MATMUL(MASSDOT,QDOT)))) DXDT()%E = X0(3)%E DXDT()%E = X0(4)%E DXDT(3)%E = QDOTDOT() DXDT(4)%E = QDOTDOT()! RDOT! THETADOT! RDOTDOT! THETADOTDOT END SUBROUTINE SPRING_PEND_EQNS

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

NUMERICAL INTEGRATION OF CONSTRAINED MULTI-BODY DYNAMICAL SYSTEMS USING 5 T H ORDER EXACT ANALYTIC CONTINUATION ALGORITHM

NUMERICAL INTEGRATION OF CONSTRAINED MULTI-BODY DYNAMICAL SYSTEMS USING 5 T H ORDER EXACT ANALYTIC CONTINUATION ALGORITHM (Preprint) AAS 12-638 NUMERICAL INTEGRATION OF CONSTRAINED MULTI-BODY DYNAMICAL SYSTEMS USING 5 T H ORDER EXACT ANALYTIC CONTINUATION ALGORITHM Ahmad Bani Younes, and James Turner Many numerical integration

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

AN EMBEDDED FUNCTION TOOL FOR MODELING AND SIMULATING ESTIMATION PROBLEMS IN AEROSPACE ENGINEERING

AN EMBEDDED FUNCTION TOOL FOR MODELING AND SIMULATING ESTIMATION PROBLEMS IN AEROSPACE ENGINEERING AAS -8 AN EMBEDDED FUNCTION TOOL FOR MODELING AND SIMULATING ESTIMATION PROBLEMS IN AEROSPACE ENGINEERING INTRODUCTION D. Todd Griffith *, James D. Turner, and John L. Junkins An automatic differentiation-based

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Implementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis

Implementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis CST0 191 October, 011, Krabi Imlementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis Chakrit Suvanjumrat and Ekachai Chaichanasiri* Deartment of Mechanical Engineering, Faculty

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Journal of Sound and Vibration (998) 22(5), 78 85 VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Acoustics and Dynamics Laboratory, Deartment of Mechanical Engineering, The

More information

Session 5: Review of Classical Astrodynamics

Session 5: Review of Classical Astrodynamics Session 5: Review of Classical Astrodynamics In revious lectures we described in detail the rocess to find the otimal secific imulse for a articular situation. Among the mission requirements that serve

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

Characteristics of Beam-Based Flexure Modules

Characteristics of Beam-Based Flexure Modules Shorya Awtar e-mail: shorya@mit.edu Alexander H. Slocum e-mail: slocum@mit.edu Precision Engineering Research Grou, Massachusetts Institute of Technology, Cambridge, MA 039 Edi Sevincer Omega Advanced

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls

Fault Tolerant Quantum Computing Robert Rogers, Thomas Sylwester, Abe Pauls CIS 410/510, Introduction to Quantum Information Theory Due: June 8th, 2016 Sring 2016, University of Oregon Date: June 7, 2016 Fault Tolerant Quantum Comuting Robert Rogers, Thomas Sylwester, Abe Pauls

More information

Node-voltage method using virtual current sources technique for special cases

Node-voltage method using virtual current sources technique for special cases Node-oltage method using irtual current sources technique for secial cases George E. Chatzarakis and Marina D. Tortoreli Electrical and Electronics Engineering Deartments, School of Pedagogical and Technological

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

A Closed-Form Solution to the Minimum V 2

A Closed-Form Solution to the Minimum V 2 Celestial Mechanics and Dynamical Astronomy manuscrit No. (will be inserted by the editor) Martín Avendaño Daniele Mortari A Closed-Form Solution to the Minimum V tot Lambert s Problem Received: Month

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

On the relationship between sound intensity and wave impedance

On the relationship between sound intensity and wave impedance Buenos Aires 5 to 9 Setember, 16 Acoustics for the 1 st Century PROCEEDINGS of the nd International Congress on Acoustics Sound Intensity and Inverse Methods in Acoustics: Paer ICA16-198 On the relationshi

More information

PHYS 301 HOMEWORK #9-- SOLUTIONS

PHYS 301 HOMEWORK #9-- SOLUTIONS PHYS 0 HOMEWORK #9-- SOLUTIONS. We are asked to use Dirichlet' s theorem to determine the value of f (x) as defined below at x = 0, ± /, ± f(x) = 0, - < x

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

Hidden Predictors: A Factor Analysis Primer

Hidden Predictors: A Factor Analysis Primer Hidden Predictors: A Factor Analysis Primer Ryan C Sanchez Western Washington University Factor Analysis is a owerful statistical method in the modern research sychologist s toolbag When used roerly, factor

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

integral invariant relations is not limited to one or two such

integral invariant relations is not limited to one or two such The Astronomical Journal, 126:3138 3142, 2003 December # 2003. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFICIENT ORBIT INTEGRATION BY SCALING AND ROTATION FOR CONSISTENCY

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS 4 th International Conference on Earthquake Geotechnical Engineering June 2-28, 27 KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS Misko CUBRINOVSKI 1, Hayden BOWEN 1 ABSTRACT Two methods for analysis

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Dimensional perturbation theory for Regge poles

Dimensional perturbation theory for Regge poles Dimensional erturbation theory for Regge oles Timothy C. Germann Deartment of Chemistry, University of California, Berkeley, California 94720 Sabre Kais Deartment of Chemistry, Purdue University, West

More information

Diverse Routing in Networks with Probabilistic Failures

Diverse Routing in Networks with Probabilistic Failures Diverse Routing in Networks with Probabilistic Failures Hyang-Won Lee, Member, IEEE, Eytan Modiano, Senior Member, IEEE, Kayi Lee, Member, IEEE Abstract We develo diverse routing schemes for dealing with

More information

Lower bound solutions for bearing capacity of jointed rock

Lower bound solutions for bearing capacity of jointed rock Comuters and Geotechnics 31 (2004) 23 36 www.elsevier.com/locate/comgeo Lower bound solutions for bearing caacity of jointed rock D.J. Sutcliffe a, H.S. Yu b, *, S.W. Sloan c a Deartment of Civil, Surveying

More information

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation Uniformly best wavenumber aroximations by satial central difference oerators: An initial investigation Vitor Linders and Jan Nordström Abstract A characterisation theorem for best uniform wavenumber aroximations

More information

Quantitative estimates of propagation of chaos for stochastic systems with W 1, kernels

Quantitative estimates of propagation of chaos for stochastic systems with W 1, kernels oname manuscrit o. will be inserted by the editor) Quantitative estimates of roagation of chaos for stochastic systems with W, kernels Pierre-Emmanuel Jabin Zhenfu Wang Received: date / Acceted: date Abstract

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu and Markov Models Huizhen Yu janey.yu@cs.helsinki.fi Det. Comuter Science, Univ. of Helsinki Some Proerties of Probabilistic Models, Sring, 200 Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT

Keywords: pile, liquefaction, lateral spreading, analysis ABSTRACT Key arameters in seudo-static analysis of iles in liquefying sand Misko Cubrinovski Deartment of Civil Engineering, University of Canterbury, Christchurch 814, New Zealand Keywords: ile, liquefaction,

More information

Observer/Kalman Filter Time Varying System Identification

Observer/Kalman Filter Time Varying System Identification Observer/Kalman Filter Time Varying System Identification Manoranjan Majji Texas A&M University, College Station, Texas, USA Jer-Nan Juang 2 National Cheng Kung University, Tainan, Taiwan and John L. Junins

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

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum International Research Journal of Alied and Basic Sciences 016 Available online at www.irjabs.com ISSN 51-838X / Vol, 10 (6): 679-684 Science Exlorer Publications Design of NARMA L- Control of Nonlinear

More information

arxiv: v1 [quant-ph] 22 Apr 2017

arxiv: v1 [quant-ph] 22 Apr 2017 Quaternionic Quantum Particles SERGIO GIARDINO Institute of Science and Technology, Federal University of São Paulo (Unifes) Avenida Cesare G. M. Lattes 101, 147-014 São José dos Camos, SP, Brazil arxiv:1704.06848v1

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

HIGH-ORDER STATE FEEDBACK GAIN SENSITIVITY CALCULATIONS USING COMPUTATIONAL DIFFERENTIATION

HIGH-ORDER STATE FEEDBACK GAIN SENSITIVITY CALCULATIONS USING COMPUTATIONAL DIFFERENTIATION (Preprint) AAS 12-637 HIGH-ORDER STATE FEEDBACK GAIN SENSITIVITY CALCULATIONS USING COMPUTATIONAL DIFFERENTIATION Ahmad Bani Younes, James Turner, Manoranjan Majji, and John Junkins INTRODUCTION A nonlinear

More information

START Selected Topics in Assurance

START Selected Topics in Assurance START Selected Toics in Assurance Related Technologies Table of Contents Introduction Statistical Models for Simle Systems (U/Down) and Interretation Markov Models for Simle Systems (U/Down) and Interretation

More information

Nonlinear Static Analysis of Cable Net Structures by Using Newton-Raphson Method

Nonlinear Static Analysis of Cable Net Structures by Using Newton-Raphson Method Nonlinear Static Analysis of Cable Net Structures by Using Newton-Rahson Method Sayed Mahdi Hazheer Deartment of Civil Engineering University Selangor (UNISEL) Selangor, Malaysia hazheer.ma@gmail.com Abstract

More information

arxiv: v2 [quant-ph] 2 Aug 2012

arxiv: v2 [quant-ph] 2 Aug 2012 Qcomiler: quantum comilation with CSD method Y. G. Chen a, J. B. Wang a, a School of Physics, The University of Western Australia, Crawley WA 6009 arxiv:208.094v2 [quant-h] 2 Aug 202 Abstract In this aer,

More information

Modelling a Partly Filled Road Tanker during an Emergency Braking

Modelling a Partly Filled Road Tanker during an Emergency Braking Proceedings of the World Congress on Engineering and Comuter Science 217 Vol II, October 25-27, 217, San Francisco, USA Modelling a Partly Filled Road Tanker during an Emergency Braking Frank Otremba,

More information

ε(ω,k) =1 ω = ω'+kv (5) ω'= e2 n 2 < 0, where f is the particle distribution function and v p f v p = 0 then f v = 0. For a real f (v) v ω (kv T

ε(ω,k) =1 ω = ω'+kv (5) ω'= e2 n 2 < 0, where f is the particle distribution function and v p f v p = 0 then f v = 0. For a real f (v) v ω (kv T High High Power Power Laser Laser Programme Programme Theory Theory and Comutation and Asects of electron acoustic wave hysics in laser backscatter N J Sircombe, T D Arber Deartment of Physics, University

More information

c Copyright by Helen J. Elwood December, 2011

c Copyright by Helen J. Elwood December, 2011 c Coyright by Helen J. Elwood December, 2011 CONSTRUCTING COMPLEX EQUIANGULAR PARSEVAL FRAMES A Dissertation Presented to the Faculty of the Deartment of Mathematics University of Houston In Partial Fulfillment

More information

STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS. A Dissertation JAMES ROBERT FISHER

STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS. A Dissertation JAMES ROBERT FISHER STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS A Dissertation by JAMES ROBERT FISHER Submitted to the Office of Graduate Studies of Texas A&M University in artial fulfillment

More information

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics Churilova Maria Saint-Petersburg State Polytechnical University Deartment of Alied Mathematics Technology of EHIS (staming) alied to roduction of automotive arts The roblem described in this reort originated

More information

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands A Secial Case Solution to the Persective -Point Problem William J. Wolfe California State University Channel Islands william.wolfe@csuci.edu Abstract In this aer we address a secial case of the ersective

More information

Positivity, local smoothing and Harnack inequalities for very fast diffusion equations

Positivity, local smoothing and Harnack inequalities for very fast diffusion equations Positivity, local smoothing and Harnack inequalities for very fast diffusion equations Dedicated to Luis Caffarelli for his ucoming 60 th birthday Matteo Bonforte a, b and Juan Luis Vázquez a, c Abstract

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS NCCI 1 -National Conference on Comutational Instrumentation CSIO Chandigarh, INDIA, 19- March 1 COMPARISON OF VARIOUS OPIMIZAION ECHNIQUES FOR DESIGN FIR DIGIAL FILERS Amanjeet Panghal 1, Nitin Mittal,Devender

More information

Adiabatic Shear Bands in Simple and Dipolar Plastic Materials

Adiabatic Shear Bands in Simple and Dipolar Plastic Materials Adiabatic Shear Bands in Simle and Diolar Plastic Materials T W \-1RIGHT us Army Ballistic Research Laboratory Aberdeen Proving Ground, MD 215 R C BATRA University of Missouri-Rolla Rolla, Missouri 6541

More information

On a class of Rellich inequalities

On a class of Rellich inequalities On a class of Rellich inequalities G. Barbatis A. Tertikas Dedicated to Professor E.B. Davies on the occasion of his 60th birthday Abstract We rove Rellich and imroved Rellich inequalities that involve

More information

OPTIMIZATION OF EARTH FLIGHT TEST TRAJECTORIES TO QUALIFY PARACHUTES FOR USE ON MARS

OPTIMIZATION OF EARTH FLIGHT TEST TRAJECTORIES TO QUALIFY PARACHUTES FOR USE ON MARS OPTIMIZATION OF EARTH FLIGHT TEST TRAJECTORIES TO QUALIFY PARACHUTES FOR USE ON MARS Christoher L. Tanner (1) (1) Sace Systems Design Laboratory, Daniel Guggenheim School of Aerosace Engineering Georgia

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

A Parallel Algorithm for Minimization of Finite Automata

A Parallel Algorithm for Minimization of Finite Automata A Parallel Algorithm for Minimization of Finite Automata B. Ravikumar X. Xiong Deartment of Comuter Science University of Rhode Island Kingston, RI 02881 E-mail: fravi,xiongg@cs.uri.edu Abstract In this

More information

Design of Isolated Bridges from the Viewpoint of Collapse under Extreme Earthquakes

Design of Isolated Bridges from the Viewpoint of Collapse under Extreme Earthquakes Design of Isolated Bridges from the Viewoint of Collase under Extreme Earthquakes D.W. Chang, Y.T. Lin, C.H. Peng, C.Y. Liou CECI Engineering Consultants, Inc., Taiwan T.Y. Lee National Central University,

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

NONRELATIVISTIC STRONG-FIELD APPROXIMATION (SFA)

NONRELATIVISTIC STRONG-FIELD APPROXIMATION (SFA) NONRELATIVISTIC STRONG-FIELD APPROXIMATION (SFA) Note: SFA will automatically be taken to mean Coulomb gauge (relativistic or non-diole) or VG (nonrelativistic, diole-aroximation). If LG is intended (rarely),

More information

+++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic +++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic

+++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic +++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic Daniel Leitner, Johannes Krof, Günther Zauner, TU Vienna, Austria, dleitner@osiris.tuwien.ac.at Yuri Karov, Yuri Senichenkov, Yuri

More information

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003 SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES Gord Sinnamon The University of Western Ontario December 27, 23 Abstract. Strong forms of Schur s Lemma and its converse are roved for mas

More information

Applied Mathematics and Computation

Applied Mathematics and Computation Alied Mathematics and Comutation 217 (2010) 1887 1895 Contents lists available at ScienceDirect Alied Mathematics and Comutation journal homeage: www.elsevier.com/locate/amc Derivative free two-oint methods

More information

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES AARON ZWIEBACH Abstract. In this aer we will analyze research that has been recently done in the field of discrete

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables Imroved Bounds on Bell Numbers and on Moments of Sums of Random Variables Daniel Berend Tamir Tassa Abstract We rovide bounds for moments of sums of sequences of indeendent random variables. Concentrating

More information

TORSIONAL VIBRATION SUPPRESSION IN AUTOMATIC TRANSMISSION POWERTRAIN USING CENTRIFUGAL PEN- DULUM VIBRATION ABSORBER

TORSIONAL VIBRATION SUPPRESSION IN AUTOMATIC TRANSMISSION POWERTRAIN USING CENTRIFUGAL PEN- DULUM VIBRATION ABSORBER TORSIONAL VIBRATION SUPPRESSION IN AUTOMATIC TRANSMISSION POWERTRAIN USING CENTRIFUGAL PEN- DULUM VIBRATION ABSORBER Takashi Nakae and Takahiro Ryu Oita University, Faculty of Engineering, Deartment of

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V.

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deriving ndicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deutsch Centre for Comutational Geostatistics Deartment of Civil &

More information

2.6 Primitive equations and vertical coordinates

2.6 Primitive equations and vertical coordinates Chater 2. The continuous equations 2.6 Primitive equations and vertical coordinates As Charney (1951) foresaw, most NWP modelers went back to using the rimitive equations, with the hydrostatic aroximation,

More information

whether a process will be spontaneous, it is necessary to know the entropy change in both the

whether a process will be spontaneous, it is necessary to know the entropy change in both the 93 Lecture 16 he entroy is a lovely function because it is all we need to know in order to redict whether a rocess will be sontaneous. However, it is often inconvenient to use, because to redict whether

More information

PRELIMINARY SELECTION OF BASIC PARAMETERS OF DIFFERENT TORSIONAL VIBRATION DAMPERS INTENDED FOR USE IN MEDIUM-SPEED DIESEL ENGINES

PRELIMINARY SELECTION OF BASIC PARAMETERS OF DIFFERENT TORSIONAL VIBRATION DAMPERS INTENDED FOR USE IN MEDIUM-SPEED DIESEL ENGINES Ivan Filiović Dževad Bibić Aleksandar Milašinović Almir Blažević Adnan Pecar ISSN 333-4 PRELIMINARY SELECTION OF BASIC PARAMETERS OF DIFFERENT TORSIONAL VIBRATION DAMPERS INTENDED FOR USE IN MEDIUM-SPEED

More information

Residual Stress and Deformation Modelling for Metal Additive Manufacturing Processes

Residual Stress and Deformation Modelling for Metal Additive Manufacturing Processes Proceedings of the World Congress on Mechanical, Chemical, and Material Engineering (MCM 215) Barcelona, Sain July 2-21, 215 Paer No. 245 Residual Stress and Deformation Modelling for Metal Additive Manufacturing

More information

Multiplicative group law on the folium of Descartes

Multiplicative group law on the folium of Descartes Multilicative grou law on the folium of Descartes Steluţa Pricoie and Constantin Udrişte Abstract. The folium of Descartes is still studied and understood today. Not only did it rovide for the roof of

More information

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY FEDERICA PASQUOTTO 1. Descrition of the roosed research 1.1. Introduction. Symlectic structures made their first aearance in

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

F(p) y + 3y + 2y = δ(t a) y(0) = 0 and y (0) = 0.

F(p) y + 3y + 2y = δ(t a) y(0) = 0 and y (0) = 0. Page 5- Chater 5: Lalace Transforms The Lalace Transform is a useful tool that is used to solve many mathematical and alied roblems. In articular, the Lalace transform is a technique that can be used to

More information

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems Int. J. Oen Problems Comt. Math., Vol. 3, No. 2, June 2010 ISSN 1998-6262; Coyright c ICSRS Publication, 2010 www.i-csrs.org Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various

More information

Kinetics of Protein Adsorption and Desorption on Surfaces with Grafted Polymers

Kinetics of Protein Adsorption and Desorption on Surfaces with Grafted Polymers 1516 Biohysical Journal Volume 89 Setember 2005 1516 1533 Kinetics of Protein Adsortion and Desortion on Surfaces with Grafted Polymers Fang Fang,* Javier Satulovsky, y and Igal Szleifer* *Deartment of

More information

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1)

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1) CERTAIN CLASSES OF FINITE SUMS THAT INVOLVE GENERALIZED FIBONACCI AND LUCAS NUMBERS The beautiful identity R.S. Melham Deartment of Mathematical Sciences, University of Technology, Sydney PO Box 23, Broadway,

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

rate~ If no additional source of holes were present, the excess

rate~ If no additional source of holes were present, the excess DIFFUSION OF CARRIERS Diffusion currents are resent in semiconductor devices which generate a satially non-uniform distribution of carriers. The most imortant examles are the -n junction and the biolar

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

An Improved Generalized Estimation Procedure of Current Population Mean in Two-Occasion Successive Sampling

An Improved Generalized Estimation Procedure of Current Population Mean in Two-Occasion Successive Sampling Journal of Modern Alied Statistical Methods Volume 15 Issue Article 14 11-1-016 An Imroved Generalized Estimation Procedure of Current Poulation Mean in Two-Occasion Successive Samling G. N. Singh Indian

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

Introduction to Landau s Fermi Liquid Theory

Introduction to Landau s Fermi Liquid Theory Introduction to Landau s Fermi Liquid Theory Erkki Thuneberg Deartment of hysical sciences University of Oulu 29 1. Introduction The rincial roblem of hysics is to determine how bodies behave when they

More information

1-way quantum finite automata: strengths, weaknesses and generalizations

1-way quantum finite automata: strengths, weaknesses and generalizations 1-way quantum finite automata: strengths, weaknesses and generalizations arxiv:quant-h/9802062v3 30 Se 1998 Andris Ambainis UC Berkeley Abstract Rūsiņš Freivalds University of Latvia We study 1-way quantum

More information