Assignment Fall 2014

Size: px
Start display at page:

Download "Assignment Fall 2014"

Transcription

1 Assignment Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions and scripts (of yor own creation) called by the scripts; both scripts and fnctions mst conform to the formats described in Instrctions and Qestions below. Instrctions Download (from the corse website Assignment 5 page) the Assignment_5_Templates folder. This folder contains a template for the script associated with each qestion (A5Qy_Template for Qestion y), as well as a template for each fnction which we as yo to create (fnc_template for a fnction fnc). The Assignment_5_Templates folder also contains the grade_o_matic files for Assignment 5 (please see Assignment for a description of grade_o_matic ) as well as all axiliary files which yo will need for Assignment 5. We indicate here several general format and performance reqirements: (a.) Yor script for Qestion y of Assignment 5 mst be a proper Matlab.m script file and mst be named A5Qy.m. In some cases the script will be trivial and yo may sbmit the template as is jst remove the _Template in yor YOURNAME_ASSIGNMENT_5 folder. Bt note that yo still mst sbmit a proper A5Qy.m script or grade_o_matic will not perform correctly. (b.) In this assignment, for each qestion y, we will specify inpts and otpts both for the script A5Qy and (as is more traditional) any reqested Matlab fnctions; we shall denote the former as script inpts and script otpts and the latter as fnction inpts and fnction otpts. For each qestion and hence each script, and also each fnction, we will identify allowable instances for the inpts the parameter vales or parameter domains for which the codes mst wor. (c.) Recall that for scripts, inpt variables mst be assigned otside yor script (of corse before the script is exected) not inside yor script in the worspace; all other variables reqired by the script mst be defined inside the script. Hence yo shold test yor scripts in the following fashion: clear the worspace; assign the inpt variables in the worspace; rn yor script. Note for Matlab fnctions yo need not tae sch precations: all inpts and otpts are passed throgh the inpt and otpt argment lists; a fnction enjoys a private worspace. (d.) We as that in the sbmitted version of yor scripts and fnctions yo sppress all display by placing a ; at the end of each line of code. (Of corse dring debgging yo will often choose to display many intermediate and final reslts.) We also reqire that before yo pload yor soltion to corse website yo rn grade_o_matic (from yor YOURNAME_ASSIGN- MENT_5 folder) for final confirmation that all of yor scripts and fnctions are in the proper format. Note that, in Assignment 5, for of the five qestions, A5Qy for y =,,,4, are mltiple choice: yo shold enter yor answers in the respective scripts A5Qy.m per standard grade_o_matic pro- Note that, for display in verbose mode, grade_o_matic will nroll arrays and present as a row vector.

2 tocol; please doble-chec the letters yo have chosen for each qestion before ploading yor YOURNAME_ASSIGNMENT_5 folder. Note that the last qestion, A5Q5, is not mltiple choice. Qestions. (0 points) Preamble: Yo are not to se Matlab for this qestion (except of corse for the mltiple-choice script file A5Q.m for grade_o_matic) either to identify or confirm the correct reslt yo shold develop yor answer withot recorse to a compter or even a calclator. The point of this qestion is to mae sre that yo nderstand the basic linear algebra. We consider in this problem the system of linear eqations A = f () where A is a given matrix, f is a given vector, and is the vector we wish to find. We introdce two matrices 0 A I = 0, () 0 0 and A II =, () which will be relevant in Parts (i),(ii) and Parts (iii),(iv) respectively. In Parts (i),(ii), A of eqation () is given by A I of eqation (). In other words, we consider the system A I = f given by for f to be specified below. 0 f 0 f =, 0 0 f A I f (i) (5 points) For f = ( ) T (recall T denotes transpose), (a) A I = f has a niqe soltion. (b) A I = f has no soltion.

3 (c) A I = f has an infinity of soltions of the form 0 = 0 + α 0 0 for any (real nmber) α. (d) A I = f has an infinity of soltions of the form = 0 + α 0 0 for any (real nmber) α. (ii) (5 points) For f = ( 0) T, (a) A I = f has a niqe soltion. (b) A I = f has no soltion. (c) A I = f has an infinity of soltions of the form 0 = 0 + α 0 0 for any (real nmber) α. (d) A I = f has an infinity of soltions of the form = 0 + α 0 0 for any (real nmber) α. Now, in Parts (iii), (iv), A of eqation () is given by A II of eqation (). In other words, we consider the system A II = f given by f f =, f A II f

4 for f to be specified below. (iii) (5 points) For f = ( ) T (recall T denotes transpose), (a) A II = f has a niqe soltion. (b) A II = f has no soltion. (c) A II = f has an infinity of soltions of the form 0 = 0 + α 0 0 for any (real nmber) α. (d) A II = f has an infinity of soltions of the form = 0 + α 0 0 for any (real nmber) α. (iv) (5 points) For f = ( 0) T, (a) A II = f has a niqe soltion. (b) A II = f has no soltion. (c) A II = f has an infinity of soltions of the form 0 = 0 + α 0 0 for any (real nmber) α. (d) A II = f has an infinity of soltions of the form = 0 + α 0 0 for any (real nmber) α. 4

