Which of the following statements are True and
which are False ? Justify your answer with a
short proof or by a counter-example.
(a) The operation *, defined by x * y = log (xy) is
a binary operation on S, where
S={xER x>0}.
(b) If a and b are eigenvalues of two n x n
matrices A and B respectively, then a + b is
an eigenvalue of A + B.
(c) If S and T are linear transformations such
that SoT is defined and is 1 — 1, then S is
1 — 1.
(d) T : R³- R³: T((x1, x2, x3), (y 1 , y2, y3)) =
(x1 + x2 + x3) . (y1 + y2 + y3)
is an inner product on R³.
(e) {India, — 5, Jamila} is a set.
1
Expert's answer
2020-12-08T07:38:54-0500
(a) The operation ∗, defined by x∗y=log(xy) is not a binary operation on
S={x∈R∣x>0}, bacause 1∗1=log(1⋅1)=log1=0∈/S.
Answer: false
(b) Let us consider two 2×2 matrices A=[1111] and B=[−130−1]. Let us find their eigenvalues:
det(A−aE)=∣∣1−a111−a∣∣=(1−a)2−1=0 implies 1−a=±1, and therefore, a=0 or a=2;
det(B−bE)=[−1−b30−1−b]=(−1−b)2=0 implies b=−1;
det(A+B−cE)=∣∣−c41−c∣∣=c2−4=0 implies c=2 or c=−2.
It follows that a=0 and b=−1 are the eigenvalues of the matrices A and B respectively, but a+b=−1 is not the eigenvalue of the matrix A+B.
Answer: false
(c) Let define the linear transformations T:R2→R4,T(x1,x2)=(x1,x2,0,0) and S:R4→R2,S(x1,x2,x3,x4)=(x1,x2). Then S∘T:R2→R2. Since S∘T(x1,x2)=S(x1,x2,0,0)=(x1,x2), S∘T is an identity map of R2, and thus is 1 — 1. On the other hand, S(1,1,0,0)=(1,1)=S(1,1,1,1), and consequently, S is not 1 — 1.
Answer: false
(d) Let T:R3→R3,T((x1,x2,x3),(y1,y2,y3))=(x1+x2+x3)⋅(y1+y2+y3)
Let u=(x1,x2,x3),v=(y1,y2,y3), and w=(z1,z2,z3) be vectors and α be a scalar, then:
Comments