MATRICES

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "MATRICES"

Transcript

1 MARICES 1. Matrix: he arrangement of numbers or letters in the horizontal and vertical lines so that each horizontal line contains same number of elements and each vertical row contains the same numbers of elements Ex: a b c. Horizontal lines are called rows. Vertical lines are called columns. 3. Order of a matrix: he number of rows and number of columns of a matrix is called order of matrix. If a matrix contains m rows and n columns then its order is denoted by m x n {It is read as a m by n} 4. Generally matrix of order m x n is denoted by ( aij ) m n 5. Row matrix: If a matrix contains only one row then the matrix is called row matrix 1 3 general form of representing a row matrix is ( aij ) 1 n Ex: [ ] Column matrix: If a matrix contains only one column then the matrix is called column matrix Ex: a b c 31 General form of representing a column matrix is ( aij ) m 1 7. Rectangular matrix: If the number of rows of a matrix in not equal to the number of columns of the matrix the matrix then the matrix is called rectangular matrix Ex : a b c p q r 3

2 8. Square matrix: If the number of rows of a matrix is equal to the number of columns of the matrix then the matrix is called a square matrix. Ex: a c b d a h g h b f g f c 9. Principal diagonal : In a square matrix the diagonal joining the first row first column to the last row last column is called principal diagonal (or) leading diagonal the principal diagonal is as shown below. a c b d a1 b1 c1 a b c a 3 b3 c race of a matrix: he sum of the principal diagonal elements of a square matrix is called trace of a matrix If A ( aij ) n n is a square matrix then a11 + a + a ann i.e trace of matrix A denoted by tr (A) n aij is called i Lower triangular matrix: A square matrix ( aij ) n n matrix when aij 0 i< j is said to be a lower triangular Ex : a a1 a 0 a 33 a3 a Upper triangular matrix: A square matrix ( aij ) n n is said to be upper triangular matrix when aij 0 i > j Eg : riangular matrix: A square matrix is said to be a triangular matrix if it is either upper triangular matrix or lower triangular matrix

3 14. Diagonal matrix: A square matrix is said to be a diagonal matrix if all the principal diagonal elements are non zero and all the remaining elements are zero A square matrix ( aij i j ) n n is said to be diagonal matrix when aij 0 i j, 0 Ex: he matrix a b c is also denoted by diag {a, b, c} 15. Scalar matrix: A square matrix aij k ( 0) when i j 0 when i j Eg : Unit matrix: A square matrix ( aij ) n n is said to be unit matrix when aij 1 when i j 0 when i j Eg : Generally unit matrix is denoted by I 17. Null Matrix: A matrix is said to be a null matrix if all the elements are zeros. 18. Equality of matrices: wo matrices A and B are said to be equal if i) A and B are of same order and ii) he corresponding elements of A and B are the same

4 if A a a a a1 a a 3 and B b b b b1 b b 3 are equal then a 11 b11 a1 b a b a 1 b1 a b 3 3 a b 19. Definition: {sum of two matrices}: Let A and B be matrices of same order. hen the sum of A and B denoted by A + B is defined as the matrix of the same order in which each element is the sum of corresponding elements of A and B If A ( aij ) m n ; B ( bij ) m n then A+ B ( cij ) m n cij aij + bij 0. (i) matrix addition is commutative i.e. A + B B + A ii) Matrix addition is associative i.e. A + (B + C) (A + B) + C iii) If A is m x n matrix and O is the m x n null matrix A + O O +A A O is called the additive identify iv) If A is m x n matrix there is unique m x n matrix B such that A + B B + A O, O being the m x n null matrix. his B is denoted by A and is called the additive inverse of A. 1. Scalar multiplication of matrix: Let A be a matrix of order m x n and k be a scalar then the m x n matrix obtained by multiplying each element of A by k is called a scalar multiple of A and is denoted by k A. Properties of scalar multiplication: Let A and B be matrices of the same order and α, β be scalar then i) α( β A) ( αβ) A β( α A) ii) ( α + β )A α A+ β A iii) OA O iv) α( A+ β ) αa+ αβ

