Linear Algebra- Scalar Multiplication

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
FinalStand
Messages
60
Reaction score
0

Homework Statement



Let M2 denote the set of all 2x2 matrices. We define addition with the standard addition of matrices, but with scalar multiplication given by:

k [itex]\otimes[/itex] [a b c d] = [ka b c kd] (note that they are matrices)


Where k is a scalar. Which of the following fails to hold?

a. m2 is closed under scalar multiplication
b. (ks)matrix = k [itex]\otimes[/itex] ( s [itex]\otimes[/itex] (matrix)
c. 1 [itex]\otimes[/itex] (matrix) = (matrix)
d. k [itex]\otimes[/itex](matrix + matrix') = k (matrix) + k (matrix') [Too lazy to inpute the otimes]
e. (k+s) (matrix) = k(matrix) + s(matrix)

Homework Equations


The Attempt at a Solution



I think the answer is E because if you multiply k+s to the matrix first then you can't split them.
 
on Phys.org
FinalStand said:

Homework Statement



Let M2 denote the set of all 2x2 matrices. We define addition with the standard addition of matrices, but with scalar multiplication given by:

k [itex]\otimes[/itex] [a b c d] = [ka b c kd] (note that they are matrices)


Where k is a scalar. Which of the following fails to hold?

a. m2 is closed under scalar multiplication
b. (ks)matrix = k [itex]\otimes[/itex] ( s [itex]\otimes[/itex] (matrix)
c. 1 [itex]\otimes[/itex] (matrix) = (matrix)
d. k [itex]\otimes[/itex](matrix + matrix') = k (matrix) + k (matrix') [Too lazy to inpute the otimes]
e. (k+s) (matrix) = k(matrix) + s(matrix)

Homework Equations


The Attempt at a Solution



I think the answer is E because if you multiply k+s to the matrix first then you can't split them.
That's right. Note that all you have to do to prove that the statement
$$\text{For all }A\in M_2(\mathbb R)\text{ and all }k,s\in\mathbb R\text{, we have }(k+s)\otimes A=k\otimes A+s\otimes A.$$ is false is to show that there's one choice of k,s,A such that ##(k+s)\otimes A\neq k\otimes A+s\otimes A##.