5 There are no inpts or otpts for this qestion. Yor answer shold be a one-line script, with yor mltiple-choice answers, as indicated in A5Q_Template.m (as always, remove the _Template before ploading to corse website in yor folder YOURNAME_ASSIGNMENT_5).. (0 points) Preamble: Yo are not to se Matlab for this qestion (except of corse for the mltiple-choice script file A5Q.m for grade_o_matic) either to identify or confirm the correct reslt yo shold develop yor answer withot recorse to a compter or even a calclator. The point of this qestion is to mae sre that yo nderstand the basic linear algebra. We consider the system of three springs and masses shown in Figre. f = f = f = = m = m = m wall f = 0 f = f = 0 The eqilibrim displacements satisfy the linear system of three eqations in three nnowns, A = f, given by m m m = = 0 = 0. = (4) 0 0 The matrix A is SPD (Symmetric Positive 0 Definite). Note yo0 shold only consider the particlar right-hand side f (forces) indicated. We now redce the system ˆ by Gassian Elimination to the form U = f, where U is an pper trianglar matrix. We may then find by Bac Sbstittion. Note that we do not perform any partial pivoting reordering of the rows of A for stability (since the matrix is SPD there is no need), and frthermore we do not perform any reordering of the colmns of the matrix A for optimization: we wor directly on the matrix A as given by eqation (4). Figre : The spring-mass system for Qestion. A f (i) (4 points) The element U (i.e., the entry in the i = second row, j = second colmn) of U is given by (a) / (b) (c) / (d) 5/ 5

6 (ii) (4 points) The element U (i.e., the entry in the i = second row, j = third colmn) of U is given by (a) (b) (c) /5 (d) 0 (iii) (4 points) The element fˆ (i.e., the second entry in the fˆ vector) is given by (a) / (b) (c) 0 (d) 5/ (iv) (4 points) The element fˆ (i.e., the third entry in the fˆ vector) is given by (a) /5 (b) 0 (c) /5 (d) 8/5 (v) (4 points) The displacement of the third mass,, is given by (a) / (b) / (c) 5/ (d) / There are no inpts or otpts for this qestion. Yor answer shold be a one-line script, with yor mltiple-choice answers, as indicated in A5Q_Template.m (as always, remove the _Template before ploading to corse website in yor folder YOURNAME_ASSIGNMENT_5).. (0 points) Preamble: Yo are not to se Matlab for this qestion (except of corse for the mltiple-choice script file A5Q.m for grade_o_matic) either to identify or confirm the correct reslt yo shold develop yor answer withot recorse to a compter or even a 6

7 calclator. The point of this qestion is to mae sre that yo nderstand the basic linear algebra. Figre : The spring-mass system for Qestion. For the six springs in series the spring constants are = whereas for the parallel special spring which directly lins mass and mass 6 the spring constant is special = 4; yo may assme that all qantities are provided in consistent nits. Note that all the springs are described by the linear Hooe relation. We consider the system of springs and masses shown in Figre. Eqilibrim force balance on each mass and Hooe s law for the spring constittive relation leads to the system of six eqations in six nnowns, A = f, f f 0 a 0 c f ; = (5) f f c 0 b 6 f 6 A f where we will as yo to specify a, b, and c in the qestions below. Note for the correct choices of a, b, and c, the matrix A is SPD. ˆ We now redce the system A = f by Gassian Elimination to form U = f, where U is an pper trianglar matrix. Note that we do not perform any partial pivoting reordering of the rows of A for stability (since the matrix is SPD there is no need), and frthermore we do not perform any reordering of the colmns of the matrix A for optimization: we wor directly on the matrix A as given by eqation (5). Recall that since A is SPD we are sre that we will not enconter a zero pivot. (i) (4 points) The vale of a is (a) (b) 4 7

8 (c) 6 (d) 8 (e) (ii) (4 points) The vale of b is (a) (b) 4 (c) 6 (d) 8 (e) (iii) (4 points) The vale of c is (a) (b) 4 (c) 6 (d) 8 (e) (iv) (4 points) The nmber of nonzero elements in the (pper trianglar) matrix U is (a) (b) 6 (c) (d) 5 (e) 6 Hint: Consider Gassian Elimination (and the fill-in process) to dedce the only possibly correct option from the available choices. 8

9 (v) (4 points) The entry (A ) 6 6, (i.e., the entry in the i = sixth row, j = sixth colmn of the inverse matrix of A) is (a) /U 6 6 (b) /A 6 6 (c) U 6 6 (d) A 6 6 (e) (f + f + f + f 4 + f 5 + f 6 )/U 6 6 where in each case sbscript 6 6 refers to the entry in the i = sixth row, j = sixth colmn. Hint: Recall the physical interpretation of the sixth colmn of A. There are no inpts or otpts for this qestion. Yor answer shold be a one-line script, with yor mltiple-choice answers, as indicated in A5Q_Template.m (as always, remove the _Template before ploading to corse website in yor folder YOURNAME_ASSIGNMENT_5). 4. (0 points) Preamble: Yo shold develop yor responses based on theoretical considerations. However, yo may se Matlab to motivate or confirm (or perhaps rectify) yor theoretical predictions. We consider the system of n springs and masses shown in Figre. We consider the particlar case in which i =, i n, and f i =, i n; yo may assme that all qantities are f f f f n m m m n m n wall n free Figre : The spring-mass system for Qestion 4. n provided in consistent nits. The displacements of the masses,, satisfies a linear system of n n eqations in n nnowns, A = f. The Matlab script provided below forms the stiffness n matrix A ( = A in Matlab) f and force f vector f ( f = f in Matlab) and then f solves for the displacements ( = in Matlab) in three different fashions. Yo may assme that prior to n exection of the script m the worspace m containsm only n (Matlab n) whichm is a positive integer scalar. % begin script % form A and f A = spalloc(n,n,*n); 9

