MATH1030 Linear Algebra Assignment 5 Solution

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

Download "MATH1030 Linear Algebra Assignment 5 Solution"

Transcript

1 MATH1030 Linear Algebra Assignment 5 Solution (Question No. referring to the 8 th edition of the textbook) Section Note that x 2 = x 1, x 3 = 2x 1 and x 1 0, hence span {x 1, x 2, x 3 } has dimension 1. 7 For any a, b, c R, (a + b, a b + 2c, b, c) T = a(1, 1, 0, 0) T + b(1, 1, 1, 0) T + c(0, 2, 0, 1) T Note that X := { (1, 1, 0, 0) T, (1, 1, 1, 0) T, (0, 2, 0, 1) T } is a linear independent set. As spav(x) = S, it follows that X is a basis for S. 8 Since the dimension of R 3 is 3, it takes at least three vectors to span R 3. Therefore x 1 and x 2 cannot span R 3. The matrix X must be nonsingular, that is, det(x) 0. If x 3 = (a, b, c) T and X = (x 1, x 2, x 3 ), then det(x) = 1 3 a 1 1 b 1 4 c = 5a b 4c If one chooses a, b, and c so that 5a b 4c 0, then {x 1, x 2, x 3 } will be a basis for R We must find a subset of three vectors that are linearly independent. independent, but x 3 = x 2 x 1 Clearly x 1 and x 2 are linearly so x 1, x 2 and x 3 are linearly dependent. Next, we consider {x 1, x 2, x 4 }. Let X = (x 1, x 2, x 4 ), then det(x) = = 0 1

2 so these three vectors are also linearly dependent. If we pick Y = (x 1, x 2, x 5 ), then det(y ) = = 2 so the vectors x 1, x 2 and x 5 are linearly independent and hence form a basis for R We claim that X = {x 2 + 2, x + 3} is a basis for S. To prove it, firstly note that if there exists a, b R such that a(x 2 + 2) + b(x + 3) = 0 Then a = b = 0, so X is linearly independent. Next, for any element p S, there exists a p, b p R such that p = a p x 2 + b p x + 2a p + 3b p Since we can express p as p = a p (x 2 + 2) + b p (x + 3) so p is spanned by X, i.e., p span(x). So, S span(x). And by reversing the above argument we see that span(x) S. Therefore, S = span(x). It follows that X is a basis for S. 14 Note that the dimension of a finite-dimensional space equals to the number of elements of its basis. So we just need to count the number of linearly independent elements of the given set. Note that x 2 1 = 2x + 2(x 1) + (x 2 + 1) So the four vectors are linearly dependent. Hence, the dimension of the span of the four vectors is at most 3 (i.e. co-dimension 1 of P 3 ). Next, suppose there exists a, b, c R such that Then a(x) + b(x 1) + c(x 2 + 1) = 0 c = 0 a + b = 0 c b = 0 It implies a = b = c = 0. Hence, X = {x, x 1, x 2 + 1} is linearly independent. So, span(x {x 2 1}) = span(x) has dimension 3. Clearly x 2 x 1 = x 2 (x + 1) And it is also clear that {x 2, x + 1} is linearly independent. Therefore, span({x 2, x 2 x 1, x + 1}) = span({x 2, x + 1}) has dimension 2. (d) Clearly {2x, x 2} is linearly independent. Therefore, span({2x, x 2}) has dimension

3 Note that S = {ax 3 + bx 2 + cx a, b, c R}. Hence, a basis of S can be given by X = {x 3, x 2, x}. Note that T = {ax 3 + bx 2 + cx + d a, b, c, d R and a + b + c + d = 0}. Since a + b + c + d = 0 if and only if d = a b c, so we can also express T as T = { ax 3 + bx 2 + cx + ( a b c) a, b, c R } Therefore, a basis of T can be given by Y = {x 3 1, x 2 1, x 1}. Note that S T = { ax 3 + bx 2 + cx a, b, c R } { ax 3 + bx 2 + cx + ( a b c) a, b, c R } = { ax 3 + bx 2 + cx a, b, c R and a + b + c = 0 } = { ax 3 + bx 2 + ( a b)x a, b, c R } So a basis of S T can be given by {x 3 x, x 2 x}. 18 Let U and V be subspaces of R n with the property that U \V = 0. If either U = 0 or V = 0, then the result is obvious. So, assume that both subspaces are nontrivial with dim(u) = k > 0 and dim(v ) = r > 0. Let {u 1,..., u k } be a basis for U and let {v 1,..., v r } be a basis for V. The vectors u 1,..., u k, v 1,..., v r span U + V. We claim that these vectors form a basis for U + V and hence that dim(u) + dim(v ) = k + r. To show this we must show that the vectors are linearly independent. Thus we must show that if then c 1 = = c k+r = 0. Now, if we set then the previous equation becomes c 1 u c k u k + c k+1 v c k+r v r = 0 u = c 1 u c k u k and v = c k+1 v c k+r v r u + v = 0 This implies u = v and hence that both u and v are in both in U V = 0. Thus we have u = c 1 u c k u k = 0 v = c k+1 v c k+r v r = 0 So, by the independence of u 1,..., u k and the independence of v 1,..., v r it follows that c 1 = = c k+r = 0 Section The reduced row echelon form of the matrix is

