Respuesta :
Since the multiplication between two matrices is not commutative, then [tex]\vec A\, \times\,\vec I \ne \vec I \,\times \,\vec A[/tex], regardless of the dimensions of [tex]\vec A[/tex].
Is the product of two matrices commutative?
In linear algebra, we define the product of two matrices as follows:
[tex]\vec C = \vec A \,\times \vec B[/tex], where [tex]\vec A \in \mathbb{R}_{m\times p}[/tex], [tex]\vec B \in \mathbb{R}_{p\times n}[/tex] and [tex]\vec C \in \mathbb{R}_{m \times n}[/tex] (1)
Where each element of the matrix is equal to the following dot product:
[tex]c_{ij} = \left[\begin{array}{cccc}a_{i1}&a_{i2}&\ldots&a_{ip}\end{array}\right]\,\bullet\,\left[\begin{array}{ccc}b_{1j}\\b_{2j}\\\vdots\\b_{pj}\end{array}\right][/tex], where 1 ≤ i ≤ m and 1 ≤ j ≤ n. (2)
Because of (2), we can infer that the product of two matrices, no matter what dimensions each matrix may have, is not commutative because of the nature and characteristics of the definition itself, which implies operating on a row of the former matrix and a column of the latter matrix.
Such "arbitrariness" means that resulting value for [tex]c_{ij}[/tex] will be different if the order between [tex]\vec A[/tex] and [tex]\vec B[/tex] is changed and even the dimensions of [tex]\vec C[/tex] may be different. Therefore, the proposition is false.
To learn more on matrices: https://brainly.com/question/9967572
#SPJ1