5 1. Multiplication of Matrices: wo matrices A and B are confirmable for multiplication when the number of columns of A is equal to the number of rows of B.. Definition: (Product of two matrices) Let A ( aij ) m n and B ( bij ) n p where n cij aik bkj is called product of A and B and is denoted by AB. k 1 i) If A, B are two matrices such that AB exist then BA need not exist ii) If AB and BA both exist then they need not be equal iii) Matrix product is not commutative Properties of Multiplication: 1) If A, B, C are three matrices then A (BC) (AB) C ) i.e. matrix product is associative i) Matrix product is distributive over addition i.e. A (B + C) AB + AC ii) If A, B are two matrices such that AB 0 then it is not necessary that either A 0 or B 0 or both A and B are null matrices iii) If A, B, C are three matrices such that AB AC then it is not necessary that either a 0 or B C iv) If A is a square matrix of order n and I is an identify matrix of order n then AI IA A 3. Idem potent matrix: A square matrix A is said to be an idempotent matrix if A A 4. Involutory matrix: A square matrix A is said to be involutory matrix if A I 5. Nill Potent matrix: A square matrix A is said to be nill point matrix when n A 0 the least value of n is called the index of nill point matrix 6. ranspose of a matrix: If A ( aij ) m n is a matrix then the matrix obtained by interchanging the rows into columns is called the transpose of A this is denoted by A or A If A ( aij ) m n then A ( aij ) n m

6 7. Properties of ranspose: i) ( A ) A ii) ( A + B) A + B iii) ( A B) A B iv) ( AB) B A v) ( KA) KA 8. Symmetric matrix: A square matrix A is said to be symmetric matrix if A A 9. Skew symmetric matrix: A square matrix A is said to be skew symmetric matrix if A A 10. Every square matrix can be uniquely expressed as the sum of symmetric and skew symmetric matrices 1 1 A A+ A + A A 1 matrix. { } { } Where { A+ A } is a symmetric matrix and { A A } 3.4 Determinants 1. Determinant of x matrix 1 is skew symmetric Def : If a c b d is a x matrix then ad ac is called determinant of a matrix. Minor of an element: he determinant of a square matrix obtained by eliminating the row and column in which the element is present. his is denoted by Mij. 3. Cofactor of an element: he cofactor of an element in the i th row and its minor multidied by ( 1) i+ j generally this is denoted by Aij th j defined as 4. Definition {determinant of 3 x 3 matrix}: he sum of the products of the elements of a row or column with their cofactor is called determinant of the matrix

7 Singular matrix : If the determinant of a matrix is zero then the matrix is called singular matrix Non-singular matrix : If the determinant of a matrix is non zero then the matrix is called non- singular matrix. Properties of Determinant : 1. he sum of the products of the element of a row or column of a square matrix with their corresponding cofactors is the determinant of matrix this is denoted by A. he determinant of a matrix A is same as the determinant of its transpose i.e. A A 3. If two rows or columns of a square matrix are interchanged then the determinant changes its sign. 4. It two rows or column of a square matrix are identical then the value of the determinant is zero 5. If all the elements of a row or column of a square matrix are multiplied by a constant k then the determinant is also multiplied by the same constant k 6. If A is a square matrix of order n then n KA K A 7. If all the elements of a row or column of a square matrix are k times the elements of any row or column then the value of the determinant is zero 8. If all the elements of a row are expressed as the sum of two elements then the determinant can also be expressed as the sum of two determinants. 9. If all the elements of a row or column of a square matrix are added to k times of the corresponding elements of any other row or column then the value of the determinant remains un altered 10. Sum of the product of the element of row with the corresponding cofactor of any other row or column is zero 11. If A, B are two square matrices of same order then AB A B 1. If all the elements of a determinant of a square are the polynomials of x and by wrify x a if two rows are identical then x a is a factor for the determinant n n 13. If A is a square matrix then det ( A ) ( det A).

