Kuwait University, Department of Mathematics Math 111, Linear Algebra 11 January, 2012, 2-4pm. Final Exam. Answer all questions. Calculators and mobile phones are NOT allowed. ( 1. (3+2 pts) Let A =

3 −2

6 2

)

( and B =

3 −3 1 k

) .

(a) Express the columns of AB as linear combinations of the columns of A. (b) Find all values of k for which AB = BA. 2. (3+2 pts) (a) Find parametric equations for the line of intersection of the two planes x + y + z = 3 and x − 2y + z = 0. (b) Let U = (a, b, c) and V = (x, y, z) be two vectors in ℜ3 . Show that (ax + by + cz)2 ≤ (a2 + b2 + c2 )(x2 + y 2 + z 2 ).

3. (3+2 pts) (a) Show that the vector U = (1, 2, 1, 1) does not belong to span{(1, 2, 3, 0), (2, 1, 6, 0)}. (b) Let X = (10, 0, c), Y = (1, 0, 5) and Z = (0, −1, 0)} be three vectors in ℜ3 . Determine all values of c for which the vector X is orthogonal to the plane containing the vectors Y and Z. 4. (3+2 pts) (a) Does there exist a ∈ ℜ such that S = {(1, 1, 1), (2, 2, 2), (3, a, 4)} is a basis for ℜ3 . (b) Let A be a 3 × 3 matrix such that the system AX = 0 has the following two vectors X1 = (1, 0, 1)T and X2 = (0, 1, 1)T as solutions. Find one more nontrivial solution to the system AX = 0.    5. (3+1+2+1 pts) Let A =  

1 0 0 0

0 3 0 0

4 9 0 0

1 3 2 3

   . 

(a) Find a basis for the null space of A. (b) Find a basis for the column space of A containing only columns of A. (c) Determine whether the vector X = (0, 3, 2, 3)T belongs to the column space of A. (d) Determine the rank and nullity of A.    6. (7 pts) Let A =  

2 0 0 1

0 2 0 0

0 0 1 0

0 0 0 1

   . 

If possible, find a non-singular matrix P and a diagonal matrix D such that P −1 AP = D. 7. (6 pts) Answer each of the following as True or False (justify your answer). (a) Let A be an n × n matrix. If 0 is an eigenvalue of A then rank(A) = n. (b) If A and B are two n × n matrices with |A| = 1 and |B| = −1, then the columns of AB span ℜn . (c) If U and V are two orthogonal vectors in ℜn , then ||U + V ||2 − ||U − V ||2 = 0. (d) W = {(x, y, z)|2x + 3y + z = 0, 3x + 2y − z = 0 and x − y + 7z = 0} is a subspace of ℜ3 .

µ 1. (3+2 pts) Let A =

3 −2

6 2



µ and B =

3 1

−3 k

¶ .

(a) Express the columns of AB as linear combinations of the columns of A. µ ¶ µ ¶ µ ¶ 3 6 15 col1 (AB) = A col1 (B) = 3 +1 = . −2 2 −4 µ ¶ µ ¶ µ ¶ 3 6 −9 + 6k col2 (AB) = A col2 (B) = −3 +k = . −2 2 6 + 2k (b) Find all values of k for which AB = BA. µ ¶ µ 15 −9 + 6k 15 AB = and BA = −4 6 + 2k 3 − 2k i.e., when k = 27 .

12 6 + 2k

¶ . AB = BA when 3 − 2k = −4 and −9 + 6k = 12

2. (3+2 pts) (a) Find parametric equations for the line of intersection of the two planes x + y + z = 3 and x − 2y + z = 0. µ ¶ µ ¶ µ ¶ µ ¶ 1 1 1 3 1 1 1 3 1 1 1 3 1 0 1 2 → → → : Parametric equations for 1 −2 1 0   0 −3 0 −3 0 1 0 1 0 1 0 1  2−t x 1  , where t ∈ <. the line L:  y  =  z t (b) Let U = (a, b, c) and V = (x, y, z) be two vectors in <3 . Show that (ax + by + cz)2 ≤ (a2 + b2 + c2 )(x2 + y 2 + z 2 ). ||U ||2 = a2 + b2 + c2 , ||V ||2 = x2 + y 2 + y 2 , and (U · V )2 = (ax + by + cz)2 . Using Cauchy-Schwartz inequality we get: (ax + by + cz)2 ≤ (a2 + b2 + c2 )(x2 + y 2 + z 2 ). 3. (3+2 pts) (a) Show  1  2   3 0

that the vector U = (1, 2, 1, 1) does not belong to span{(1, 2, 3, 0), (2, 1, 6, 0)}.  2 1 1 2   has no solution. 6 1  0 1