4 Thus, (1, 0, 2) and (0, 1, 0) form a basis for the row space. The first and second columns of the original matrix form a basis for the column space: a 1 = (1, 2, 4) T and a 2 = (3, 1, 7) T The reduced row echelon form involves one free variable and hence the nullspace will have dimension 1. Setting x 3 = 1, we get x 1 = 2 and x 2 = 0. Thus (2, 0, 1) T is a basis for the nullspace. The reduced row echelon form of the matrix is / / Clearly then, the set {(1, 0, 0, 10/7), (0, 1, 0, 2/7), (0, 0, 1, 0)} is a basis for the row space. Since the reduced row echelon form of the matrix involves one free variable the nullspace will have dimension 1.Setting the free variable x 4 = 1 we get x 1 = 10/7, x 2 = 2/7, x 3 = 0 Thus { (10/7, 2/7, 0, 1) } T is a basis for the nullspace. The dimension of the column space equals the rank of the matrix which is 3. Thus the column space must be R 3 and we can take as our basis the standard basis {e 1, e 2, e 3 }. The reduced row echelon form of the matrix is The set {(1, 0, 0, 0.65), (0, 1, 0, 1.05), (0, 0, 1, 0.75)} is a basis for the row space. The set { (0.65, 1.05, 0.75, 1) T } is a basis for the nullspace. As in part the column space is R 3 and we can take {e 1, e 2, e 3 } as our basis. 2 Note that = and = Also, it is obvious that { (1, 1, 2) T, (2, 1, 3) T } is a linearly independent set. Therefore, the dimension of the space spanned by the given four vectors is 2. 3 The reduced row echelon form of A is given by U =

5 So a 1, a 3 and a 6 corresponds to the free variables. And we have a 1 = a 1 /2 a 3 = 5a 2 /2 a 4 a 6 = 0 The lead variables correspond to columns 1, 3, and 6. Thus, a 1, a 3 and a 6 form a basis for the column space of A. The remaining column vectors satisfy the following dependency relationships: a 2 = 2a 1 a 4 = 5a 1 a 3 a 5 = 3a 1 + 2a 3 8 Since null(a) = 0, so by the dimension theorem, rank(a) = n. Hence, the column vectors of A are linearly independent. However, since m > n so the column vectors of A cannot span R m. If b is not in the column space of A, then {a 1, a 2,..., a n, b} is a linearly independent set. Therefore, there is no solution for the system Ax = b. If b is in the column space of A, then there exists a set of parameters {x 1, x 2,..., x n } with not all x i are zero, such that x 1 a x n a n = b Therefore, there exists one solution for the system Ax = b. 10 If Ac = Ad, then A(c d) = 0. Suppose rank(a) = n, then by the dimension theorem, null(a) = n n = 0. Therefore, the null space of A is N(A) = {0}. Therefore, c d = 0 and hence c = d. Suppose rank(a) < n, by the dimension theorem, null(a) = n rank(a) > 0. Therefore, there exists at least one non-zero vector v 1 such that span({v 1 }) N(A). Therefore, we cannot conclude that c d = 0 and hence c and d may not be equivalent. 12 Since A and B differ only by a product of elementary matrices E = E 1... E n (i.e. B = EA), so the system of linear equations Ax = 0 is equivalent to Bx = EAx = E0 = 0. Therefore, the null spaces of A and B are equivalent, and hence null(a) = null(b). By the dimension theorem, rank(a) = rank(b). Therefore, the dimension of the column space of A equals to that of the column space of B. Let A = [ ] and B = [ ] Then clearly A and B are row equivalent. Note that the column space of A is span((1, 1) T ), but the column space of B is span((1, 0) T ). Therefore, the column spaces of A and B may not be the same. 14 5