8 1. Adjoint of a matrix: - he transpose of a matrix obtained by replacing the elements of a matrix with their corresponding cofactors is called adjoint of the matrix,. If A is a matrix then its adjoint is denoted by adj A 3. If A is a matrix of order n x n then i) adj ( KA) n 1 K adj A ii) adj A n 1 A iii) adj ( adj A) n A iv) Adj ( adj A) ( n 1) A 4. Inverse of a matrix: Let a be a non singular matrix if there exist a matrix B such that AB BA I then B is called the inverse of A denoted by A 1 5. Matrix inverse if exist is unique 6. If A is a non singular matrix then 1 1 AA A A I heorem 1: If A is non singular matrix then transpose of matrix. 1 1 ( A ) ( A ) where A is the Sol: 1 1 AA A A I 1 I 1 ( AA ) ( I) A ( A ) I (1) 1 I 1 ( A A) ( I) A ( A ) I () From (1) and () we have 1 1 A ( A ) ( A ) A I his is in the form AB BA I B A 1 Hence ( A ) ( A ) 1 1

9 heorem : If A, B are two non singular matrices then prove that ( AB) B A Sol: A is a non singular matrix 1 1 AA A A I (1) B is a non singular matrix 1 1 BB BB I () Let AB P; B A 1 1 Q PQ ( AB)( B A ) A( BB ) A A( IA ) AA I QP ( B A )( AB) A( BB ) A B ( IB) B B I PQ QP I Q P 1 B A ( AB) heorem 3: If A is a non singular matrix then A 1 adj A det A Sol: Let a1 b1 c1 A a b c a 3 b3 c 3 A1 A A3 adj A B B B 1 3 C 1 C C 3 Where A1, B1, C 1 are the cofactors of a1, b1, c 1 A, B, C are the cofactors of a, b, c A3, B3, C 3 are the cofactors of a3, b3, c 3

10 a b c A A A A( adj A) a b c B B B a 3 b3 c 3 C1 C C 3 a1a1+ bb 1 1+ cc 1 1 a1a + bb 1 + cc 1 a1a3 + bb cc 1 3 aa1 bb1 cc1 aa bb cc aa3 bb3 cc a 3A1+ b3b1+ c3c1 a3a + b3b + c3c a3a3 + b3b3 + c3c 3 def A def A 0 0 def A adj A A( adj A) (det A) I A I def A Similarly we can prove adj A A I def A adj A adj A A A I det A det A adj A A det A 1 Sub Matrix: A matrix obtained by eliminating some row or columns (or both) of a matrix is called sub matrix r rowed minor : he determinant of square sub matrix of order r is called r-rowed minor Rank of a matrix: A positive integer r is said to be the rank of the matrix of there exist i) At least one non-zero r-rowed minor ii) Every (r + 1) rowed minor is zero iii) rank of null matrix is O

11 Elementary transformation : 1. Interchanging any two row (or column). Multiplication of elements of a row (or column) 3. Subtracting from (adding to) the elements of one row, the corresponding elements of any other row multiplied by a non zero number. Echelon form: A matrix A is said to be in Echelon form if the number of zeros before the first non zero element in a row is less than the number of such zeros in the net row Ex: A Equivalent matrices : wo matrices A and B are called equivalent if one can be btained from the other by a finite number of elementary transformation it is denoted by A B he equations ax 1 + by 1 + ax d1; ax + by + cz d And a3x+ b3y+ c3z d3 are called system of linear equations he equations can be expressed in the matrix form as Ax B a1 b1 c1 x d1 A a b c x y B d a 3 b3 c 3 z d 3 A is called coefficient matrix X is called variable matrix B is called constant matrix he matrix a1 b1 c1 d1 a b c d a 3 b3 c3 d 3

12 Is called augmented matrix denoted by k If rank of A rank of k no. of variables hen system of equations has unique solutions Rank of A rank of k no. of variables the system of equations have infinite solutions If rank of A rank of k then the system has no solution. A system of equations is said to be consistent if it has a solution A system of equations is said to be inconsistent if it has no solution Matrix inversion method of solving the equation he matrix form of equations is Ax B If A 0 then x 1 A B Cramer s rule a b c a b c a b c d d c d d c 1 d d c a d c a d c a d c a b d a b d 3 a b d 3 3 3

