State Estimation Introduction 2.0 Exact Pseudo-measurments

Size: px
Start display at page:

Download "State Estimation Introduction 2.0 Exact Pseudo-measurments"

Transcription

1 State Estimation. Introduction In these notes, we eplore two very practical and related issues in regards to state estimation: - use of pseudo-measurements - network observability. Eact Pseudo-measurments It is important to keep in mind that the objective of state estimation is to obtain a computer model that accurately represents the current conditions in the power system. So if we can think of ways to improve the model using something other than actual measurements, we should feel free to do that. Psuedo-measurements are not measurements but are used in the state-estimation algorithm as if they were. If we can know with certainty that a particular pseudo-measurement is accurate, we should use it as it will increase the accuracy of our state estimate.

2 he most common eact pseudo-measurement is the bus injection at a substation that has no generation and serves no load. Figure below illustrates. Bus p Fig. In Fig., bus p has no generation or load. We therefore know the real and reactive power injection of this bus with precision; it is. nd so we can add two more measurements to the measurements that we actually have: zi hi i zi hi i

3 where: Measurements h P h i i z i P p, inj z i Q p, inj 4 G cos B sin n p, inj Vp Vk pk p k pk p k k n 5 G sin B cos Qp, inj Vp Vk pk p k pk p k k 6 We recognize the summations of eqs. 5 and 6 as the power flow equations for real and reactive power injection, respectively. he terms η i and η i+ are zero-mean Gaussian distributed errors for the pseudo-measurements. We can account for the fact that these pseudomeasurements are eact by letting σ i and σ i+ be very small and therefore the corresponding weights, /σ i, and /σ i+, to be very large he weighted least-square estimation algorithm is then carried out as usual.

4 . Observability Recall our very first eample at the beginning of the first set of state estimation notes. It is below. In the circuit given of Fig., current injections I, I, and voltage E are unknown. Let R =R =R =. Ω. he measurements are: meter : i, =. mpere meter : i, =-. mpere meter : i, =.8 mpere meter V: e=. volt he problem is to determine the state of the circuit, which in this case is nodal voltages v, v, and the voltage e across the voltage source. R + V - Node Node + I I R R e - Node Fig. 4

5 5 o determine the state of the circuit v, v, and e, we wrote each one of the measurements in terms of the states. We then epressed these four equations in matri form:..8.. e v v 7 Let s denote terms in eq. 7 as,, and b, so: b 8 We solved eq. 8 using: b b G b I 9 First, the gain matri is given as G he inverse of the gain matri is then found from Matlab as 4 G

6 6 he pseudo-inverse is then 4 4 I G hen we obtained the least squares estimate of the states from the 4 measurements as b I Question: What would happen to this problem if we lost a measurement? Let s say that we lost, the measurement on the current flowing from bus to bus. Let s see what happens. o solve it, we just remove the first equation corresponding to, in eq. 7, the first row of the -matri and the top element in b-vector...8. e v v 4

7 7 ctually, here the matri is and therefore we can solve eactly as:..8. e v v 5 But let s go ahead and use eq. 9 to see what happens. First, the gain matri is given as G 6 he inverse of the gain matri is then G 7 he pseudo-inverse is then I G 8 he least squares estimate of the states from the measurements is then

8 I b Compared to the solution of eq., our estimate can be assumed to be less accurate since it is based on fewer measurements, but at least we still did obtain a solution. Question: What if we lost two measurements? Let s say that we lost, the measurement on the current flowing from bus to bus, and, the measurement on the current flowing from bus to bus. Let s see what happens. o solve it, we just remove the first two equations corresponding to, in eq. 7, the first row of the -matri and the top element in b- vector. v.8 v. e 8

9 he matri is once again non-square, so we must use our least-squares procedure. First, the gain matri is given as G 6 he inverse of the gain matri is, however, singular it s determinant is zero or equivalently, it has a zero eigenvalue. s a result, it can not be inverted. In this case, our process must stop since we need G - to evaluate, as indicated in eq. 9, repeated below for convenience. I b G b b What is the problem here? 9 he basic problem is that we do not have enough measurements. In this case, the system is said to be unobservable. his means that despite the availability of some measurements, it is not possible to provide an estimate of the states with those available measurements. 9

10 Eample: Consider the system in Fig.. his is the same system considered in our previous set of state estimation notes and in your homework assignment. here are real power measurements taken at P, P, and P. But we assume that the measurements P and P fail so that we only have the measurement P =.6 pu. s in previous eamples, assume all voltages are. per unit, all measurement devices have σ=., and that the bus angle is reference. he state vector is =[θ θ ] as before. Bus Bus P P P Bus Fig.