6 2 a 3 = 2a 1 + a 2 = a 4 = a 1 + 4a 2 = If A is 5 8 with rank 5, then the column space of A will be R 5. So by the Consistency Theorem, the system Ax = b will be consistent for any b in R 5. Since A has 8 columns, its reduced row echelon form will involve 3 free variables. A consistent system with free variables must have infinitely many solutions. 18 Since A is 5 3 with rank 3, its nullity is 0. Therefore N(A) = {0}. If c 1 y 1 + c 2 y 2 + c 3 y 3 = 0 then c 1 Ax 1 + c 2 Ax 2 + c 3 Ax 3 = 0 A(c 1 x 1 + c 2 x 2 + c 3 x 3 ) = 0 and it follows that c 1 x 1 + c 2 x 2 + c 3 x 3 is in N(A). However, we know from part that N(A) = {0}. Therefore c 1 x 1 + c 2 x 2 + c 3 x 3 = 0 Since x 1, x 2, x 3 are linearly independent it follows that c 1 = c 2 = c 3 = 0 and hence y 1, y 2, y 3 are linearly independent. Since dim(r 5 ) = 5 it takes 5 linearly independent vectors to span the vector space. The vectors y 1, y 2, y 3 do not span R 5 and hence cannot form a basis for R Given A is m n with rank n and y = Ax where x 0. If y = 0 then x 1 a 1 + x 2 a x n a n = 0 But this would imply that the columns vectors of A are linearly dependent. Since A has rank n we know that its column vectors must be linearly independent. Therefore y cannot be equal to If the system Ax = b is consistent, then b is in the column space of A. Therefore the column space of (A b) will equal the column space of A. Since the rank of a matrix is equal to the dimension of the column space it follows that the rank of (A b) equals the rank of A. 6

7 Conversely, if (A b) and A have the same rank, then b must be in the column space of A. If b were not in the column space of A, then the rank of (A b) would equal rank(a) If x N(A), then BAx = B0 = 0 and hence x N(BA). Thus N(A) is a subspace of N(BA). On the other hand, if x N(BA) then B(Ax) = BAx = 0 and hence Ax N(B). But N(B) = {0} since B is nonsingular. Therefore Ax = 0 and hence x N(A). Thus BA and A have the same nullspace. It follows from the dimension theorem that rank(a) = n dim(n(a)) = n dim(n(ba)) = rank(ba) By part, left multiplication by a nonsingular matrix does not alter the rank. Thus rank(a) = rank(a T ) = rank(c T A T ) = rank((ac) T ) = rank(ac) 24 If N(A B) = R n then the nullity of A B is n and consequently the rank of A B must be 0. Therefore A B = O A = B Section For any α 1 and a 0, L(αx) = αx + a αl(x) = αx + αa Hence, the translation is not a linear operation. Remark: Students can also prove that the addition also fails to be linear for translation. 4 Let u 1 = [ ] [ ] 1 1, u 2 2 =, x = 1 [ ] 7 5 7