13 x 1 ; y 3 z Gauss Jordan method Augmented matrix a1 b1 c1 d1 a b c d a 3 b3 c3 d 3 By applying finite no. of row transformations the matrix will be transformed into α β γ x α, y β, z γ

14 EXERCISE 3(A) I. 1. Write the following as a single matrix. Sol. i) [ 1 3] + [0 0 0] [ ] [ 1 3] ii) iii) iv) If A , B 3 5 and X values of x 1, x, x 3 and x 4. Sol. A + B X x1 x x3 x x x x3 x 4 x 1,x 4,x 7,x x x x 1 x 3 4 and A + B X, then find the

15 If A 1 4, B 0 and C Sol. A + B + C then find A + B + C If A 0, B 1 3 and X A + B then find the matrix X Sol. X A + B X If Sol. x3 y8 5 z+ 6 a4, find the values of x, y, z and a. x3 y8 5 Given z+ 6 a4 x 3 5 x y 8 y y 5 z + z 4 a 4 6 a

16 II. 1. x1 5y 1 3 If 0 z a then find the values of x, y, z and a. Sol. x1 5y 1 3 Given 0 z a x 1 1 x y 3 y 5 3 z 1 4 z a 5 0 a Find trace of A if A Sol. race of A Sum of the diagonal elements If A 3 4 and B find B A and 4A 5B Sol. Given A 3 4, B B A A 5B

17 If A 3 1 and B 1 3 find 3B A Sol. A 3 1, B B A EXERCISE-3(B) I. 1. Find the following products wherever possible. Hint: (1 3) by (3 1) Sol. i) [ 1 4 ] 1 [ ] [ ] [ ] ii) ( )

18 iii) iv) v) First matrix is a 3 3 matrix and second matrix is 3 matrix. Number of columns in first matrix Number of rows in second matrix. Matrix product is not possible vi) Number of columns in first matrix 1 Number of rows in second matrix Number of columns in first matrix Number of rows in second matrix Multiplication of matrices is not possible vii)

19 0 c b a ab ac viii) c 0 a ab b bc b a 0 ac bc c 0+ abcabc b cb c bc bc a c + a c abc + abc ac + ac a b a b ab ab abc abc If A 4 5 and B 4 5, do AB and BA exist? If they exist, find 1 them. Do A and B commutative with respect to multiplication of matrices Sol. Given A 4 5 and B AB BA AB BA A and B are not commutative with respect to multiplication of matrices. 3. Find A 4 where A 1 1 Sol. A 4 4 A.A

20 i 0 4. If A 0 i, find A. Sol. A i 0 i 0 i 0 A, A 0 i 0 i 0 i i i 5. If A 0 i, B 1 0 and C i 0 then show that (i) A B C I, (ii) AB BA C (i 1 and I is the unit matrix of order ) Sol. i) A i 0 i 0 A.A 0 i 0 i i i B B.B I C C.C 0 i 0 i i 0 i 0 i I 0 i A B C 1 i ii) AB 0 i i 0 i C i 0 i i 0 0 i BA C i i 0 AB BA C.

21 If A 1 3 and B 1 0 4, find AB. Find BA if exists Sol. Given A 1 3, B AB Order of AB is 3 BA does not exist since number of columns in B No.of rows in A If A 1 k and A 0, then find the value of k. Sol. A k 1 k k 0 0 k 4 k k 0 4k 8 k II If A then find A Note : A is diagonal matrix. a 0 0 Sol. If A 0 b 0, then 0 0 c n a 0 0 n n A 0 b 0,n N n 0 0 c A

22 If A 5 6 then find A Sol. A A.A A A A If A 0 1 1, then find A 3 3A A 3I Sol Given A A A.A

