Advertisements
Advertisements
Question
If `3"A" - "B" = [(5,0),(1,1)] and "B" = [(4,3),(2,5)]`, then find the martix A.
Solution
`3"A" - "B" = [(5,0),(1,1)]`
We need to calculate A.
`3"A" = [(5,0),(1,1)] + "B"`
`"B" = [(4,3),(2,5)]`
`3"A" = [(9,3),(3,6)]`
`"A" = (1)/(3) [(9,3),(3,6)]`
`"A" = [(3,1),(1,2)]`
APPEARS IN
RELATED QUESTIONS
Find the maximum value of `|(1,1,1),(1,1+sintheta,1),(1,1,1+costheta)|`
If a matrix has 8 elements, what are the possible orders it can have? What if it has 5 elements?
If A = [aij] =`[[2,3,-5],[1,4,9],[0,7,-2]]`and B = [bij] `[[2,-1],[-3,4],[1,2]]`
then find (i) a22 + b21 (ii) a11 b11 + a22 b22
Construct a 2 × 2 matrix whose elements `a_(ij)`
are given by: `(i+j)^2/2`
Construct a 3 × 4 matrix A = [aij] whose elements aij are given by:
aij = i + j
Construct a 3 × 4 matrix A = [ajj] whose elements ajj are given by:
ajj = i − j
Construct a 3 × 4 matrix A = [aij] whose elements aij are given by:
aij = j
Construct a 4 × 3 matrix whose elements are
`a_(ij)= (i-j)/(i+j )`
Construct a 4 × 3 matrix whose elements are
aij = i
If A = diag (a, b, c), show that An = diag (an, bn, cn) for all positive integer n.
A matrix X has a + b rows and a + 2 columns while the matrix Y has b + 1 rows and a + 3 columns. Both matrices XY and YX exist. Find a and b. Can you say XY and YX are of the same type? Are they equal.
If A and B are symmetric matrices, then write the condition for which AB is also symmetric.
If B is a skew-symmetric matrix, write whether the matrix AB AT is symmetric or skew-symmetric.
If B is a symmetric matrix, write whether the matrix AB AT is symmetric or skew-symmetric.
If A is a skew-symmetric and n ∈ N such that (An)T = λAn, write the value of λ.
If A is a symmetric matrix and n ∈ N, write whether An is symmetric or skew-symmetric or neither of these two.
If A is a skew-symmetric matrix and n is an odd natural number, write whether An is symmetric or skew-symmetric or neither of the two.
If A is a skew-symmetric matrix and n is an even natural number, write whether An is symmetric or skew symmetric or neither of these two.
If \[\begin{bmatrix}x & 1\end{bmatrix}\begin{bmatrix}1 & 0 \\ - 2 & 0\end{bmatrix} = O\] , find x.
Let A and B be matrices of orders 3 x 2 and 2 x
4 respectively. Write the order of matrix AB.
If \[A = \begin{bmatrix}5 & x \\ y & 0\end{bmatrix}\] and A = AT, then
If A is 3 × 4 matrix and B is a matrix such that A'B and BA' are both defined. Then, B is of the type
If \[A = \begin{bmatrix}\cos \theta & - \sin \theta \\ \sin \theta & \cos \theta\end{bmatrix}\] then AT + A = I2, if
Find a matrix A such that 2A − 3B + 5C = 0, where B =`[(-2, 2, 0), (3, 1, 4)] and "C" = [(2, 0, -2),(7, 1, 6)]`.