8 To determine L(x) we must first express x as a linear combination x = c 1 u 1 + c 2 u 2 To do this we must solve the system Uc = x for c. The solution is c = (4, 3) T and it follows that [ ] 7 L(x) = L(4u 1 + 3u 2 ) = 4L(u 1 ) + 3L(u 2 ) = 18 6 For any x 1, x 2, y 1, y 2 R, L((x 1, x 2 ) + (y 1, y 2 )) = L((x 1 + y 1, x 2 + y 2 )) = (x 1 + y 1, x 2, y 2, 1) but L((x 1, x 2 )) + L((y 1, y 2 )) = (x 1, x 2, 1) + (y 1, y 2, 1) = (x 1 + y 1, x 2 + y 2, 2) Therefore, L is not a linear operation. For any x 1, x 2, y 1, y 2 R, L((x 1, x 2 ) + (y 1, y 2 )) = L((x 1 + y 1, x 2 + y 2 )) = (x 1 + y 1, x 2, y 2, (x 1 + y 1 ) + 2(x 2 + y 2 )) L((x 1, x 2 )) + L((y 1, y 2 )) = (x 1, x 2, x 1 + 2x 2 ) + (y 1, y 2, y 1 + 2y 2 ) = (x 1 + y 1, x 2 + y 2, x 1 + y 1 + 2x 2 + 2y 2 ) Also, for any α R, αl((x 1, x 2 )) = α(x 1, x 2, x 1 + 2x 2 ) = (αx 1, αx 2, αx 1 + 2αx 2 ) = L((αx 1, αx 2 )) = L(α(x 1, x 2 )) Therefore, L is a linear operation. For any x 1, x 2, y 1, y 2 R, L((x 1, x 2 ) + (y 1, y 2 )) = (x 1 + y 1, 0, 0) = (x 1, 0, 0) + (y 1, 0, 0) = L((x 1, x 2 )) + L((y 1, y 2 )) Also, for any α R, Therefore, L is a linear operation. (d) For any α 1, x 1, x 2 R \ {0}, αl((x 1, x)2) = α(x 1, 0, 0) = (αx 1, 0, 0) = L(α(x 1, x 2 )) αl((x 1, x 2 )) = α(x 1, x 2, x 2 1, x 2 2) = (αx 1, αx 2, αx αx 2 2) but L(α(x 1, x 2 )) = (αx 1, αx 2, (αx 1 ) 2 + (αx 2 ) 2 ) = (αx 1, αx 2, α 2 x α 2 x 2 2) Hence, L is not a linear operation. 8 For any A, B R n n and α R, L(αA) = C(αA) + (αa)c = α(ca + AC) = αl(a) 8

9 And Therefore, L is a linear operator. For any A, B R n n and α, β R, L(A + B) = C(A + B) + (A + B)C = CA + CB + AC + BC = (CA + AC) + (CB + BC) = L(A) + L(B) L(αA + βb) = C 2 (αa + βb) = αc 2 A + βc 2 B = αl(a) + βl(b) Therefore, L is a linear operator. If C O, then L is not a linear operator. For example, but L(2I) = (2I) 2 C = 4C 2L(I) = 2C 9 For any p, q P 2 for any x R, L((p + q)(x)) = x(p + q)(x) = xp(x) + xq(x) = L(p(x)) + L(q(x)) Also, for any α R, L(αp(x)) = x(αp)(x) = α x(p(x)) = αl(p(x)) Therefore, L is a linear operator on P 2. Let p(x) = x 2 for any x R, then p P 2, and but L(2p(x)) = x 2 + (2p)(x) 2L(p(x)) = 2(x 2 + p(x)) = 2x 2 + (2p)(x) Therefore, L is not a linear operator. For any p, q P 2 for any x R, Also, for any α R, L((p + q)(x)) = (p + q)(x) + x(p + q)(x) + x 2 (p + q) (x) = p(x) + xp(x) + x 2 p (x) + q(x) + xq(x) + x 2 q (x) = L(p(x)) + L(q(x)) L(αp(x)) = (αp)(x) + x(αp)(x) + x 2 (αp )(x) = α[p(x) + xp(x) + x 2 p (x)] = αl(p(x)) Hence, L is a linear operator. 12 When n = 1, L(α 1 v 1 ) = α 1 L(v 1 ) 9