23 A 3 A A Now A 3 3A A 3I O A 3 3A A 3I If I 0 1 and E 0 0, show that (ai + be) 3 a 3 I + 3a be a b Sol. ai + be a b a (ai + be) a b a b a ab 0 a 0 a 0 a 3 (ai + be) 3 a ab a b a 3a b 0 a 3 0 a 0 a

24 3 a 0 0 3a b a a 3a b ai+ 3abE III. 1. If A a a 0, then for any integer n 1 show that A n 0 0 a3 a1 0 0 Sol. Given A 0 a a3 We shall prove the result by Mathematical induction. n a1 0 0 A n n 0 a 0 n 0 0 a3 When n 1 a1 0 0 A 1 0 a a3 he result is true for n 1. Suppose the result is true for n k k a1 0 0 k k i.e. A 0 a 0 k 0 0 a3 k 1 k Now A + A A k a1 0 0 a1 0 0 k 0 a 0 0 a 0 k 0 0 a 0 0 a 3 3 n a1 0 0 n 0 a 0. n 0 0 a3

25 k a1 a k a a k a3 a3 k+ 1 a1 0 0 k+ 1 0 a 0 k a3 he given result is true for n k + 1 By Mathematical induction, the given result is true for all positive integral values of n. n a1 0 0 n n i.e. A 0 a 0, for any integer n 1. n 0 0 a3. If θ φ π, show that cos θ cosθsin θ cos φ cos φsin φ 0 cos θsin θ sin θ cosφsin φ sin φ π π Sol. Given θφ θ +φ π cos θ cos +φ sinφ π sin θ sin +φ cos φ cos θ cos θsin θ cos θsin θ sin θ sin φ sin φcos φ sin φcos φ cos φ cos θ cos θsin θ cos θsin θ sin θ cos φ cos φsin φ cos φsin φ sin φ

26 sin φ sin φcos φ cos φ cos φsin φ sin φcosφ cos φ cosφsin φ sin φ 3 3 sin φcos φ sin φcos φ sin φcos φ sin φcos φ 3 3 sin φcos φ+ sin φcos φ sin φcos φ+ sin φcos φ If A 1 1 then show that A n 1+ n 4n n 1 n, n is a positive integer. Sol. We shall prove the result by Mathematical Induction. n 1+ n 4n A n 1 n n 1 A he result is true for n 1 Suppose the result is true for n k k 1+ k 4k A k 1 k k+ 1 k 1+ k 4k 3 4 A A A k 1 k k4k 4 8k+ 4k 3k 1 k 4k 1 k + + k + 3 4k 4 k 1 k (k+ 1) 4(k+ 1) k+ 1 1 (k+ 1) he given result is true for n k + 1 By Mathematical Induction, given result is true for all positive integral values of n. 4. Give examples of two square matrices A and B of the same order for which AB 0 and BA 0. a Sol. A a 0, B a a a hen AB 0 a 0 a a a BA a a a 0 a + a 0+ 0

27 0 0 0 a 0 AB 0 and BA 0 EXERCISE 3(C) If A and B 0 1 then find (AB ). 1 0 Sol. B AB (AB ) If A and B 4 0 find A + B and 3B A Sol. A 5 0 A B B

28 4 4 A + B B B A If A 5 3 then find A + A and A.A. 4 Sol. A A A+ A

29 If A 5 6 is a symmetric matrix, then find x. 3 x 7 Sol. A is a symmetric matrix A A x 7 3 x 7 Equating nd row, 3 rd column elements we get x If A 0 is a skew symmetric matrix, find x. 1 x 0 Hint : A is a skew symmetric matrix A A Sol. A is a skew symmetric matrix A A x x 0 1 x 0 Equating second row third column elements we get x Is symmetric or skew symmetric Sol. Let A A A A is a skew symmetric matrix.