10 A(,) = ; A(,) = -; for i = :n- A(i,i) = ; A(i,i-) = -; A(i,i+) = -; end A(n,n) = ; A(n,n-) = -; nmnonzero_of_a = nnz(a); f = ones(n,); % solve A = f in three different ways nmtimes_compte = 0; tic for itimes = :nmtimes_compte = A\f; % REFER TO THIS LINE in Qestion 4(ii) end avg_time_first_way = toc/nmtimes_compte; A_declare_fll = fll(a); tic for itimes = :nmtimes_compte = A_declare_fll\f; end avg_time_second_way = toc/nmtimes_compte; Ainv_declare_sparse = sparse(inv(a)); % in fact if A is "declared sparse" then inv(a) will atomatically be "declared sparse" tic for itimes = :nmtimes_compte = Ainv_declare_sparse*f; end avg_time_third_way = toc/nmtimes_compte; % note that we do not inclde the time to compte inv(a) in avg_time_third_way % end script The Matlab bacslash operator will not perform any partial pivoting reordering of the rows of A for stability (since the matrix is SPD there is no need); frthermore Matlab will not perform any reordering of the colmns of the matrix A for efficiency (since the matrix 0

11 is tri-diagonal the strctre is already optimal). In short, Matlab bacslash wors directlyˆ on the matrix A as given Gassian Elimination to obtain U ( = U in Matlab) and f followed by Bac Sbstittion to obtain. We now rn the script. In the qestions below yo shold assme that the comptational time to perform the operations is proportional to the nmber of FLOPs. (In actal practice, comptational time and FLOPs is not synonymos since the former is affected by memory access, competition for cores, networ speed, and other real-life considerations; frthermore, these real-life considerations become more important for the larger n of interest in this qestion. Inasmch, yor comptational times shold serve to gide, bt not dictate, yor answers.) (i) (5 points) For n = 5000 the script will set the vale of nmnonzero_of_a to (a) 4,998 (b) 0,000 (c) 5,000 (d) 5,000,000 (ii) (5 points) For n = 5000 the nmber of nonzero elements of U will be (a) 5,000 (b),507,50 (c) 9,999 (d) 5,000 Note yo do not see U explicitly in the script of the previos page. Here U is the pper trianglar matrix U formed internally as part of the bacslash operation = A\f on the line of the script with comment % REFER TO THIS LINE in Qestion 4(ii). Hint: Recall Gassian Elimination for tridiagonal matrices. (iii) (5 points) The ratio avg_time_second_way avg_time_first_way will behave asymptotically as Cn ρ for n, where C is a constant independent of n, and ρ is given by (a) (b) (c)

12 (d) 0 (e) - (f ) - (g) - Note we as here for the vale of ρ, not for the vale of C. (iv) (5 points) The ratio avg_time_third_way avg_time_first_way will behave asymptotically as Cn ρ for n, where C is a constant independent of n, and ρ is given by (a) (b) (c) (d) 0 (e) - (f ) - (g) - Note we as here for the vale of ρ, not for the vale of C. There are no inpts or otpts for this qestion. Yor answer shold be a one-line script, with yor mltiple-choice answers, as indicated in A5Q4_Template.m (as always, remove the _Template before ploading to corse website in yor folder YOURNAME_ASSIGNMENT_5). 5. (0 points ) We wold lie yo to write a Matlab fnction with signatre fnction [root] = root_finder(alpha) which, given a parameter α (Matlab alpha) sch that α 0, finds a root z (Matlab root) of a fnction f wiggly (z, α) sch that f (z wiggly ; α) = 0 and 0 z ; (6) the vale of z will of corse depend on the vale of the parameter α. Two comments: we have chosen f wiggly and the allowable instances of α to ensre that there will always be at

13 least one z which satisfies (6); we as yo only to find a root in the interval [0, ], not all roots in the interval [0, ]. Yor fnction mst be named root_finder and frthermore mst be stored in a file named root_finder.m. Yor fnction taes a single inpt: the vale of the parameter α (Matlab alpha); allowable instances mst satisfy α 0. Yor fnction yields a single otpt: a z (Matlab root) which satisfies a nmerical version of (6), f wiggly (z ; α) e- and 0 z. (7) We provide yo with the Matlab fnction f_wiggly.p with signatre fnction [f_vale] = f_wiggly(z,alpha) sch that f_wiggly(z,alpha) retrns the otpt f_vale = f wiggly (z; α). The Matlab fnction f_wiggly will accept an inpt M array z to yield otpt M array f_vale sch that f_vale(i) = f wiggly (z(i), α), i =,..., M; this cold prove convenient if yo wish (electively) to plot the z-dependence of f wiggly. Note however, that inpt alpha mst be a scalar. We as that yor fnction root_finder call the Matlab bilt-in nonlinear eqation solver fsolve. Please read the Appendix to familiarize yorself with this Matlab rotine. Three comments: althogh fsolve will tae care of all the details related to the soltion procedre, yo (in yor root_finder fnction) mst chec and ltimately ensre (7); for reasons explained in the Appendix, yor fnction root_finder will need to consider a seqence of initial gesses for fsolve to ensre that sccess a z which satisfies (7) is ltimately realized ; yo shold se the defalt vales for the varios fsolve tolerances. We provide yo with a script A5Q5_Template.m which yo shold not modify (bt as always, please remove the _Template before ploading to corse website). The deliverables for this qestion are the script A5Q5.m and most importantly yor fnction root_finder (and any other scripts or fnctions of yor own creation which are called by root_finder); please pload these deliverables to corse website in yor folder YOURNAME_ASSIGNMENT_5. Appendix: Matlab fsolve We consider the problem of finding a real root (or zero ) of a nivariate fnction: given a fnction f(z), a z b, we wish to find a real nmber z sch that f(z ) = 0; there cold be no (real) roots, one root, or many roots. (The ostensibly more general problem of solving a nonlinear eqation is in fact eqivalent to the problem of finding a root.) Althogh in this assignment we consider only nivariate fnctions, fsolve can readily treat the general mltivariate case. In the textboo we discss Newton iteration for root finding. The Matlab fnction fsolve implements an alternative, thogh often related, rote: application of optimization procedres to a nonlinear least-sqares re-formlation of the root-finding problem. It is simple to describe the framewor. If f(z ) = 0, then clearly f (z ) = 0, and frthermore since f (z) 0 for all z z is a minimizer of f(z). Hence to find a root of f(z) we can instead search for a minimizer of f (z); For each inpt instance of the parameter α, grade_o_matic shall test yor root_finder code 0 times (for this same vale of α), to mae sre that sccess is not a matter of good lc.