10 Assume the result is true for any linear combination of k vectors and apply L to a linear combination of k + 1 vectors. L(α 1 v α k v k + α k+1 v k+1 ) = L([α 1 v α k v k ] + [α k+1 v k+1 ]) Thus, the result follows then by mathematical induction. = L(α 1 v α k v k ) + L(α k+1 v k+1 ) = α 1 L(v 1 ) + + α k L(v k ) + α k+1 L(v k+1 ) 13 If v is any element of V then v = α 1 v 1 + α 2 v α n v n Since L 1 (v i ) = L 2 (v i ) for any i = 1,..., n, it follows that L 1 (v) = α 1 L 1 (v 1 ) + α 2 L 1 (v 2 ) + + α n L 1 (v n ) = α 1 L 2 (v 1 ) + α 2 L 2 (v 2 ) + + α n L 2 (v n ) = L 2 (α 1 v 1 + α 2 v α n v n ) = L 2 (v) 16 If v 1, v 2 V, then Therefore, L is a linear transformation. L(αv 1 + βv 2 ) = L 2 (L 1 (αv 1 + βv 2 )) = L 2 (αl 1 (v) + βl 1 (v 2 )) = αl 2 (L 1 (v 1 )) + βl 2 (L 1 (v 2 )) = αl(v 1 ) + βl(v 2 ) 17 For any x = (x 1, x 2, x 3 ) R 3, L(x) = (x 3, x 2, x 1 ) = (0, 0, 0) = 0 if any only if x 1 = x 2 = x 3 = 0. Hence, ker(l) = {0}. By the dimension theorem, null(l) = 0 rank(l) = dim(r 3 ) = 3. Therefore, range(l) = R 3. For any x = (x 1, x 2, x 3 ) R 3, L(x) = (x 1, x 2, 0) = (0, 0, 0) = 0 if and only if x 1 = x 2 = 0 and x 3 R. Therefore, ker(l) = span({e 3 }). Then, for any (x 1, x 2, 0) R 3, we have (x 1, x 2, 1) R 3 and L(x 1, x 2, 1) = (x 1, x 2, 0). Hence, range(l) = span({e 1, e 2 }). For any x = (x 1, x 2, x 3 ) R 3, L(x) = (x 1, x 1, x 1 ) = (0, 0, 0) = 0 if and only if x 1 = 0 and x 2, x 3 R. Therefore, ker(l) = span({e 2, e 3 }). For any (x 1, x 1, x 1 ) R 3, we have (x 1, 0, 0) R 3 and L(x 1, 0, 0) = (x 1, x 1, x 1 ). Hence, range(l) = span((1, 1, 1) T ). 10

11 19 For any p P 3, L(p(x)) = xp (x) = 0 if and only if p (x) = 0 for any x R. Therefore, ker(l) = P 0, the set of all constant polynomial. For any q P 3 such that q(0) = 0, there exists a, b, c R such that q(x) = ax 3 +bx 2 +cx. Let p(x) = a 3 x3 + b 2 x2 +cx, then p P 3 and L(p) = q. On the other hand, for any q P 3 such that q(0) 0, there exists d R \ {0} and q 0 P 3 such that q 0 (0) = 0 and q(x) = q 0 (x) + d. If there exists p P 3 such that L(p) = q, it implies d = 0, which is contradicting. Therefore, range(l) = {q P 3 q(0) = 0}. If p(x) = ax 2 + bx + c is in ker(l), then L(p) = (ax 2 + bx + c) (2ax + b) = ax 2 + (b 2a)x + (c b) must equal the zero polynomial z(x) = 0x 2 + 0x + 0. Equating coefficients we see that a = b = c = 0 and hence ker(l) = 0. The range of L is all of P 3. To see this note that if p(x) = ax 2 + bx + c is any vector in P 3 and we define q(x) = ax 2 + (b + 2a)x + c + b + 2a then L(q(x)) = (ax 2 + (b + 2a)x + c + b + 2a)(2ax + b + 2a) = ax 2 + bx + c = p(x) Clearly, ker(l) = {p P 3 p(0) = p(1) = 0}. Also, for any a, b R, define p(x) = (b a)x + a, then p P 3, p(0) = a and p(1) = b. Hence, L(p(x)) = p(0)x + p(1) = ax + b. Therefore, range(l) = P Suppose L is one-to-one and v ker(l), then L(v) = 0 W and L(0 V ) = 0 W Since L is one-to-one, it follows that v = 0 V. Therefore ker(l) = 0 V. Conversely, suppose ker(l) = 0 V and L(v 1 ) = L(v 2 ). Then L(v 1 v 2 ) = L(v 1 )L(v 2 ) = 0 W Therefore v 1 v 2 ker(l) and hence So, L is one-to-one. v 1 v 2 = 0 V v 1 = v 2 22 To show that L maps R 3 onto R 3 we must show that for any vector y R 3 there exists a vector x R 3 such that L(x) = y. This is equivalent to showing that the linear system x 1 = y 1 x 1 + x 2 = y 2 x 1 + x 2 + x 3 = y 3 is consistent. And this system is consistent since the coefficient matrix is nonsingular