30 II. cos α sin α 1. If A sin α cos α, show that A A A A I. cos α sin α cos α sin α Sol. A A sin α cos α sin α cos α cos α+ sin α sin αcos α+ sin αcos α sin αcosα+ cos αsin α sin α+ cos α 1 0 I...(1) 0 1 cos α sin α cos α sin α A A sin α cos α sin α cos α cos α+ sin α cos αsin αsinαcos α sin αcosαcos αsin α sin α+ cos α 1 0 I...() 0 1 From (1), () we get A A A A I.. If Sol A 4 0 and B B A 4B B 0 5 then find 3A 4B. 1 0

31 A 1 and Sol. B B 4 then find AB and BA B AB A A

32 BA For any square matrix A, show that AA is symmetric. Sol. A is a square matrix (AA ) (A ) A A A (AA ) AA AA is a symmetric matrix.

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 We know that KA = A If A is n th Order 3AB =3 3 A. B = 27 1 3 = 81 3 2. If A= 2 1 0 0 2 1 then

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R + Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b

Διαβάστε περισσότερα

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

Διαβάστε περισσότερα

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) =

Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) = Mock Eam 7 Mock Eam 7 Section A. Reference: HKDSE Math M 0 Q (a) ( + k) n nn ( )( k) + nk ( ) + + nn ( ) k + nk + + + A nk... () nn ( ) k... () From (), k...() n Substituting () into (), nn ( ) n 76n 76n

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

Διαβάστε περισσότερα

Tridiagonal matrices. Gérard MEURANT. October, 2008

Tridiagonal matrices. Gérard MEURANT. October, 2008 Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,

Διαβάστε περισσότερα

Trigonometry 1.TRIGONOMETRIC RATIOS