14 the latter is an easier problem than the former, as we can simply proceed downhill ntil we arrive at the minimm. There is one sbtlety, however: thogh a root of f(z) is necessarily a minimizer of f (z), a minimizer of f (z) is not necessarily a root of f(z). A simple example of the latter is f(z) = + z : z = 0 is clearly a minimizer of f (z), bt f(0) =, not zero, and hence z = 0 is not a root of f(z). The approach mst ths be formlated in two steps: in the first step we loo for a minimizer z of f (z); in the second step we evalate f (z ) and we accept z as a root in other words, we identify z = z only if f (z ) = 0 (or, in actal practice, sfficiently small). The syntax for fsolve is very simple: [zstarstar,fval,exitflag] = fsolve(@fnc, z_0) where zstarstar is the alleged root, fval is the vale of fnc at zstarstar, exitflag is an exit flag which provides information on the minimization process and alleged root, fnc is the Matlab embodiment of the fnction for which we see a root, and z_0 is the initial gess. In more detail, fnc is a ser-defined fnction with signatre fnction [fnc_vale] = fnc(z) which retrns fnc_vale = f(z) for given z. We note that, as is typical in the (iterative) soltion of nonlinear eqations, fsolve which effectively goes downhill to find a minimizer of f (z) (or the norm sqared of f in the case of a system of nonlinear eqations) will typically find the minimizer at the bottom of the valley to which the initial gess z 0 belongs. Ths, first, if the minimm of this valley does not constitte a root, then fsolve will not find a root, and second, in any event fsolve will only find the one root associated with the particlar valley implicitly selected by z 0. In actal practice, the initial gess often several initial gesses will be reqired plays an important role in the soltion of nonlinear eqations. Yo can visalize this reslt with the small script fsolve_demo_04.m inclded in the Assignment_5_Templates folder. As already indicated, the otpt zstarstar is z, a minimizer of f (z). In addition, fsolve indicates whether z corresponds to Eqation solved in the sense that f (z ) is zero or very small, or No soltion fond in the sense that f (z ) is far from zero. Yo can and shold also obtain this information yorself directly from fval (or fnc(zstarzstar)). In the Eqation solved case fval sfficiently close to zero we have fond a minimizer of f (z) which is indeed a root of f(z); in the No soltion fond case we have fond an extremm of f (z), typically thogh not always a minimm of f (z), which is not a zero of f(z) fval is not close to zero. 4

15 MIT OpenCorseWare Nmerical Comptation for Mechanical Engineers Fall 04 For information abot citing these materials or or Terms of Use, visit:

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

Solving a System of Equations

Solving a System of Equations Solving a System of Eqations Objectives Understand how to solve a system of eqations with: - Gass Elimination Method - LU Decomposition Method - Gass-Seidel Method - Jacobi Method A system of linear algebraic

More information

A FIRST COURSE IN THE FINITE ELEMENT METHOD

A FIRST COURSE IN THE FINITE ELEMENT METHOD INSTRUCTOR'S SOLUTIONS MANUAL TO ACCOMANY A IRST COURS IN TH INIT LMNT MTHOD ITH DITION DARYL L. LOGAN Contents Chapter 1 1 Chapter 3 Chapter 3 3 Chapter 17 Chapter 5 183 Chapter 6 81 Chapter 7 319 Chapter

More information

Model Discrimination of Polynomial Systems via Stochastic Inputs

Model Discrimination of Polynomial Systems via Stochastic Inputs Model Discrimination of Polynomial Systems via Stochastic Inpts D. Georgiev and E. Klavins Abstract Systems biologists are often faced with competing models for a given experimental system. Unfortnately,

More information

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises LECTURE 1 State-Space Linear Sstems This lectre introdces state-space linear sstems, which are the main focs of this book. Contents 1. State-Space Linear Sstems 2. Block Diagrams 3. Exercises 1.1 State-Space

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

Linear System Theory (Fall 2011): Homework 1. Solutions

Linear System Theory (Fall 2011): Homework 1. Solutions Linear System Theory (Fall 20): Homework Soltions De Sep. 29, 20 Exercise (C.T. Chen: Ex.3-8). Consider a linear system with inpt and otpt y. Three experiments are performed on this system sing the inpts

More information

Lab Manual for Engrd 202, Virtual Torsion Experiment. Aluminum module