(b) Let X = (10, 0, c), Y = (1, 0, 5) and Z = (0, −1, 0)} be three vectors in <3 . Determine all values of c for which the vector X is orthogonal to the plane containing the vectors Y and Z. A normal to the plane is: N = Y × Z = (5, 0, −1). Now X = αN i.e., (10, 0, c) = α(5, 0, −1) when c = −2. 4. (3+2 pts) (a) Does there exist a ∈ < such that S = {(1, 1, 1), (2, 2, 2), (3, a, 4)} is a basis for <3 . It is clear that (2, 2, 2) = 2(1, 1, 1). Therefore, no value for a ∈ < makes S a basis for <3 . (b) Let A be a 3 × 3 matrix such that the system AX = 0 has the following two vectors X1 = (1, 0, 1)T and X2 = (0, 1, 1)T as solutions. Find one more nontrivial solution to the system AX = 0. One more nontrivial solution: X1 + X2 = (1, 1, 2)T .     1 0 4 1 1 0 4 0  0 3 9 3   0 1 3 0     5. (3+1+2+1 pts) Let A =   0 0 0 2 . RREF:  0 0 0 1  0 0 0 3 0 0 0 0 (a) Find a basis for the null space of A.   −4  −3  T  X = t  1  , where t ∈ <. Thus a basis for the null space of A:{(−4, −3, 1, 0) } 0 (b) Find a basis for the column space of A containing only columns of A. A basis for the column space of A: {(1, 0, 0, 0)T , (0, 3, 0, 0)T , (1, 3, 2, 3)T )} (c) Determine whether the vector    1 0 1 0 1 0  0 3 3 3   0 1     0 0 2 2 → 0 0 0 0 3 3 0 0

X = (0, 3, 2, 3)T belongs to the column space of A.  0 −1 0 0  : Thus, (0, 3, 2, 3)T = −(1, 0, 0, 0) + (1, 3, 2, 3)T . 1 1  0 0

(d) Determine the rank and nullity of A. rank(A) = 3, nullity(A) = 1.



2  0  6. (7 pts) Let A =  0 1

0 2 0 0

0 0 1 0

 0 0  . 0  1

If possible, find a non-singular matrix P and a diagonal matrix D such that P −1 AP = D. ¯ ¯ ¯ λ−2 0 0 0 ¯¯ ¯ ¯ 0 λ−2 0 0 ¯¯ |λI − A| = ¯¯ = (λ − 2)2 (λ − 1)2 . The eigenvalues of A are λ = 2, 2, 1, 1. 0 0 λ−1 0 ¯¯ ¯ ¯ −1 0 0 λ−1 ¯ For λ = 2:



0  0 (λI − A)X = 0 :   0 −1 where s, t ∈ <. Two linearly For λ = 1:

0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 independent



       1 0 0 −1 0 t 0 1   0 0 1 0 0   s   1   0   →           0 0 0 0 0 . Thus X =  0  = s  0  + t  0 , 0 0 0 0 0 t 0 1 eigenvectors are associated with λ = 2, namely: (0, 1, 0, 0)T and (1, 0, 0, 1)T . 

      −1 0 0 0 0 1 0 0 0 0 0   0 −1 0 0 0       →  0 1 0 0 0 . Thus X =  0  = s  (λI − A)X = 0 :    0  0 0 0 0 0   s  0 0 0 0  −1 0 0 0 0 0 0 0 0 0 t where s, t ∈ <. Two linearly independent eigenvectors are associated with λ = 1, namely: (0, 0, 1, 0)T     0 1 0 0 2 0 0 0  1 0 0 0   0 2 0 0     P =  0 0 1 0  and D =  0 0 1 0  . 0 1 0 1 0 0 0 1 

   0 0  0  0   + t  ,  0  1  1 0 and (0, 0, 0, 1)T .

7. (6 pts) Answer each of the following as True or False (justify your answer). (a) Let A ne an n × n matrix. If 0 is an eigenvalue of A then rank(A) = n. FALSE (0 is an eigenvalue of A iff A is singular iff rank(A) < n). (b) If A and B are two n × n matrices with |A| = 1 and |B| = −1, then the columns of AB span

Kuwait University, Department of Mathematics Math ...

Jan 11, 2012 - Kuwait University, Department of Mathematics. Math 111, Linear Algebra. 11 January, 2012, 2-4pm. Final Exam. Answer all questions.

93KB Sizes 0 Downloads 191 Views

Recommend Documents

Department of Mathematics, University of Scranton, Scranton, PA ...
Department of Mathematics, University of Scranton, Scranton, PA 18510,. USA. CNRS, I3S, ESSI, BP 145, Route des Colles,. 06 903 Sophia Antipolis, France. 1 ...

Kuwait University Math 111 Date: Dec 15, 2010 Dept of ...
Kuwait University. Math 111. Date: Dec 15, 2010 ... (b) Let X, Y ∈ Rn. Find X · Y given that X + Y = 1 and X − Y = 5. 4. (4 pts.) Which of the following are ...

Department of Mathematics
Jul 28, 2011 - ... to be continuous at a point x = a of its domain if for every ϵ > 0, there is a δ > 0 such that ... Check the continuity of the following functions:.

