(1) Let;
(2) Distinguish whether the given matrix is symmetric or not
(1) Given "A=\\begin{bmatrix}\n -1 & -1 \\\\\n 3 & 3\n\\end{bmatrix}." Let "B=\\begin{bmatrix}\n b_{11} & b_{12} \\\\\n b_{21} & b_{22}\n\\end{bmatrix}."
Then
"=\\begin{bmatrix}\n -b_{11}-b_{21} & -b_{12}-b_{22} \\\\\n 3b_{11}+3b_{21} & 3b_{12}+3b_{22}\n\\end{bmatrix}"
If "AB=0," then
"\\begin{alignedat}{2}\n b_{21}=-b_{11} \\\\\n b_{12}=-b_{22}\n\\end{alignedat}"
"B=\\begin{bmatrix}\n c & -d \\\\\n -c & d\n\\end{bmatrix}, c,d\\in \\R"
(2)
"A=\\begin{bmatrix}\n 2 & 1 & 3 \\\\\n 1 & 5 & -3 \\\\\n 3 & -3 & 7\n\\end{bmatrix}=>A^T=\\begin{bmatrix}\n 2 & 1 & 3 \\\\\n 1 & 5 & -3 \\\\\n 3 & -3 & 7\n\\end{bmatrix}=A"
Then the matrix "A" is symmetric.
"B=\\begin{bmatrix}\n 1 & 1 & 3 \\\\\n 1 & 2 & 2 \\\\\n 3 & 2 & 3\n\\end{bmatrix}=>B^T=\\begin{bmatrix}\n 1 & 1 & 3 \\\\\n 1 & 2 & 2\\\\\n 3 & 2 & 3\n\\end{bmatrix}=B"
Then the matrix "B" is symmetric.
Comments
All elements of matrices were obtained using rules for matrix operations (the multiplication of matrices in the first part, the transpose of a matrix in the second part). In the first part some equalities were obtained after equating matrix entries of AB to zero, one sets b11=c, b22=d.
How can I get matrix symbols and sign
Leave a comment