Lab Manual for Engrd 202, Virtual Torsion Experiment. Aluminum module Lab Manal for Engrd 202, Virtal Torsion Experiment Alminm modle Introdction In this modle, o will perform data redction and analsis for circlar cross section alminm samples. B plotting the torqe vs. twist

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

III. Demonstration of a seismometer response with amplitude and phase responses at:

III. Demonstration of a seismometer response with amplitude and phase responses at: GG5330, Spring semester 006 Assignment #1, Seismometry and Grond Motions De 30 Janary 006. 1. Calibration Of A Seismometer Using Java: A really nifty se of Java is now available for demonstrating the seismic

More information

APPENDIX B MATRIX NOTATION. The Definition of Matrix Notation is the Definition of Matrix Multiplication B.1 INTRODUCTION

APPENDIX B MATRIX NOTATION. The Definition of Matrix Notation is the Definition of Matrix Multiplication B.1 INTRODUCTION APPENDIX B MAIX NOAION he Deinition o Matrix Notation is the Deinition o Matrix Mltiplication B. INODUCION { XE "Matrix Mltiplication" }{ XE "Matrix Notation" }he se o matrix notations is not necessary

More information

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters Sensitivity Analysis in Bayesian Networks: From Single to Mltiple Parameters Hei Chan and Adnan Darwiche Compter Science Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwiche}@cs.cla.ed

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) MAE 5 - inite Element Analysis Several slides from this set are adapted from B.S. Altan, Michigan Technological University EA Procedre for

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees Graphs and Their Applications (6) by K.M. Koh* Department of Mathematics National University of Singapore, Singapore 1 ~ 7543 F.M. Dong and E.G. Tay Mathematics and Mathematics EdOOation National Institte

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

Pulses on a Struck String

Pulses on a Struck String 8.03 at ESG Spplemental Notes Plses on a Strck String These notes investigate specific eamples of transverse motion on a stretched string in cases where the string is at some time ndisplaced, bt with a

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

More information

Higher Maths A1.3 Recurrence Relations - Revision

Higher Maths A1.3 Recurrence Relations - Revision Higher Maths A Recrrence Relations - Revision This revision pack covers the skills at Unit Assessment exam level or Recrrence Relations so yo can evalate yor learning o this otcome It is important that

More information

10.2 Solving Quadratic Equations by Completing the Square

10.2 Solving Quadratic Equations by Completing the Square . Solving Qadratic Eqations b Completing the Sqare Consider the eqation ( ) We can see clearl that the soltions are However, What if the eqation was given to s in standard form, that is 6 How wold we go

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

Essentials of optimal control theory in ECON 4140

Essentials of optimal control theory in ECON 4140 Essentials of optimal control theory in ECON 4140 Things yo need to know (and a detail yo need not care abot). A few words abot dynamic optimization in general. Dynamic optimization can be thoght of as

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

Uncertainties of measurement

Uncertainties of measurement Uncertainties of measrement Laboratory tas A temperatre sensor is connected as a voltage divider according to the schematic diagram on Fig.. The temperatre sensor is a thermistor type B5764K [] with nominal

More information

Chapter 5 Computational Methods for Mixed Models

Chapter 5 Computational Methods for Mixed Models Chapter 5 Comptational Methods for Mixed Models In this chapter we describe some of the details of the comptational methods for fitting linear mixed models, as implemented in the lme4 package, and the

More information

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter

Step-Size Bounds Analysis of the Generalized Multidelay Adaptive Filter WCE 007 Jly - 4 007 London UK Step-Size onds Analysis of the Generalized Mltidelay Adaptive Filter Jnghsi Lee and Hs Chang Hang Abstract In this paper we analyze the bonds of the fixed common step-size

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 3 2.086 Fall 2014 Due: Monday, 3 November at 5 PM. Upload your solution to course website as a zip file YOURNAME_ASSIGNMENT_3 which includes the script for each question as well as all Matlab

More information

Problem Class 4. More State Machines (Problem Sheet 3 con t)

Problem Class 4. More State Machines (Problem Sheet 3 con t) Problem Class 4 More State Machines (Problem Sheet 3 con t) Peter Cheng Department of Electrical & Electronic Engineering Imperial College London URL: www.ee.imperial.ac.k/pcheng/ee2_digital/ E-mail: p.cheng@imperial.ac.k

More information

LINEAR COMBINATIONS AND SUBSPACES

LINEAR COMBINATIONS AND SUBSPACES CS131 Part II, Linear Algebra and Matrices CS131 Mathematics for Compter Scientists II Note 5 LINEAR COMBINATIONS AND SUBSPACES Linear combinations. In R 2 the vector (5, 3) can be written in the form

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion rocedre (demonstrated with a -D bar element problem) MAE - inite Element Analysis Many slides from this set are originally from B.S. Altan, Michigan Technological U. EA rocedre for Static Analysis.

More information

3 2D Elastostatic Problems in Cartesian Coordinates

3 2D Elastostatic Problems in Cartesian Coordinates D lastostatic Problems in Cartesian Coordinates Two dimensional elastostatic problems are discssed in this Chapter, that is, static problems of either plane stress or plane strain. Cartesian coordinates

More information

1 Undiscounted Problem (Deterministic)

1 Undiscounted Problem (Deterministic) Lectre 9: Linear Qadratic Control Problems 1 Undisconted Problem (Deterministic) Choose ( t ) 0 to Minimize (x trx t + tq t ) t=0 sbject to x t+1 = Ax t + B t, x 0 given. x t is an n-vector state, t a

More information