DEPARTMENT OF PSYCHIATRY UNIVERSITY OF ... - Med Hub
Institutional service may be administrative, committee, and related contributions to one's department or ... Distinction in research requires documented evidence of high-level, independent scholarly effort. ..... will support these efforts through th

UNIVERSITY OF GHANA DEPARTMENT OF ... -
Course. Description. Course Outline ... and principles of social science research. After going ... the Scientific Method; Characteristics of the. Scientific Method ...

Department of Physics - University at Buffalo
UB High Energy Physics and Cosmology (HEPCOS) combines faculty working on the Compact Muon Solenoid detector at the Large Hadron Collider at CERN ...

Yale University Department of Computer Science
intimately related to the spherical harmonics. 3.1 GCAR graph. We assume as before that we are given K projection images. Let Λk,l, k = 1,...,K, l = 1,...,L be KL ...

Northwestern University, Department of Communication ...
Compute Gain Control Signal. Apply Gain ... Gain. 0 dB. 70 dB uniform. The Unmodified Channel-Specific. Threshold. UCL. Notch- .... NAL-NL2 fitting software.

Ltr to University Police Department and University of Florida.pdf ...
Page 1 of 1. 14260 WEST NEWBERRY ROAD #412, NEWBERRY, FL 32669 - PHONE: (407) 801-4350 - FAX: (407) 505-7327. EDRICK BARNES. PRESIDENT.

Electrical Engineering Department, University of ...
suitable for practical microwave applications due to their excessive loss and narrow ... exhibit phase lag (6 > 0), which suggests that they may find applications in ...

Mathematics (MATH).pdf
consists of the practice of solving multi-step problems from other disciplines, called mathematical. modeling. The topics include: lines, systems of equations, polynomials, rational expressions, exponential. and logarithmic functions. Students will e

The Dynamics of Stochastic Processes - Department of Mathematics ...
Jan 31, 2010 - after I obtained the masters degree. Manuscripts D–H ...... Then the dual (Ft)t≥0-predictable projection of (At)t≥0 is for t ≥ 0 given by. Ap t = ∫.

University of Puerto Rico Mayagüez Campus Department of Human ...
Jan 16, 2015 - with good communication skills in both English and Spanish will be preferred. ... January 16, 2015 via e-mail to [email protected].

Pravin Popinand Ingole Department of Chemistry, University of Pune ...
Unit, Indian Institute of Science from June 25 to July 14, 2007. 7. ... materials and its Applications, at National Institute of Technology,. Tiruchirappalli, 4 - 6 ...

ment and Conservation Department of Statis - Web CMS - University of ...
Prior experience with occupancy models, state-space models and modeling spatial data would all be of advantage. The project is based on existing data, but ...

THE UNIVERSITY OF CHICAGO Department of ...
Prove that if ^ is a preference relation on R! , then. (a) ~ and У are transitive. (b) x У y and y ~ z imply x У z. (c) for all x, y G R! , exactly one of x У y, x ~ y, x < y holds. 2. There are two commodities. (a) Sketch some preferences which

University of Idaho - Tenure-Track Position The Department of ...
The Department of Geography at the University of Idaho is seeking to fill a ... teaching of courses that will complement the broader Geography discipline and ...

Sociology Working Papers Department of Sociology University of Oxford
-0.1971 trades workers building electricians. 32 Sales and services elementary SEO. Cleaners, doorkeepers,. 91. 236. 551. 70. -0.2193 occupations building caretakers. 33 Labourers in construction,. LCM. Freight-handlers, hand. 93. 226. 164. 42. -0.24

Department of Agribusiness Management University of ...
Results and Discussion. General Structure of the. Industry. Finance. • Farmers: Current capital of PhP 100,000.00 – less than one hectare; PhP 10M – 16 ha.

Your Title - UMD Department of Computer Science - University of ...
(a) The Controller is the main kernel, which schedules different processes running inside the Rover Core and passes around the context from one module to an-.

Pravin Popinand Ingole Department of Chemistry, University of Pune ...
... Santosh K. Haram, International Conference on Nano- materials and its Applications, at National Institute of Technology,. Tiruchirappalli, 4 - 6 February 2007.

University of Idaho - Tenure-Track Position The Department of ...
teaching of courses that will complement the broader Geography discipline and ... of life and was recently ranked among the top 10 college towns in the US.

Sociology Working Papers Department of Sociology University of Oxford
Sociology Working Papers. Paper Number: 2009–02. An Occupational Status Scale for Russia. Alexey Bessudnov. Department of Sociology. University of Oxford. Manor Road. Oxford OX1 3UQ, UK www.sociology.ox.ac.uk/swp.html ...

Department of Integrative Biology, University of California Berkeley ...
Sep 20, 2012 - Museum of Vertebrate Zoology, University of California, Berkeley. 3101 Valley ..... amount of biomass in bamboo habitat because .... State University, San Francisco, CA. ... (Received 5 December 2011; accepted 6 May 2012.