Trigonometry 1.TRIGONOMETRIC RATIOS Trigonometry.TRIGONOMETRIC RATIOS. If a ray OP makes an angle with the positive direction of X-axis then y x i) Sin ii) cos r r iii) tan x y (x 0) iv) cot y x (y 0) y P v) sec x r (x 0) vi) cosec y r (y

Διαβάστε περισσότερα

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

= λ 1 1 e. = λ 1 =12. has the properties e 1. e 3,V(Y

= λ 1 1 e. = λ 1 =12. has the properties e 1. e 3,V(Y Stat 50 Homework Solutions Spring 005. (a λ λ λ 44 (b trace( λ + λ + λ 0 (c V (e x e e λ e e λ e (λ e by definition, the eigenvector e has the properties e λ e and e e. (d λ e e + λ e e + λ e e 8 6 4 4

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

Διαβάστε περισσότερα

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear

Διαβάστε περισσότερα

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

Διαβάστε περισσότερα

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

Διαβάστε περισσότερα

Fractional Colorings and Zykov Products of graphs

Fractional Colorings and Zykov Products of graphs Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is

Διαβάστε περισσότερα

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

Διαβάστε περισσότερα

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

Διαβάστε περισσότερα

Trigonometric Formula Sheet

Trigonometric Formula Sheet Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ

Διαβάστε περισσότερα

A Note on Intuitionistic Fuzzy. Equivalence Relation

A Note on Intuitionistic Fuzzy. Equivalence Relation International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com

Διαβάστε περισσότερα

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 24/3/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 24/3/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Όλοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα μικρότεροι του 10000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Αν κάπου κάνετε κάποιες υποθέσεις

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

Διαβάστε περισσότερα

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

Διαβάστε περισσότερα

Solved Examples. JEE Main/Boards. Similarly, Example 1: If x y 2x 3x + y 3z + 4w = 5 25, find x, y, z, w.

Solved Examples. JEE Main/Boards. Similarly, Example 1: If x y 2x 3x + y 3z + 4w = 5 25, find x, y, z, w. 6.6 Matrices Solved Examples JEE Main/Boards Example : If x y x + z x + y z + 4w 5 5 5, find x, y, z, w. Sol. We know that in equal matrices the corresponding elements are equal. Therefore, by equating

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

Math221: HW# 1 solutions

Math221: HW# 1 solutions Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

Διαβάστε περισσότερα

( y) Partial Differential Equations

( y) Partial Differential Equations Partial Dierential Equations Linear P.D.Es. contains no owers roducts o the deendent variables / an o its derivatives can occasionall be solved. Consider eamle ( ) a (sometimes written as a ) we can integrate

Διαβάστε περισσότερα

Section 9.2 Polar Equations and Graphs

Section 9.2 Polar Equations and Graphs 180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π 2, π 2

If we restrict the domain of y = sin x to [ π 2, π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

TMA4115 Matematikk 3

TMA4115 Matematikk 3 TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Ολοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα είναι μικρότεροι το 1000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Διάρκεια: 3,5 ώρες Καλή

Διαβάστε περισσότερα

Strain gauge and rosettes

Strain gauge and rosettes Strain gauge and rosettes Introduction A strain gauge is a device which is used to measure strain (deformation) on an object subjected to forces. Strain can be measured using various types of devices classified

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω 0 1 2 3 4 5 6 ω ω + 1 ω + 2 ω + 3 ω + 4 ω2 ω2 + 1 ω2 + 2 ω2 + 3 ω3 ω3 + 1 ω3 + 2 ω4 ω4 + 1 ω5 ω 2 ω 2 + 1 ω 2 + 2 ω 2 + ω ω 2 + ω + 1 ω 2 + ω2 ω 2 2 ω 2 2 + 1 ω 2 2 + ω ω 2 3 ω 3 ω 3 + 1 ω 3 + ω ω 3 +

Διαβάστε περισσότερα

Math 6 SL Probability Distributions Practice Test Mark Scheme

Math 6 SL Probability Distributions Practice Test Mark Scheme Math 6 SL Probability Distributions Practice Test Mark Scheme. (a) Note: Award A for vertical line to right of mean, A for shading to right of their vertical line. AA N (b) evidence of recognizing symmetry

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

Parametrized Surfaces

Parametrized Surfaces Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some

Διαβάστε περισσότερα

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr T t N n) Pr max X 1,..., X N ) t N n) Pr max

Διαβάστε περισσότερα

Differentiation exercise show differential equation

Differentiation exercise show differential equation Differentiation exercise show differential equation 1. If y x sin 2x, prove that x d2 y 2 2 + 2y x + 4xy 0 y x sin 2x sin 2x + 2x cos 2x 2 2cos 2x + (2 cos 2x 4x sin 2x) x d2 y 2 2 + 2y x + 4xy (2x cos

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

Διαβάστε περισσότερα

MATH1030 Linear Algebra Assignment 5 Solution

MATH1030 Linear Algebra Assignment 5 Solution 2015-16 MATH1030 Linear Algebra Assignment 5 Solution (Question No. referring to the 8 th edition of the textbook) Section 3.4 4 Note that x 2 = x 1, x 3 = 2x 1 and x 1 0, hence span {x 1, x 2, x 3 } has

Διαβάστε περισσότερα

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής

Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Πρόβλημα 1: Αναζήτηση Ελάχιστης/Μέγιστης Τιμής Να γραφεί πρόγραμμα το οποίο δέχεται ως είσοδο μια ακολουθία S από n (n 40) ακέραιους αριθμούς και επιστρέφει ως έξοδο δύο ακολουθίες από θετικούς ακέραιους

Διαβάστε περισσότερα

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ.

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ. Chemistry 362 Dr Jean M Standard Problem Set 9 Solutions The ˆ L 2 operator is defined as Verify that the angular wavefunction Y θ,φ) Also verify that the eigenvalue is given by 2! 2 & L ˆ 2! 2 2 θ 2 +

Διαβάστε περισσότερα

Solution Series 9. i=1 x i and i=1 x i.

Solution Series 9. i=1 x i and i=1 x i. Lecturer: Prof. Dr. Mete SONER Coordinator: Yilin WANG Solution Series 9 Q1. Let α, β >, the p.d.f. of a beta distribution with parameters α and β is { Γ(α+β) Γ(α)Γ(β) f(x α, β) xα 1 (1 x) β 1 for < x

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0. DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec

Διαβάστε περισσότερα

w o = R 1 p. (1) R = p =. = 1

w o = R 1 p. (1) R = p =. = 1 Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

Διαβάστε περισσότερα

On a four-dimensional hyperbolic manifold with finite volume

On a four-dimensional hyperbolic manifold with finite volume BULETINUL ACADEMIEI DE ŞTIINŢE A REPUBLICII MOLDOVA. MATEMATICA Numbers 2(72) 3(73), 2013, Pages 80 89 ISSN 1024 7696 On a four-dimensional hyperbolic manifold with finite volume I.S.Gutsul Abstract. In

Διαβάστε περισσότερα

Differential equations

Differential equations Differential equations Differential equations: An equation inoling one dependent ariable and its deriaties w. r. t one or more independent ariables is called a differential equation. Order of differential

Διαβάστε περισσότερα

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013 Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering

Διαβάστε περισσότερα

UNIT-1 SQUARE ROOT EXERCISE 1.1.1

UNIT-1 SQUARE ROOT EXERCISE 1.1.1 UNIT-1 SQUARE ROOT EXERCISE 1.1.1 1. Find the square root of the following numbers by the factorization method (i) 82944 2 10 x 3 4 = (2 5 ) 2 x (3 2 ) 2 2 82944 2 41472 2 20736 2 10368 2 5184 2 2592 2

Διαβάστε περισσότερα

New bounds for spherical two-distance sets and equiangular lines

New bounds for spherical two-distance sets and equiangular lines New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

The ε-pseudospectrum of a Matrix

The ε-pseudospectrum of a Matrix The ε-pseudospectrum of a Matrix Feb 16, 2015 () The ε-pseudospectrum of a Matrix Feb 16, 2015 1 / 18 1 Preliminaries 2 Definitions 3 Basic Properties 4 Computation of Pseudospectrum of 2 2 5 Problems

Διαβάστε περισσότερα

SOME PROPERTIES OF FUZZY REAL NUMBERS

SOME PROPERTIES OF FUZZY REAL NUMBERS Sahand Communications in Mathematical Analysis (SCMA) Vol. 3 No. 1 (2016), 21-27 http://scma.maragheh.ac.ir SOME PROPERTIES OF FUZZY REAL NUMBERS BAYAZ DARABY 1 AND JAVAD JAFARI 2 Abstract. In the mathematical

Διαβάστε περισσότερα

Lecture 34 Bootstrap confidence intervals

Lecture 34 Bootstrap confidence intervals Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α

Διαβάστε περισσότερα

12. Radon-Nikodym Theorem

12. Radon-Nikodym Theorem Tutorial 12: Radon-Nikodym Theorem 1 12. Radon-Nikodym Theorem In the following, (Ω, F) is an arbitrary measurable space. Definition 96 Let μ and ν be two (possibly complex) measures on (Ω, F). We say

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds! MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.

Διαβάστε περισσότερα

DIRECT PRODUCT AND WREATH PRODUCT OF TRANSFORMATION SEMIGROUPS

DIRECT PRODUCT AND WREATH PRODUCT OF TRANSFORMATION SEMIGROUPS GANIT J. Bangladesh Math. oc. IN 606-694) 0) -7 DIRECT PRODUCT AND WREATH PRODUCT OF TRANFORMATION EMIGROUP ubrata Majumdar, * Kalyan Kumar Dey and Mohd. Altab Hossain Department of Mathematics University

Διαβάστε περισσότερα

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER

ORDINAL ARITHMETIC JULIAN J. SCHLÖDER ORDINAL ARITHMETIC JULIAN J. SCHLÖDER Abstract. We define ordinal arithmetic and show laws of Left- Monotonicity, Associativity, Distributivity, some minor related properties and the Cantor Normal Form.

Διαβάστε περισσότερα

Notes on the Open Economy

Notes on the Open Economy Notes on the Open Econom Ben J. Heijdra Universit of Groningen April 24 Introduction In this note we stud the two-countr model of Table.4 in more detail. restated here for convenience. The model is Table.4.

Διαβάστε περισσότερα

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We

Διαβάστε περισσότερα