12 If p = ax 2 + bx + c P 3, then Thus, D(p) = 2ax + b D(P 3 ) = span({1, x}) = P 2 The operator is not one-to-one, for if p 1 (x) = ax 2 + bx + c 1 and p 2 (x) = a 2 + bx + c 2 where c 2 c 1, then D(p 1 ) = D(p 2 ). The subspace S consists of all polynomials of the form ax 2 + bx. If p 1 = a 1 x 2 + b 1 x, p 2 = a 2 x 2 + b 2 x and D(p 1 ) = D(p 2 ), then 2a 1 x + b 1 = 2a 2 x + b 2 and it follows that a 1 = a 2, b 1 = b 2. Thus p 1 = p 2 and hence D is one-to-one. D does not map S onto P 3 since D(S) = P 2. 12

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)

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

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,

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

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

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

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

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

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

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

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

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

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

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

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) =

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

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

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

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)

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

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

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

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

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

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

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

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.

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

UNIT - I LINEAR ALGEBRA. , such that αν V satisfying following condition

UNIT - I LINEAR ALGEBRA. , such that αν V satisfying following condition UNIT - I LINEAR ALGEBRA Definition Vector Space : A non-empty set V is said to be vector space over the field F. If V is an abelian group under addition and if for every α, β F, ν, ν 2 V, such that αν

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

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

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

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

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

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. 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.

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

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p)

2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p) Uppsala Universitet Matematiska Institutionen Andreas Strömbergsson Prov i matematik Funktionalanalys Kurs: F3B, F4Sy, NVP 2005-03-08 Skrivtid: 9 14 Tillåtna hjälpmedel: Manuella skrivdon, Kreyszigs bok

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

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

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

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

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

Lecture 15 - Root System Axiomatics

Lecture 15 - Root System Axiomatics Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the

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

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) =

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

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

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

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

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

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

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

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

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

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.

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

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

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

Jordan Form of a Square Matrix

Jordan Form of a Square Matrix Jordan Form of a Square Matrix Josh Engwer Texas Tech University josh.engwer@ttu.edu June 3 KEY CONCEPTS & DEFINITIONS: R Set of all real numbers C Set of all complex numbers = {a + bi : a b R and i =

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

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

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

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

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

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

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

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

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

dim(u) = n 1 and {v j } j i

dim(u) = n 1 and {v j } j i SOLUTIONS Math B4900 Homework 1 2/7/2018 Unless otherwise specified, U, V, and W denote vector spaces over a common field F ; ϕ and ψ denote linear transformations; A, B, and C denote bases; A, B, and

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

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

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

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

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

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

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

The challenges of non-stable predicates

The challenges of non-stable predicates The challenges of non-stable predicates Consider a non-stable predicate Φ encoding, say, a safety property. We want to determine whether Φ holds for our program. The challenges of non-stable predicates

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

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

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

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

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

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)

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

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

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

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

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

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