A Note on Irreducible Polynomials and Identity Testing

A Note on Irreducible Polynomials and Identity Testing A Note on Irrecible Polynomials an Ientity Testing Chanan Saha Department of Compter Science an Engineering Inian Institte of Technology Kanpr Abstract We show that, given a finite fiel F q an an integer

More information

10.4 Solving Equations in Quadratic Form, Equations Reducible to Quadratics

10.4 Solving Equations in Quadratic Form, Equations Reducible to Quadratics . Solving Eqations in Qadratic Form, Eqations Redcible to Qadratics Now that we can solve all qadratic eqations we want to solve eqations that are not eactl qadratic bt can either be made to look qadratic

More information

On the circuit complexity of the standard and the Karatsuba methods of multiplying integers

On the circuit complexity of the standard and the Karatsuba methods of multiplying integers On the circit complexity of the standard and the Karatsba methods of mltiplying integers arxiv:1602.02362v1 [cs.ds] 7 Feb 2016 Igor S. Sergeev The goal of the present paper is to obtain accrate estimates

More information

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions pplied Mathematical Sciences, Vol. 4, 2, no. 25, 23-29 EOQ Problem Well-Posedness: an lternative pproach Establishing Sfficient Conditions Giovanni Mingari Scarpello via Negroli, 6, 226 Milano Italy Daniele

More information

Control Systems

Control Systems 6.5 Control Systems Last Time: Introdction Motivation Corse Overview Project Math. Descriptions of Systems ~ Review Classification of Systems Linear Systems LTI Systems The notion of state and state variables

More information

Lecture 12: Pipelined Implementations: Control Hazards and Resolutions

Lecture 12: Pipelined Implementations: Control Hazards and Resolutions 18-447 Lectre 12: Pipelined Implementations: Control Hazards and Resoltions S 09 L12-1 James C. Hoe Dept of ECE, CU arch 2, 2009 Annoncements: Spring break net week!! Project 2 de the week after spring

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

FRÉCHET KERNELS AND THE ADJOINT METHOD

FRÉCHET KERNELS AND THE ADJOINT METHOD PART II FRÉCHET KERNES AND THE ADJOINT METHOD 1. Setp of the tomographic problem: Why gradients? 2. The adjoint method 3. Practical 4. Special topics (sorce imaging and time reversal) Setp of the tomographic

More information

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator Proceedings of the 6 IEEE International Conference on Control Applications Mnich, Germany, October 4-6, 6 WeB16 Nonparametric Identification and Robst H Controller Synthesis for a Rotational/Translational

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com C Integration - By sbstittion PhysicsAndMathsTtor.com. Using the sbstittion cos +, or otherwise, show that e cos + sin d e(e ) (Total marks). (a) Using the sbstittion cos, or otherwise, find the eact vale

More information

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc A New Architectre for a Parallel Finite Field Mltiplier with Low Complexity Based on Composite Fields Christof Paar y IEEE Transactions on Compters, Jly 996, vol 45, no 7, pp 856-86 Abstract In this paper

More information

Network Coding for Multiple Unicasts: An Approach based on Linear Optimization

Network Coding for Multiple Unicasts: An Approach based on Linear Optimization Network Coding for Mltiple Unicasts: An Approach based on Linear Optimization Danail Traskov, Niranjan Ratnakar, Desmond S. Ln, Ralf Koetter, and Mriel Médard Abstract In this paper we consider the application

More information

When are Two Numerical Polynomials Relatively Prime?

When are Two Numerical Polynomials Relatively Prime? J Symbolic Comptation (1998) 26, 677 689 Article No sy980234 When are Two Nmerical Polynomials Relatively Prime? BERNHARD BECKERMANN AND GEORGE LABAHN Laboratoire d Analyse Nmériqe et d Optimisation, Université

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . Two smooth niform spheres S and T have eqal radii. The mass of S is 0. kg and the mass of T is 0.6 kg. The spheres are moving on a smooth horizontal plane and collide obliqely. Immediately before the

More information

Formal Methods for Deriving Element Equations

Formal Methods for Deriving Element Equations Formal Methods for Deriving Element Eqations And the importance of Shape Fnctions Formal Methods In previos lectres we obtained a bar element s stiffness eqations sing the Direct Method to obtain eact

More information

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany Sbcritical bifrcation to innitely many rotating waves Arnd Scheel Institt fr Mathematik I Freie Universitat Berlin Arnimallee 2-6 14195 Berlin, Germany 1 Abstract We consider the eqation 00 + 1 r 0 k2

More information

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics A State Space Based Implicit Integration Algorithm for Differential Algebraic Eqations of Mltibody Dynamics E. J. Hag, D. Negrt, M. Ianc Janary 28, 1997 To Appear Mechanics of Strctres and Machines Abstract.

More information

Frequency Estimation, Multiple Stationary Nonsinusoidal Resonances With Trend 1

Frequency Estimation, Multiple Stationary Nonsinusoidal Resonances With Trend 1 Freqency Estimation, Mltiple Stationary Nonsinsoidal Resonances With Trend 1 G. Larry Bretthorst Department of Chemistry, Washington University, St. Lois MO 6313 Abstract. In this paper, we address the

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet The Role of Visalization Approach on Stdent s Conceptal Learning Konyaliogl, Serpil Department of Secondary Science and Mathematics Edcation, K.K. Edcation Faclty, Atatürk University, 25240- Erzrm-Trkey;

More information

State Space Models Basic Concepts