11 a Determine the vector of measurement epressions h, the derivative epressions h H, and the weighting matri R. b Develop H R H, h z R H b and comment on our ability to solve Δ=b for Δ. Solution: a ` sin 5 sin cos b V V g V V g V P h Since =[θ θ ], the derivative epressions are 5cos 5cos h h h H and with σ =.,. R. b First get. 5cos 5cos 5cos 5cos 5cos 5cos 5cos 5cos H R H Now get b.

12 ` ` ` sin 5cos.cos sin 5cos.cos 5sin.6 5cos 5cos h z R H b herefore the equation we need to solve is ` ` sin 5 cos.cos sin 5 cos.cos 5cos 5cos 5cos 5cos or ` ` sin 5cos.cos sin 5cos.cos 5cos 5cos 5cos 5cos he above equation solves according to ` ` sin 5cos.cos sin 5cos.cos 5cos 5cos 5cos 5cos o perform the necessary matri inversion, we require the matri determinant, which is: 5cos 5cos 5cos 5cos 5cos 5cos det 4 4

13 he matri is singular and we cannot solve the equation. In general, we say that the power system is observable if H R H is non-singular. Linear algebra tet books [, pg. 46], [] define matri rank: he maimum number of linearly independent rows in an m n matri is the row rank of, and the maimum number of linearly independent columns in an m n matri is the column rank of. If is m n, then: row rank m & col rank n. For any matri : row rank=col rank rank. Observability analysis from H: ssume for a power system state estimation problem that m>n more measurements than states. he power system is observable if matri H R H is nonsingular, and this occurs if H has rank n, where n is the number of columns of H.

14 Most state estimators will perform an observability analysis. If the network is unobservable, it may be the case that some pockets or islands of the network are still observable. hus we also need to be able to identify observable parts of the system from unobservable parts of the system. Doing so will will enable us to determine from which part of the network we need to obtain additional measurements. he topic of observability analysis is wellcovered in [, ch 7]. 4. pproimate pseudo-measurements key step in state estimation is to test for observability. If the network is not observable, i.e., if we do not have enough independent measurements, then we will not be able to obtain a network model. 4

15 When the state estimator detects that the network is unobservable, it can make use of approimate pseudo-measurements. Eamples of such approimate pseudo-measurements include: Information obtained from plant operators over phone or . Information obtained from previous measurements. Information obtained from a load flow calculation. In using approimate pseudo-measurements, it is generally good practice to pair it with a relatively large variance in the weighting matri, given that it is in fact approimate. 5. Quality of the state estimate lthough the state estimator provides the best estimate of the states given all available measurements, there remains the rather important question of: How good is the state estimate? 5

16 Clearly, if the state estimate is very poor, we will not want to use it even if it is the best. here are two issues related to state estimate quality. Bad data: Some data might be completely erroneous, polluted with some kind of gross error beyond the normal meter error. For eample, a transducer may be wired incorrectly or is malfunctioning and gives a negative number or a zero or a number that is times what it should be. Meter error: We have already discussed that meter error will always be present. We should check to ensure that there is not one or more meters in a crucial location having magnitude large enough to cause the entire state estimate to have unacceptable quality. Your tet provides an overview of these topics in Section.6. Detection and Identification of Bad Measurements, which depends on Hypothesis esting. 6

17 [] W. Brogan, Modern Control heory, Prentice-Hall, 98. [] G. Strang, Linear lgebra and its applications, Harcourt-Brace, 988. []. Monticelli, State estimation in electric power systems, a generalized approach, Kluwer,

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let Chapter 6: Power Flow Network Matrices Network Solutions Newton-Raphson Method Fast Decoupled Method Bus Admittance Matri Let I = vector of currents injected into nodes V = vector of node voltages Y bus

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation Prof. om Overbye Dept. of Electrical and Computer Engineering exas A&M University overbye@tamu.edu Announcements

More information

STATE ESTIMATION IN DISTRIBUTION SYSTEMS

STATE ESTIMATION IN DISTRIBUTION SYSTEMS SAE ESIMAION IN DISRIBUION SYSEMS 2015 CIGRE Grid of the Future Symposium Chicago (IL), October 13, 2015 L. Garcia-Garcia, D. Apostolopoulou Laura.GarciaGarcia@ComEd.com Dimitra.Apostolopoulou@ComEd.com

More information

Weighted Least Squares Topology Error Detection And Identification

Weighted Least Squares Topology Error Detection And Identification Weighted Least Squares Topology Error Detection And Identification A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jason Glen Lindquist IN PARTIAL FULFILLMENT

More information

Lecture 4.2 Finite Difference Approximation

Lecture 4.2 Finite Difference Approximation Lecture 4. Finite Difference Approimation 1 Discretization As stated in Lecture 1.0, there are three steps in numerically solving the differential equations. They are: 1. Discretization of the domain by

More information

Last Comments on Short-Circuit Analysis

