in Linear Algebra edited by
2,967 views
9 votes
9 votes

If $\text{A, B, C}$ are any three matrices, then $\text{A}'+\text{B}'+\text{C}' $ is equal to

  1. a null matrix
  2. $\text{A + B + C}$
  3. $\text{(A + B + C)}'$
  4. $\text{-(A + B + C})$
in Linear Algebra edited by
3.0k views

1 comment

When in doubt, take small matrices and verify by option elimination.
0
0

2 Answers

9 votes
9 votes
Best answer

Here A' is the Transpose Matrix also written A, Atr , t ,A .

We knows Transpose respect addition

A+ B' + C=( A + B + C)'  

Hence,Option(C) ( A + B + C)'  is the correct choice.

selected by
6 votes
6 votes

Suppose you forget properties of transpose at exam time, you can quickly solve such questions using simple examples:

Let A= $\begin{bmatrix} 1\\2 \end{bmatrix}$ B= $\begin{bmatrix} 3\\4  \end{bmatrix}$ and C= $\begin{bmatrix} 5\\6 \end{bmatrix}$

A'+B'+C'= $\begin{bmatrix} 1 & 2 \end{bmatrix}$ + $\begin{bmatrix} 3 & 4 \end{bmatrix}$ +$\begin{bmatrix} 5 & 6 \end{bmatrix}$  =$\begin{bmatrix} 9 & 12 \end{bmatrix}$

 A+B+C =$\begin{bmatrix} 9\\12 \end{bmatrix}$   and (A+B+C)'= $\begin{bmatrix} 9 & 12 \end{bmatrix}$

C is the answer

by

1 comment

Good explanation
0
0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true