State Space Models Basic Concepts Chapter 2 State Space Models Basic Concepts Related reading in Bay: Chapter Section Sbsection 1 (Models of Linear Systems) 1.1 1.1.1 1.1.2 1.1.3 1.1.5 1.2 1.2.1 1.2.2 1.3 In this Chapter we provide some

More information

Collective Inference on Markov Models for Modeling Bird Migration

Collective Inference on Markov Models for Modeling Bird Migration Collective Inference on Markov Models for Modeling Bird Migration Daniel Sheldon Cornell University dsheldon@cs.cornell.ed M. A. Saleh Elmohamed Cornell University saleh@cam.cornell.ed Dexter Kozen Cornell

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

Nonlinear predictive control of dynamic systems represented by Wiener Hammerstein models

Nonlinear predictive control of dynamic systems represented by Wiener Hammerstein models Nonlinear Dn (26) 86:93 24 DOI.7/s7-6-2957- ORIGINAL PAPER Nonlinear predictive control of dnamic sstems represented b Wiener Hammerstein models Maciej Ławrńcz Received: 7 December 25 / Accepted: 2 Jl

More information

MEG 741 Energy and Variational Methods in Mechanics I

MEG 741 Energy and Variational Methods in Mechanics I MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

Convergence analysis of ant colony learning

Convergence analysis of ant colony learning Delft University of Technology Delft Center for Systems and Control Technical report 11-012 Convergence analysis of ant colony learning J van Ast R Babška and B De Schtter If yo want to cite this report

More information

Garret Sobczyk s 2x2 Matrix Derivation

Garret Sobczyk s 2x2 Matrix Derivation Garret Sobczyk s x Matrix Derivation Krt Nalty May, 05 Abstract Using matrices to represent geometric algebras is known, bt not necessarily the best practice. While I have sed small compter programs to

More information

Math 116 First Midterm October 14, 2009

Math 116 First Midterm October 14, 2009 Math 116 First Midterm October 14, 9 Name: EXAM SOLUTIONS Instrctor: Section: 1. Do not open this exam ntil yo are told to do so.. This exam has 1 pages inclding this cover. There are 9 problems. Note

More information

Chapter 4 Supervised learning:

Chapter 4 Supervised learning: Chapter 4 Spervised learning: Mltilayer Networks II Madaline Other Feedforward Networks Mltiple adalines of a sort as hidden nodes Weight change follows minimm distrbance principle Adaptive mlti-layer

More information

STEP Support Programme. STEP III Hyperbolic Functions: Solutions

STEP Support Programme. STEP III Hyperbolic Functions: Solutions STEP Spport Programme STEP III Hyperbolic Fnctions: Soltions Start by sing the sbstittion t cosh x. This gives: sinh x cosh a cosh x cosh a sinh x t sinh x dt t dt t + ln t ln t + ln cosh a ln ln cosh

More information

Move Blocking Strategies in Receding Horizon Control

Move Blocking Strategies in Receding Horizon Control Move Blocking Strategies in Receding Horizon Control Raphael Cagienard, Pascal Grieder, Eric C. Kerrigan and Manfred Morari Abstract In order to deal with the comptational brden of optimal control, it

More information

Image and Multidimensional Signal Processing

Image and Multidimensional Signal Processing Image and Mltidimensional Signal Processing Professor William Hoff Dept of Electrical Engineering &Compter Science http://inside.mines.ed/~whoff/ Forier Transform Part : D discrete transforms 2 Overview

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

On relative errors of floating-point operations: optimal bounds and applications

On relative errors of floating-point operations: optimal bounds and applications On relative errors of floating-point operations: optimal bonds and applications Clade-Pierre Jeannerod, Siegfried M. Rmp To cite this version: Clade-Pierre Jeannerod, Siegfried M. Rmp. On relative errors

More information

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation A ew Approach to Direct eqential imlation that Acconts for the Proportional ffect: Direct ognormal imlation John Manchk, Oy eangthong and Clayton Detsch Department of Civil & nvironmental ngineering University

More information

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation JOURNAL OF AIRCRAFT Vol. 42, No. 4, Jly Agst 2005 Redcing Conservatism in Fltterometer Predictions Using Volterra Modeling with Modal Parameter Estimation Rick Lind and Joao Pedro Mortaga University of

More information

Information Source Detection in the SIR Model: A Sample Path Based Approach

Information Source Detection in the SIR Model: A Sample Path Based Approach Information Sorce Detection in the SIR Model: A Sample Path Based Approach Kai Zh and Lei Ying School of Electrical, Compter and Energy Engineering Arizona State University Tempe, AZ, United States, 85287

More information

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How 1 Gradient Projection Anti-windp Scheme on Constrained Planar LTI Systems Jstin Teo and Jonathan P. How Technical Report ACL1 1 Aerospace Controls Laboratory Department of Aeronatics and Astronatics Massachsetts

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

An Investigation into Estimating Type B Degrees of Freedom

An Investigation into Estimating Type B Degrees of Freedom An Investigation into Estimating Type B Degrees of H. Castrp President, Integrated Sciences Grop Jne, 00 Backgrond The degrees of freedom associated with an ncertainty estimate qantifies the amont of information

More information

Material Transport with Air Jet

Material Transport with Air Jet Material Transport with Air Jet Dr. István Patkó Bdapest Tech Doberdó út 6, H-1034 Bdapest, Hngary patko@bmf.h Abstract: In the field of indstry, there are only a very few examples of material transport

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS

MECHANICS OF SOLIDS COMPRESSION MEMBERS TUTORIAL 2 INTERMEDIATE AND SHORT COMPRESSION MEMBERS MECHANICS O SOIDS COMPRESSION MEMBERS TUTORIA INTERMEDIATE AND SHORT COMPRESSION MEMBERS Yo shold jdge yor progress by completing the self assessment exercises. On completion of this ttorial yo shold be

More information

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski Advanced topics in Finite Element Method 3D trss strctres Jerzy Podgórski Introdction Althogh 3D trss strctres have been arond for a long time, they have been sed very rarely ntil now. They are difficlt

More information

Chapter 1: Differential Form of Basic Equations

Chapter 1: Differential Form of Basic Equations MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

Non-Linear Models Topic Outlines

Non-Linear Models Topic Outlines Non-Linear Models Mohammad Ehsanl Karim Institte of Statistical Research and training; University of Dhaka, Dhaka, Bangladesh Topic Otlines Intrinsically Linear Regression Models Intrinsically

More information

IMPROVED ANALYSIS OF BOLTED SHEAR CONNECTION UNDER ECCENTRIC LOADS

IMPROVED ANALYSIS OF BOLTED SHEAR CONNECTION UNDER ECCENTRIC LOADS Jornal of Marine Science and Technology, Vol. 5, No. 4, pp. 373-38 (17) 373 DOI: 1.6119/JMST-17-3-1 IMPROVED ANALYSIS OF BOLTED SHEAR ONNETION UNDER EENTRI LOADS Dng-Mya Le 1, heng-yen Liao, hien-hien

More information

Downloaded 07/06/18 to Redistribution subject to SIAM license or copyright; see

Downloaded 07/06/18 to Redistribution subject to SIAM license or copyright; see SIAM J. SCI. COMPUT. Vol. 4, No., pp. A4 A7 c 8 Society for Indstrial and Applied Mathematics Downloaded 7/6/8 to 8.83.63.. Redistribtion sbject to SIAM license or copyright; see http://www.siam.org/jornals/ojsa.php

More information

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations Applied Mathematics, 05, 6, 04-4 Pblished Online November 05 in SciRes. http://www.scirp.org/jornal/am http://d.doi.org/0.46/am.05.685 A Comptational Stdy with Finite Element Method and Finite Difference

More information

EXPT. 5 DETERMINATION OF pk a OF AN INDICATOR USING SPECTROPHOTOMETRY

EXPT. 5 DETERMINATION OF pk a OF AN INDICATOR USING SPECTROPHOTOMETRY EXPT. 5 DETERMITIO OF pk a OF IDICTOR USIG SPECTROPHOTOMETRY Strctre 5.1 Introdction Objectives 5.2 Principle 5.3 Spectrophotometric Determination of pka Vale of Indicator 5.4 Reqirements 5.5 Soltions

More information

Online Solution of State Dependent Riccati Equation for Nonlinear System Stabilization

Online Solution of State Dependent Riccati Equation for Nonlinear System Stabilization > REPLACE American HIS Control LINE Conference WIH YOUR PAPER IDENIFICAION NUMBER (DOUBLE-CLICK HERE O EDI) FrC3. Marriott Waterfront, Baltimore, MD, USA Jne 3-Jly, Online Soltion of State Dependent Riccati

More information

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control Bridging the Gap Between Mltigrid, Hierarchical, and Receding-Horizon Control Victor M. Zavala Mathematics and Compter Science Division Argonne National Laboratory Argonne, IL 60439 USA (e-mail: vzavala@mcs.anl.gov).

More information

Robust Tracking and Regulation Control of Uncertain Piecewise Linear Hybrid Systems

Robust Tracking and Regulation Control of Uncertain Piecewise Linear Hybrid Systems ISIS Tech. Rept. - 2003-005 Robst Tracking and Reglation Control of Uncertain Piecewise Linear Hybrid Systems Hai Lin Panos J. Antsaklis Department of Electrical Engineering, University of Notre Dame,

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Active Flux Schemes for Advection Diffusion

Active Flux Schemes for Advection Diffusion AIAA Aviation - Jne, Dallas, TX nd AIAA Comptational Flid Dynamics Conference AIAA - Active Fl Schemes for Advection Diffsion Hiroaki Nishikawa National Institte of Aerospace, Hampton, VA 3, USA Downloaded

More information

arxiv: v1 [cs.sy] 22 Nov 2018

arxiv: v1 [cs.sy] 22 Nov 2018 AAS 18-253 ROBUST MYOPIC CONTROL FOR SYSTEMS WITH IMPERFECT OBSERVATIONS Dantong Ge, Melkior Ornik, and Ufk Topc arxiv:1811.09000v1 [cs.sy] 22 Nov 2018 INTRODUCTION Control of systems operating in nexplored

More information

Stair Matrix and its Applications to Massive MIMO Uplink Data Detection

Stair Matrix and its Applications to Massive MIMO Uplink Data Detection 1 Stair Matrix and its Applications to Massive MIMO Uplink Data Detection Fan Jiang, Stdent Member, IEEE, Cheng Li, Senior Member, IEEE, Zijn Gong, Senior Member, IEEE, and Roy S, Stdent Member, IEEE Abstract

More information

Restricted Three-Body Problem in Different Coordinate Systems

Restricted Three-Body Problem in Different Coordinate Systems Applied Mathematics 3 949-953 http://dx.doi.org/.436/am..394 Pblished Online September (http://www.scirp.org/jornal/am) Restricted Three-Body Problem in Different Coordinate Systems II-In Sidereal Spherical

More information