Last Comments on Short-Circuit Analysis Last Comments on Short-Circuit Analysis.0 Exam summary Work all HW problems and know them; Read notes Read related book sections Topics:. Symmetrical faults (no book section) 2. Zbus building (9.3-9.6)

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

Math 265 Midterm 2 Review

Math 265 Midterm 2 Review Math 65 Midterm Review March 6, 06 Things you should be able to do This list is not meant to be ehaustive, but to remind you of things I may ask you to do on the eam. These are roughly in the order they

More information

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form:

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form: 3.3 Gradient Vector and Jacobian Matri 3 3.3 Gradient Vector and Jacobian Matri Overview: Differentiable functions have a local linear approimation. Near a given point, local changes are determined by

More information

Matrix inversion and linear equations

Matrix inversion and linear equations Learning objectives. Matri inversion and linear equations Know Cramer s rule Understand how linear equations can be represented in matri form Know how to solve linear equations using matrices and Cramer

More information

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions EE 581 Power Systems Admittance Matrix: Development, Direct and Iterative solutions Overview and HW # 8 Chapter 2.4 Chapter 6.4 Chapter 6.1-6.3 Homework: Special Problem 1 and 2 (see handout) Overview

More information

Now, if you see that x and y are present in both equations, you may write:

Now, if you see that x and y are present in both equations, you may write: Matrices: Suppose you have two simultaneous equations: y y 3 () Now, if you see that and y are present in both equations, you may write: y 3 () You should be able to see where the numbers have come from.

More information

PROBLEMS In each of Problems 1 through 12:

PROBLEMS In each of Problems 1 through 12: 6.5 Impulse Functions 33 which is the formal solution of the given problem. It is also possible to write y in the form 0, t < 5, y = 5 e (t 5/ sin 5 (t 5, t 5. ( The graph of Eq. ( is shown in Figure 6.5.3.

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Dr Gerhard Roth COMP 40A Winter 05 Version Linear algebra Is an important area of mathematics It is the basis of computer vision Is very widely taught, and there are many resources

More information

Linear Algebra. Solving SLEs with Matlab. Matrix Inversion. Solving SLE s by Matlab - Inverse. Solving Simultaneous Linear Equations in MATLAB

Linear Algebra. Solving SLEs with Matlab. Matrix Inversion. Solving SLE s by Matlab - Inverse. Solving Simultaneous Linear Equations in MATLAB Linear Algebra Solving Simultaneous Linear Equations in MATLAB Solving SLEs with Matlab Matlab can solve some numerical SLE s A b Five techniques available:. method. method. method 4. method. method Matri

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 4 120906 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Voltage Divider Current Divider Node-Voltage Analysis 3 Network Analysis

More information

Section 4.5. Matrix Inverses

Section 4.5. Matrix Inverses Section 4.5 Matrix Inverses The Definition of Inverse Recall: The multiplicative inverse (or reciprocal) of a nonzero number a is the number b such that ab = 1. We define the inverse of a matrix in almost

More information

Numerical Integration (Quadrature) Another application for our interpolation tools!

Numerical Integration (Quadrature) Another application for our interpolation tools! Numerical Integration (Quadrature) Another application for our interpolation tools! Integration: Area under a curve Curve = data or function Integrating data Finite number of data points spacing specified

More information

EC5555 Economics Masters Refresher Course in Mathematics September 2014

EC5555 Economics Masters Refresher Course in Mathematics September 2014 EC5555 Economics Masters Refresher Course in Mathematics September 4 Lecture Matri Inversion and Linear Equations Ramakanta Patra Learning objectives. Matri inversion Matri inversion and linear equations

More information

Geometric Modeling Summer Semester 2010 Mathematical Tools (1)

Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Recap: Linear Algebra Today... Topics: Mathematical Background Linear algebra Analysis & differential geometry Numerical techniques Geometric

More information

Eigenvalues for Triangular Matrices. ENGI 7825: Linear Algebra Review Finding Eigenvalues and Diagonalization

Eigenvalues for Triangular Matrices. ENGI 7825: Linear Algebra Review Finding Eigenvalues and Diagonalization Eigenvalues for Triangular Matrices ENGI 78: Linear Algebra Review Finding Eigenvalues and Diagonalization Adapted from Notes Developed by Martin Scharlemann June 7, 04 The eigenvalues for a triangular

More information

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition.

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition. Sparsity. Introduction We saw in previous notes that the very common problem, to solve for the n vector in A b ( when n is very large, is done without inverting the n n matri A, using LU decomposition.

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation

ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University overbye@tamu.edu Announcements Homework

More information

Differential Equations and Linear Algebra Supplementary Notes. Simon J.A. Malham. Department of Mathematics, Heriot-Watt University

Differential Equations and Linear Algebra Supplementary Notes. Simon J.A. Malham. Department of Mathematics, Heriot-Watt University Differential Equations and Linear Algebra Supplementary Notes Simon J.A. Malham Department of Mathematics, Heriot-Watt University Contents Chapter 1. Linear algebraic equations 5 1.1. Gaussian elimination

More information

Statistical Geometry Processing Winter Semester 2011/2012

Statistical Geometry Processing Winter Semester 2011/2012 Statistical Geometry Processing Winter Semester 2011/2012 Linear Algebra, Function Spaces & Inverse Problems Vector and Function Spaces 3 Vectors vectors are arrows in space classically: 2 or 3 dim. Euclidian

More information

Unconstrained Multivariate Optimization

Unconstrained Multivariate Optimization Unconstrained Multivariate Optimization Multivariate optimization means optimization of a scalar function of a several variables: and has the general form: y = () min ( ) where () is a nonlinear scalar-valued

More information

Fall 2003 Society of Actuaries Course 3 Solutions = (0.9)(0.8)(0.3) + (0.5)(0.4)(0.7) (0.9)(0.8)(0.5)(0.4) [1-(0.7)(0.3)] = (0.

Fall 2003 Society of Actuaries Course 3 Solutions = (0.9)(0.8)(0.3) + (0.5)(0.4)(0.7) (0.9)(0.8)(0.5)(0.4) [1-(0.7)(0.3)] = (0. Fall 3 Society of Actuaries Course 3 Solutions Question # Key: E q = p p 3:34 3:34 3 3:34 p p p 3 34 3:34 p 3:34 p p p p 3 3 3 34 3 3:34 3 3:34 =.9.8 =.7 =.5.4 =. =.7. =.44 =.7 +..44 =.776 =.7.7 =.54 =..3

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information

Learning Targets: Standard Form: Quadratic Function. Parabola. Vertex Max/Min. x-coordinate of vertex Axis of symmetry. y-intercept.

Learning Targets: Standard Form: Quadratic Function. Parabola. Vertex Max/Min. x-coordinate of vertex Axis of symmetry. y-intercept. Name: Hour: Algebra A Lesson:.1 Graphing Quadratic Functions Learning Targets: Term Picture/Formula In your own words: Quadratic Function Standard Form: Parabola Verte Ma/Min -coordinate of verte Ais of

More information

0.1. Linear transformations

0.1. Linear transformations Suggestions for midterm review #3 The repetitoria are usually not complete; I am merely bringing up the points that many people didn t now on the recitations Linear transformations The following mostly

More information

Vector and Matrix Norms. Vector and Matrix Norms

Vector and Matrix Norms. Vector and Matrix Norms Vector and Matrix Norms Vector Space Algebra Matrix Algebra: We let x x and A A, where, if x is an element of an abstract vector space n, and A = A: n m, then x is a complex column vector of length n whose

More information

Chapter 1W Basic Electromagnetic Concepts

Chapter 1W Basic Electromagnetic Concepts Chapter 1W Basic Electromagnetic Concepts 1W Basic Electromagnetic Concepts 1W.1 Examples and Problems on Electric Circuits 1W.2 Examples on Magnetic Concepts This chapter includes additional examples

More information

Introduction to State Estimation of Power Systems ECG 740

Introduction to State Estimation of Power Systems ECG 740 Introduction to State Estimation of Power Systems ECG 740 Introduction To help avoid major system failures, electric utilities have installed extensive supervisory control and data acquisition (SCADA)

More information

Cayley-Hamilton Theorem

Cayley-Hamilton Theorem Cayley-Hamilton Theorem Massoud Malek In all that follows, the n n identity matrix is denoted by I n, the n n zero matrix by Z n, and the zero vector by θ n Let A be an n n matrix Although det (λ I n A

More information

Matrices and Vectors. Definition of Matrix. An MxN matrix A is a two-dimensional array of numbers A =

Matrices and Vectors. Definition of Matrix. An MxN matrix A is a two-dimensional array of numbers A = 30 MATHEMATICS REVIEW G A.1.1 Matrices and Vectors Definition of Matrix. An MxN matrix A is a two-dimensional array of numbers A = a 11 a 12... a 1N a 21 a 22... a 2N...... a M1 a M2... a MN A matrix can

More information

Background Mathematics (2/2) 1. David Barber

Background Mathematics (2/2) 1. David Barber Background Mathematics (2/2) 1 David Barber University College London Modified by Samson Cheung (sccheung@ieee.org) 1 These slides accompany the book Bayesian Reasoning and Machine Learning. The book and

More information

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ISSUED 24 FEBRUARY 2018 1 Gaussian elimination Let A be an (m n)-matrix Consider the following row operations on A (1) Swap the positions any

More information

ME EN 363 Elementary Instrumentation

ME EN 363 Elementary Instrumentation ME E 6 Elementary Instrumentation Curve Fitting Least squares regression analysis Standard error of fit Correlation coefficient Error in static sensitivity Regression According to various Internet resources,

More information

07-Array Operations Part 2 text: Chapter Overview

07-Array Operations Part 2 text: Chapter Overview 07-rray Operations Part tet: Chapter.-.7 ECEGR 101 Engineering Problem Solving with Matlab Professor Henry Louie Overview Identity Matri Matri Inversion Linear Systems of Equations Element-by-Element Operations

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

More information

pset3-sol September 7, 2017

pset3-sol September 7, 2017 pset3-sol September 7, 2017 1 18.06 pset 3 Solutions 1.1 Problem 1 Suppose that you solve AX = B with and find that X is 1 1 1 1 B = 0 2 2 2 1 1 0 1 1 1 0 1 X = 1 0 1 3 1 0 2 1 1.1.1 (a) What is A 1? (You

More information

Singular Value Decomposition. 1 Singular Value Decomposition and the Four Fundamental Subspaces

Singular Value Decomposition. 1 Singular Value Decomposition and the Four Fundamental Subspaces Singular Value Decomposition This handout is a review of some basic concepts in linear algebra For a detailed introduction, consult a linear algebra text Linear lgebra and its pplications by Gilbert Strang

More information

6.2 Properties of Logarithms

6.2 Properties of Logarithms 6. Properties of Logarithms 437 6. Properties of Logarithms In Section 6.1, we introduced the logarithmic functions as inverses of eponential functions and discussed a few of their functional properties

More information

Control Systems Design

Control Systems Design ELEC4410 Control Systems Design Lecture 14: Controllability Julio H. Braslavsky julio@ee.newcastle.edu.au School of Electrical Engineering and Computer Science Lecture 14: Controllability p.1/23 Outline

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

Outline. Week 5: Circuits. Course Notes: 3.5. Goals: Use linear algebra to determine voltage drops and branch currents.

Outline. Week 5: Circuits. Course Notes: 3.5. Goals: Use linear algebra to determine voltage drops and branch currents. Outline Week 5: Circuits Course Notes: 3.5 Goals: Use linear algebra to determine voltage drops and branch currents. Components in Resistor Networks voltage source current source resistor Components in

More information

33A Linear Algebra and Applications: Practice Final Exam - Solutions

33A Linear Algebra and Applications: Practice Final Exam - Solutions 33A Linear Algebra and Applications: Practice Final Eam - Solutions Question Consider a plane V in R 3 with a basis given by v = and v =. Suppose, y are both in V. (a) [3 points] If [ ] B =, find. (b)

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Lecture #21: Dimensionality Reduction Seoul National University 1 In This Lecture Understand the motivation and applications of dimensionality reduction Learn the definition

More information

Mathematics 1. Part II: Linear Algebra. Exercises and problems

Mathematics 1. Part II: Linear Algebra. Exercises and problems Bachelor Degree in Informatics Engineering Barcelona School of Informatics Mathematics Part II: Linear Algebra Eercises and problems February 5 Departament de Matemàtica Aplicada Universitat Politècnica

More information

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period:

Honours Advanced Algebra Unit 2: Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Honours Advanced Algebra Name: Unit : Polynomial Functions What s Your Identity? Learning Task (Task 8) Date: Period: Introduction Equivalent algebraic epressions, also called algebraic identities, give

More information

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Final Exam. Exam location: RSF Fieldhouse, Back Left, last SID 6, 8, 9

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Final Exam. Exam location: RSF Fieldhouse, Back Left, last SID 6, 8, 9 EECS 16A Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Final Exam Exam location: RSF Fieldhouse, Back Left, last SID 6, 8, 9 PRINT your student ID: PRINT AND SIGN your

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . f() = 4 cosec 4 +, where is in radians. (a) Show that there is a root α of f () = 0 in the interval [.,.3]. Show that the equation f() = 0 can be written in the form = + sin 4 (c) Use the iterative formula

More information

Least Squares with Examples in Signal Processing 1. 2 Overdetermined equations. 1 Notation. The sum of squares of x is denoted by x 2 2, i.e.

Least Squares with Examples in Signal Processing 1. 2 Overdetermined equations. 1 Notation. The sum of squares of x is denoted by x 2 2, i.e. Least Squares with Eamples in Signal Processing Ivan Selesnick March 7, 3 NYU-Poly These notes address (approimate) solutions to linear equations by least squares We deal with the easy case wherein the

More information

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations 5-1 Repeating the Example on Power Factor Correction (Given last Class) P? Q? S? Light Motor From source 1000 volts @ 60 Htz 10kW

More information

MATH 108 REVIEW TOPIC 6 Radicals

MATH 108 REVIEW TOPIC 6 Radicals Math 08 T6-Radicals Page MATH 08 REVIEW TOPIC 6 Radicals I. Computations with Radicals II. III. IV. Radicals Containing Variables Rationalizing Radicals and Rational Eponents V. Logarithms Answers to Eercises

More information

Getting Started with Communications Engineering

Getting Started with Communications Engineering 1 Linear algebra is the algebra of linear equations: the term linear being used in the same sense as in linear functions, such as: which is the equation of a straight line. y ax c (0.1) Of course, if we

More information

The optimal filtering of a class of dynamic multiscale systems

The optimal filtering of a class of dynamic multiscale systems Science in China Ser. F Information Sciences 2004 Vol.47 No.4 50 57 50 he optimal filtering of a class of dynamic multiscale systems PAN Quan, ZHANG Lei, CUI Peiling & ZHANG Hongcai Department of Automatic

More information

Dealing with Rotating Coordinate Systems Physics 321. (Eq.1)

Dealing with Rotating Coordinate Systems Physics 321. (Eq.1) Dealing with Rotating Coordinate Systems Physics 321 The treatment of rotating coordinate frames can be very confusing because there are two different sets of aes, and one set of aes is not constant in

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

(Practice)Exam in Linear Algebra

(Practice)Exam in Linear Algebra (Practice)Exam in Linear Algebra May 016 First Year at The Faculties of Engineering and Science and of Health This test has 10 pages and 16 multiple-choice problems. In two-sided print. It is allowed to

More information

2 Power System Network Matrices I

2 Power System Network Matrices I Power System Analysis Power System Network Matrices I. INRODUCION he various terms used in Graph heory are presented in this chapter. Formulation of different network matrices are discussed. Primitive

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

Chapter 17. Current and Resistance. Sections: 1, 3, 4, 6, 7, 9

Chapter 17. Current and Resistance. Sections: 1, 3, 4, 6, 7, 9 Chapter 17 Current and Resistance Sections: 1, 3, 4, 6, 7, 9 Equations: 2 2 1 e r q q F = k 2 e o r Q k q F E = = I R V = A L R ρ = )] ( 1 [ o o T T + = α ρ ρ V I V t Q P = = R V R I P 2 2 ) ( = = C Q

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Math 24 Calculus III Summer 25, Session II. Determine whether the given set is a vector space. If not, give at least one axiom that is not satisfied. Unless otherwise stated,

More information

20.2 Design Example: Countdown Timer

20.2 Design Example: Countdown Timer EECS 16A Designing Information Devices and Systems I Fall 018 Lecture Notes Note 0 0.1 Design Procedure Now that we ve analyzed many circuits, we are ready to focus on designing interesting circuits to

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

MATH 3321 Sample Questions for Exam 3. 3y y, C = Perform the indicated operations, if possible: (a) AC (b) AB (c) B + AC (d) CBA

MATH 3321 Sample Questions for Exam 3. 3y y, C = Perform the indicated operations, if possible: (a) AC (b) AB (c) B + AC (d) CBA MATH 33 Sample Questions for Exam 3. Find x and y so that x 4 3 5x 3y + y = 5 5. x = 3/7, y = 49/7. Let A = 3 4, B = 3 5, C = 3 Perform the indicated operations, if possible: a AC b AB c B + AC d CBA AB

More information

Role of Synchronized Measurements In Operation of Smart Grids

Role of Synchronized Measurements In Operation of Smart Grids Role of Synchronized Measurements In Operation of Smart Grids Ali Abur Electrical and Computer Engineering Department Northeastern University Boston, Massachusetts Boston University CISE Seminar November

More information

Mixed Integer Linear Programming and Nonlinear Programming for Optimal PMU Placement

Mixed Integer Linear Programming and Nonlinear Programming for Optimal PMU Placement Mied Integer Linear Programg and Nonlinear Programg for Optimal PMU Placement Anas Almunif Department of Electrical Engineering University of South Florida, Tampa, FL 33620, USA Majmaah University, Al

More information

A Propagating Wave Packet The Group Velocity

A Propagating Wave Packet The Group Velocity Lecture 7 A Propagating Wave Packet The Group Velocity Phys 375 Overview and Motivation: Last time we looked at a solution to the Schrödinger equation (SE) with an initial condition (,) that corresponds

More information

University of Alberta ENGM 541: Modeling and Simulation of Engineering Systems Laboratory #5

University of Alberta ENGM 541: Modeling and Simulation of Engineering Systems Laboratory #5 University of Alberta ENGM 54: Modeling and Simulation of Engineering Systems Laboratory #5 M.G. Lipsett, Updated 00 Integration Methods with Higher-Order Truncation Errors with MATLAB MATLAB is capable

More information

MA3232 Numerical Analysis Week 9. James Cooley (1926-)

MA3232 Numerical Analysis Week 9. James Cooley (1926-) MA umerical Analysis Week 9 James Cooley (96-) James Cooley is an American mathematician. His most significant contribution to the world of mathematics and digital signal processing is the Fast Fourier

More information

Pre-sessional Mathematics for Big Data MSc Class 2: Linear Algebra

Pre-sessional Mathematics for Big Data MSc Class 2: Linear Algebra Pre-sessional Mathematics for Big Data MSc Class 2: Linear Algebra Yuri Kalnishkan September 22, 2018 Linear algebra is vitally important for applied mathematics We will approach linear algebra from a

More information

Honors Advanced Algebra Unit 2 Polynomial Operations September 14, 2016 Task 7: What s Your Identity?

Honors Advanced Algebra Unit 2 Polynomial Operations September 14, 2016 Task 7: What s Your Identity? Honors Advanced Algebra Name Unit Polynomial Operations September 14, 016 Task 7: What s Your Identity? MGSE9 1.A.APR.4 Prove polynomial identities and use them to describe numerical relationships. MGSE9

More information

Lecture Note 7: Iterative methods for solving linear systems. Xiaoqun Zhang Shanghai Jiao Tong University

Lecture Note 7: Iterative methods for solving linear systems. Xiaoqun Zhang Shanghai Jiao Tong University Lecture Note 7: Iterative methods for solving linear systems Xiaoqun Zhang Shanghai Jiao Tong University Last updated: December 24, 2014 1.1 Review on linear algebra Norms of vectors and matrices vector

More information

Consider Figure What is the horizontal axis grid increment?

Consider Figure What is the horizontal axis grid increment? Chapter Outline CHAPER 14 hree-phase Circuits and Power 14.1 What Is hree-phase? Why Is hree-phase Used? 14.2 hree-phase Circuits: Configurations, Conversions, Analysis 14.2.1 Delta Configuration Analysis

More information

Section Inverse Trigonometry. In this section, we will define inverse since, cosine and tangent functions. x is NOT one-to-one.

Section Inverse Trigonometry. In this section, we will define inverse since, cosine and tangent functions. x is NOT one-to-one. Section 5.4 - Inverse Trigonometry In this section, we will define inverse since, cosine and tangent functions. RECALL Facts about inverse functions: A function f ) is one-to-one if no two different inputs

More information

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

A Robust State Estimator Based on Maximum Exponential Square (MES)

A Robust State Estimator Based on Maximum Exponential Square (MES) 11 th Int. Workshop on EPCC, May -5, 011, Altea, Spain A Robust State Estimator Based on Maimum Eponential Square (MES) Wenchuan Wu Ye Guo Boming Zhang, et al Dept. of Electrical Eng. Tsinghua University

More information

University of Oxford Department of Engineering Science. A1 Mathematics Linear Algebra. 4 lectures, Michaelmas Term 2010

University of Oxford Department of Engineering Science. A1 Mathematics Linear Algebra. 4 lectures, Michaelmas Term 2010 University of Oford Department of Engineering Science A1 Mathematics Linear Algebra 4 lectures, Michaelmas Term 2010 Prof. Steve Roberts sjrob@robots.o.ac.uk 1 Recommended Tets These are some books that

More information

Chapter 10 AC Analysis Using Phasors

Chapter 10 AC Analysis Using Phasors Chapter 10 AC Analysis Using Phasors 10.1 Introduction We would like to use our linear circuit theorems (Nodal analysis, Mesh analysis, Thevenin and Norton equivalent circuits, Superposition, etc.) to

More information

ECE 3318 Applied Electricity and Magnetism Spring 2018 Homework #7

ECE 3318 Applied Electricity and Magnetism Spring 2018 Homework #7 EE 3318 Applied Electricity and Magnetism Spring 2018 Homework #7 Date assigned: Tuesday, March 6, 2018 Date due: Tuesday, March 20, 2018 Do Probs. 1, 2, and 7-12. (You are welcome to do the other problems

More information

Linear Algebra in A Nutshell

Linear Algebra in A Nutshell Linear Algebra in A Nutshell Gilbert Strang Computational Science and Engineering Wellesley-Cambridge Press. 2007. Outline 1 Matrix Singularity 2 Matrix Multiplication by Columns or Rows Rank and nullspace

More information

Image Registration Lecture 2: Vectors and Matrices

Image Registration Lecture 2: Vectors and Matrices Image Registration Lecture 2: Vectors and Matrices Prof. Charlene Tsai Lecture Overview Vectors Matrices Basics Orthogonal matrices Singular Value Decomposition (SVD) 2 1 Preliminary Comments Some of this

More information

Electron Theory of Charge. Electricity. 1. Matter is made of atoms. Refers to the generation of or the possession of electric charge.

Electron Theory of Charge. Electricity. 1. Matter is made of atoms. Refers to the generation of or the possession of electric charge. Electricity Refers to the generation of or the possession of electric charge. There are two kinds of electricity: 1. Static Electricity the electric charges are "still" or static 2. Current Electricity

More information

M 340L CS Homework Set 1

M 340L CS Homework Set 1 M 340L CS Homework Set 1 Solve each system in Problems 1 6 by using elementary row operations on the equations or on the augmented matri. Follow the systematic elimination procedure described in Lay, Section

More information

Graded Questions on Matrices. 1. Reduce the following matrix to its normal form & hence find its rank Where

Graded Questions on Matrices. 1. Reduce the following matrix to its normal form & hence find its rank Where Graded Questions on Matrices MATRICES Rank of Matri : Normal Form 1. Reduce the following matri to its normal form & hence find its rank A N M 2 3 1 1 1 1 2 4 3 1 3 2 6 3 0 7 Q P [Dec. 07, May 10] 2. Reduce

More information

Fuzzy arithmetic and its application in problems of optimal choice

Fuzzy arithmetic and its application in problems of optimal choice RESEARCH ARTICLE www.iera.com OPEN ACCESS Fuzzy arithmetic and its application in problems of optimal choice Vadim N. Romanov Saint-Petersburg, Russia Corresponding Author:Vadim N. Romanov ABSTRACT The

More information

EXP. NO. 3 Power on (resistive inductive & capacitive) load Series connection

EXP. NO. 3 Power on (resistive inductive & capacitive) load Series connection OBJECT: To examine the power distribution on (R, L, C) series circuit. APPARATUS 1-signal function generator 2- Oscilloscope, A.V.O meter 3- Resisters & inductor &capacitor THEORY the following form for

More information

The Fundamental Theorem of Calculus Part 3

The Fundamental Theorem of Calculus Part 3 The Fundamental Theorem of Calculus Part FTC Part Worksheet 5: Basic Rules, Initial Value Problems, Rewriting Integrands A. It s time to find anti-derivatives algebraically. Instead of saying the anti-derivative

More information

A Data-driven Voltage Control Framework for Power Distribution Systems

A Data-driven Voltage Control Framework for Power Distribution Systems A Data-driven Voltage Control Framework for Power Distribution Systems Hanchen Xu, Alejandro D. Domínguez-García, and Peter W. Sauer arxiv:1711.04159v1 [math.oc] 11 Nov 2017 Abstract In this paper, we

More information

3. Fundamentals of Lyapunov Theory

3. Fundamentals of Lyapunov Theory Applied Nonlinear Control Nguyen an ien -.. Fundamentals of Lyapunov heory he objective of this chapter is to present Lyapunov stability theorem and illustrate its use in the analysis and the design of

More information

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix DIAGONALIZATION Definition We say that a matrix A of size n n is diagonalizable if there is a basis of R n consisting of eigenvectors of A ie if there are n linearly independent vectors v v n such that

More information

EXPONENT REVIEW!!! Concept Byte (Review): Properties of Exponents. Property of Exponents: Product of Powers. x m x n = x m + n

EXPONENT REVIEW!!! Concept Byte (Review): Properties of Exponents. Property of Exponents: Product of Powers. x m x n = x m + n Algebra B: Chapter 6 Notes 1 EXPONENT REVIEW!!! Concept Byte (Review): Properties of Eponents Recall from Algebra 1, the Properties (Rules) of Eponents. Property of Eponents: Product of Powers m n = m

More information

Lecture 18: The Rank of a Matrix and Consistency of Linear Systems

Lecture 18: The Rank of a Matrix and Consistency of Linear Systems Lecture 18: The Rank of a Matrix and Consistency of Linear Systems Winfried Just Department of Mathematics, Ohio University February 28, 218 Review: The linear span Definition Let { v 1, v 2,..., v n }

More information

Polynomials and Factoring

Polynomials and Factoring 7.6 Polynomials and Factoring Basic Terminology A term, or monomial, is defined to be a number, a variable, or a product of numbers and variables. A polynomial is a term or a finite sum or difference of

More information

MA 3260 Lecture 10 - Boolean Algebras (cont.) Friday, October 19, 2018.

MA 3260 Lecture 10 - Boolean Algebras (cont.) Friday, October 19, 2018. MA 3260 Lecture 0 - Boolean Algebras (cont.) Friday, October 9, 208. Objectives: Boolean algebras on { 0, }. Before we move on, I wanted to give you a taste of what the connection between Boolean algebra

More information

Vector/Matrix operations. *Remember: All parts of HW 1 are due on 1/31 or 2/1

Vector/Matrix operations. *Remember: All parts of HW 1 are due on 1/31 or 2/1 Lecture 4: Topics: Linear Algebra II Vector/Matrix operations Homework: HW, Part *Remember: All parts of HW are due on / or / Solving Axb Row reduction method can be used Simple operations on equations

More information