( 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 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(θ + θ)

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

( ) 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

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

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

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

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

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

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

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

Απόκριση σε Μοναδιαία Ωστική Δύναμη (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

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

Space-Time Symmetries

Space-Time Symmetries Chapter Space-Time Symmetries In classical fiel theory any continuous symmetry of the action generates a conserve current by Noether's proceure. If the Lagrangian is not invariant but only shifts by a

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

Bounding Nonsplitting Enumeration Degrees

Bounding Nonsplitting Enumeration Degrees Bounding Nonsplitting Enumeration Degrees Thomas F. Kent Andrea Sorbi Università degli Studi di Siena Italia July 18, 2007 Goal: Introduce a form of Σ 0 2-permitting for the enumeration degrees. Till now,

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

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

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

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

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

SOLUTIONS TO PROBLEMS ELEMENTARY LINEAR ALGEBRA

SOLUTIONS TO PROBLEMS ELEMENTARY LINEAR ALGEBRA SOLUTIONS TO PROBLEMS ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 CONTENTS PROBLEMS 6 PROBLEMS 4 PROBLEMS 7 8 PROBLEMS 36 3 PROBLEMS 4 45

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

MATRICES

MATRICES 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

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

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,...,

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

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

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

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X.

Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X. Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequalit for metrics: Let (X, d) be a metric space and let x,, z X. Prove that d(x, z) d(, z) d(x, ). (ii): Reverse triangle inequalit for norms:

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

Lecture 13 - Root Space Decomposition II

Lecture 13 - Root Space Decomposition II Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).

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

Lecture 10 - Representation Theory III: Theory of Weights

Lecture 10 - Representation Theory III: Theory of Weights Lecture 10 - Representation Theory III: Theory of Weights February 18, 2012 1 Terminology One assumes a base = {α i } i has been chosen. Then a weight Λ with non-negative integral Dynkin coefficients Λ

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

SOLVING CUBICS AND QUARTICS BY RADICALS

SOLVING CUBICS AND QUARTICS BY RADICALS SOLVING CUBICS AND QUARTICS BY RADICALS The purpose of this handout is to record the classical formulas expressing the roots of degree three and degree four polynomials in terms of radicals. We begin with

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

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

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

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

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

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

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

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

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

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 :

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

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

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

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

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

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

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

= {{D α, D α }, D α }. = [D α, 4iσ µ α α D α µ ] = 4iσ µ α α [Dα, D α ] µ.

= {{D α, D α }, D α }. = [D α, 4iσ µ α α D α µ ] = 4iσ µ α α [Dα, D α ] µ. PHY 396 T: SUSY Solutions for problem set #1. Problem 2(a): First of all, [D α, D 2 D α D α ] = {D α, D α }D α D α {D α, D α } = {D α, D α }D α + D α {D α, D α } (S.1) = {{D α, D α }, D α }. Second, {D

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

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:

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

= λ 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

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

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

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

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

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

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

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

Chapter 3: Ordinal Numbers

Chapter 3: Ordinal Numbers Chapter 3: Ordinal Numbers There are two kinds of number.. Ordinal numbers (0th), st, 2nd, 3rd, 4th, 5th,..., ω, ω +,... ω2, ω2+,... ω 2... answers to the question What position is... in a sequence? What

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

Lecture 21: Properties and robustness of LSE

Lecture 21: Properties and robustness of LSE Lecture 21: Properties and robustness of LSE BLUE: Robustness of LSE against normality We now study properties of l τ β and σ 2 under assumption A2, i.e., without the normality assumption on ε. From Theorem

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

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

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

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

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

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

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

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS

MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS MINIMAL CLOSED SETS AND MAXIMAL CLOSED SETS FUMIE NAKAOKA AND NOBUYUKI ODA Received 20 December 2005; Revised 28 May 2006; Accepted 6 August 2006 Some properties of minimal closed sets and maximal closed

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

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Chi-Kwong Li Department of Mathematics The College of William and Mary Williamsburg, Virginia 23187-8795

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

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2 ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =

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

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

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

The Probabilistic Method - Probabilistic Techniques. Lecture 7: The Janson Inequality

The Probabilistic Method - Probabilistic Techniques. Lecture 7: The Janson Inequality The Probabilistic Method - Probabilistic Techniques Lecture 7: The Janson Inequality Sotiris Nikoletseas Associate Professor Computer Engineering and Informatics Department 2014-2015 Sotiris Nikoletseas,

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

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

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

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

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

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

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

Uniform Convergence of Fourier Series Michael Taylor

Uniform Convergence of Fourier Series Michael Taylor Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula

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

LINEAR ALGEBRA. 4th STEPHEN H.FRIEDBERG, ARNOLD J.INSEL, LAWRENCE E.SPENCE. Exercises Of Chapter 1-4

LINEAR ALGEBRA. 4th STEPHEN H.FRIEDBERG, ARNOLD J.INSEL, LAWRENCE E.SPENCE. Exercises Of Chapter 1-4 LINEAR ALGEBRA 4th STEPHEN H.FRIEDBERG, ARNOLD J.INSEL, LAWRENCE E.SPENCE Exercises Of Chapter 1-4 http : //math.pusan.ac.kr/caf e home/chuh/ Contents 1. Vector Spaces................................................

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

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

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

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

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

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

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

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

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

Cyclic or elementary abelian Covers of K 4

Cyclic or elementary abelian Covers of K 4 Cyclic or elementary abelian Covers of K 4 Yan-Quan Feng Mathematics, Beijing Jiaotong University Beijing 100044, P.R. China Summer School, Rogla, Slovenian 2011-06 Outline 1 Question 2 Main results 3

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

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

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

Sequent Calculi for the Modal µ-calculus over S5. Luca Alberucci, University of Berne. Logic Colloquium Berne, July 4th 2008

Sequent Calculi for the Modal µ-calculus over S5. Luca Alberucci, University of Berne. Logic Colloquium Berne, July 4th 2008 Sequent Calculi for the Modal µ-calculus over S5 Luca Alberucci, University of Berne Logic Colloquium Berne, July 4th 2008 Introduction Koz: Axiomatisation for the modal µ-calculus over K Axioms: All classical

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