{"id":5177,"date":"2020-09-08T15:06:56","date_gmt":"2020-09-08T06:06:56","guid":{"rendered":"https:\/\/sasamath.com\/blog\/?p=5177"},"modified":"2021-05-30T23:25:14","modified_gmt":"2021-05-30T14:25:14","slug":"exercises-multiple-systems-and-matrix-inversion","status":"publish","type":"post","link":"https:\/\/sasamath.com\/blog\/articles\/exercises-multiple-systems-and-matrix-inversion\/","title":{"rendered":"Exercises: Multiple Systems and Matrix Inversion"},"content":{"rendered":"<div class=\"box\">\n<p>This set of exercises is retrieved from the fifth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself.\n<\/p>\n<\/div>\n<p><!--\n<!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.1<\/span><br \/>\nSolve the following matrix equation for \\(x,\\) \\(y,\\) \\(z\\) and \\(w.\\)<br \/>\n\\[<br \/>\n\\begin{pmatrix} 1&#038;2 \\\\ 0&#038;1 \\end{pmatrix}<br \/>\n\\begin{pmatrix} x&#038;y \\\\ z&#038;w \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 10&#038;2 \\\\ 4&#038;2 \\end{pmatrix}<br \/>\n\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTaking \\(R_1 \\,\\leftarrow\\, R_1 &#8211; 2R_2 ,\\) we obtain<br \/>\n\\[\\left( \\begin{array}{cc|cc}<br \/>\n1 &#038; 2 &#038; 10 &#038; 2 \\\\<br \/>\n0 &#038; 1 &#038; 4 &#038; 2<br \/>\n\\end{array}\\right)<br \/>\n\\,\\rightarrow\\,<br \/>\n\\left( \\begin{array}{cc|cr}<br \/>\n1 &#038; 0 &#038; 2 &#038; -2 \\\\<br \/>\n0 &#038; 1 &#038; 4 &#038; 2<br \/>\n\\end{array}\\right).<br \/>\n\\]<br \/>\nThus<br \/>\n\\[\\begin{pmatrix} x&#038;y \\\\ z&#038;w \\end{pmatrix}<br \/>\n=<br \/>\n\\left(\\begin{array}{cr} 2 &#038; -2 \\\\ 4 &#038; 2 \\end{array}\\right).\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.2<\/span><br \/>\nSuppose that<br \/>\n\\[<br \/>\n\\begin{pmatrix} 1&#038;1 \\\\ 0&#038;1 \\end{pmatrix}<br \/>\n\\begin{pmatrix} x&#038;y \\\\ z&#038;w \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} x&#038;y \\\\ z&#038;w \\end{pmatrix}<br \/>\n\\begin{pmatrix} 1&#038;1 \\\\ 0&#038;1 \\end{pmatrix}<br \/>\n.<br \/>\n\\]<br \/>\nShow that \\(x=w,\\) \\(z=0\\) and there is no constraint on \\(y.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nEvaluating each multiplication gives<br \/>\n\\[\\begin{pmatrix} x+z &#038; y+w \\\\ z &#038; w \\end{pmatrix} =<br \/>\n\\begin{pmatrix} x &#038; x+y \\\\ z &#038; z+w \\end{pmatrix}.\\]<br \/>\nFrom this, we obtain<br \/>\n\\[ \\begin{pmatrix} z &#038; w-x \\\\ 0 &#038; -z \\end{pmatrix}<br \/>\n= \\begin{pmatrix} 0 &#038; 0 \\\\ 0 &#038; 0 \\end{pmatrix}\\]<br \/>\nor<br \/>\n\\[z=0 ,\\,\\, w-x=0.\\]<br \/>\nTherefore the solution is<br \/>\n\\[x=w ,\\,\\, z=0 \\]<br \/>\nand \\(y\\) is any real number.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.3<\/span><br \/>\nLet \\(A\\) be an \\(m \\times n\\) matrix. Show that the matrix products \\(A \\cdot \\,^t \\! A\\) and \\(\\,^t \\! A \\cdot A\\) are both defined. Compute these products for the matrix<br \/>\n\\[A=\\begin{pmatrix}<br \/>\n2&#038;0&#038;1 \\\\ 0&#038;1&#038;1<br \/>\n\\end{pmatrix} .\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\(A\\) is an \\(m\\times n\\) matrix and \\(\\,^t \\! A\\) is an \\(n\\times m\\) matrix, thus both \\(A \\cdot \\,^t \\! A\\) and \\(\\,^t \\! A \\cdot A\\) are defined.<br \/>\n\\[ \\begin{align}<br \/>\nA \\cdot \\,^t \\! A<br \/>\n&#038;= \\begin{pmatrix} 2 &#038; 0 &#038; 1 \\\\ 0 &#038; 1 &#038; 1 \\end{pmatrix}<br \/>\n\\begin{pmatrix} 2 &#038; 0 \\\\ 0 &#038; 1 \\\\ 1 &#038; 1 \\end{pmatrix}<br \/>\n= \\begin{pmatrix} 5 &#038; 1 \\\\ 1 &#038; 2 \\end{pmatrix}, \\\\[8pt]<\/p>\n<p>\\,^t \\! A \\cdot A<br \/>\n&#038;= \\begin{pmatrix} 2 &#038; 0 \\\\ 0 &#038; 1 \\\\ 1 &#038; 1 \\end{pmatrix}<br \/>\n \\begin{pmatrix} 2 &#038; 0 &#038; 1 \\\\ 0 &#038; 1 &#038; 1 \\end{pmatrix}<br \/>\n= \\begin{pmatrix} 4 &#038; 0 &#038; 2 \\\\ 0 &#038; 1 &#038; 1 \\\\ 2 &#038; 1 &#038; 2 \\end{pmatrix} .<br \/>\n\\end{align}<br \/>\n\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.4<\/span><br \/>\nWhat is the dimension of the space of \\(4\\times 4\\) symmetric matrices defined over a field \\(K?\\) Of all \\(n \\times n\\) symmetric matrices?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\frac{n(n+1)}{2}.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.5<\/span><br \/>\nWhat is the dimension of the space of all \\(5\\times 5\\) upper triangular matrices in \\(M_n (K)?\\) Of all \\(n\\times n\\) upper triangular matrices?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\frac{n(n+1)}{2}.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.6<\/span><br \/>\nShow that the product of two invertible matrices in \\(M_n (K)\\) is invertible.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose both \\(A\\) and \\(B\\) belong to \\(M_n (K)\\) and invertible. Take \\(C = B^{-1} A^{-1}.\\) Then<br \/>\n\\[\\begin{gather}<br \/>\n(AB)C = (AB)(B^{-1} A^{-1}) = I_n , \\\\[7pt]<br \/>\nC(AB) = (B^{-1} A^{-1})(AB) = I_n .<br \/>\n\\end{gather}\\]<br \/>\nTherefore \\(AB\\) is invertible and the inverse matrix is \\(C = B^{-1} A^{-1}.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.7<\/span><br \/>\nLet<br \/>\n\\[A=\\begin{pmatrix}a&#038;b\\\\c&#038;d\\end{pmatrix}\\]<br \/>\nlie in \\(M_2 (K)\\) and assume that \\(ad-bc \\ne 0.\\) Show that \\(A^{-1}\\) exists and that in fact<br \/>\n\\[A^{-1} = \\frac{1}{ad-bc}<br \/>\n\\left(\\begin{array}{rr} d&#038;-b\\\\-c&#038;a\\end{array}\\right).\\]<br \/>\nConversely, show that if \\(ad-bc=0,\\) then \\(A\\) is not invertible.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose that \\(ad-bc \\ne 0.\\) A simple calculation shows that<br \/>\n\\[\\begin{pmatrix} a &#038; b \\\\ c &#038; d \\end{pmatrix} \\cdot \\frac{1}{ad-bc} \\left(\\begin{array}{rr} d &#038; -b \\\\ -c &#038; a \\end{array}\\right) = \\begin{pmatrix} 1 &#038; 0 \\\\ 0 &#038; 1 \\end{pmatrix},\\]<br \/>\ntherefore<br \/>\n\\[ \\frac{1}{ad-bc}<br \/>\n\\left(\\begin{array}{rr} d&#038;-b\\\\-c&#038;a\\end{array}\\right)\\]<br \/>\nis the inverse matrix of \\(A,\\) and \\(A\\) is invertible.<\/p>\n<p>Now suppose that \\(ad-bc = 0.\\) Suppose contrarily that \\(A\\) is invertible and the inverse matrix is<br \/>\n\\[A^{-1} = \\begin{pmatrix} w &#038; x \\\\ y &#038; z \\end{pmatrix}.\\]<br \/>\nBy definition of an inverse matrix,<br \/>\n\\[\\begin{pmatrix} w &#038; x \\\\ y &#038; z \\end{pmatrix}<br \/>\n\\begin{pmatrix} a &#038; b \\\\ c &#038; d \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} aw+cx &#038; bw+dx \\\\ ay+cz &#038; by+dz \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 1 &#038; 0 \\\\ 0 &#038; 1 \\end{pmatrix}.\\]<br \/>\nTherefore we have \\(d=0\\), and \\(b=0\\) or \\(c=0.\\)<\/p>\n<p>If \\(d=0\\) and \\(b=0,\\) then<br \/>\n\\[\\begin{pmatrix} \\ast &#038; \\ast \\\\ \\ast &#038; \\ast \\end{pmatrix}<br \/>\n\\begin{pmatrix} a &#038; b \\\\ c &#038; d \\end{pmatrix} =<br \/>\n\\begin{pmatrix} \\ast &#038; 0 \\\\ \\ast &#038; 0 \\end{pmatrix},\\]<br \/>\nwhich cannot be the identity matrix. If \\(d=0\\) and \\(c=0,\\) then<br \/>\n\\[\\begin{pmatrix} a &#038; b \\\\ c &#038; d \\end{pmatrix}<br \/>\n\\begin{pmatrix} \\ast &#038; \\ast \\\\ \\ast &#038; \\ast \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} \\ast &#038; \\ast \\\\ 0 &#038; 0 \\end{pmatrix},\\]<br \/>\nwhich neither cannot be the identity matrix.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.8<\/span><br \/>\nLet \\(B\\) be the subset of \\(\\mathrm{GL}_2 (K)\\) consisting of all matrices of the form<br \/>\n\\[A = \\begin{pmatrix}a&#038;b\\\\0&#038;c\\end{pmatrix} ,\\,\\, ac \\ne 0.\\]<br \/>\nShow that \\(B\\) is a subgroup of \\(\\mathrm{GL}_2 (K).\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet<br \/>\n\\[\\begin{align}<br \/>\nA &#038;= \\begin{pmatrix} a_1 &#038; b_1 \\\\ 0 &#038; c_1 \\end{pmatrix}, \\\\[7pt]<br \/>\nB &#038;= \\begin{pmatrix} a_2 &#038; b_2 \\\\ 0 &#038; c_2 \\end{pmatrix},<br \/>\n\\end{align}\\]<br \/>\nwhere \\(a_1 c_1 \\ne 0,\\) \\(a_2 c_2 \\ne 0.\\) Then \\(B\\) is invertible and<br \/>\n\\[\\begin{align}<br \/>\nAB^{-1}<br \/>\n&#038;= \\frac{1}{a_2 c_2} \\begin{pmatrix} a_1 &#038; b_1 \\\\ 0 &#038; c_1 \\end{pmatrix}<br \/>\n\\left(\\begin{array}{cr} c_2 &#038; -b_2 \\\\ 0 &#038; a_2 \\end{array}\\right) \\\\[7pt]<br \/>\n&#038;= \\frac{1}{a_2 c_2} \\begin{pmatrix} a_1 c_2 &#038; a_2 b_1 &#8211; a_1 b_2 \\\\ 0 &#038; a_2 c_1 \\end{pmatrix}<br \/>\n\\end{align}\\]<br \/>\nwhich obviously belongs to \\(\\operatorname{GL}_2 (K).\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<div class=\"box\">For this problem and next(9-10), superscripts on matrices indicate exponents rather than columns.<\/div>\n<p class=\"problem\"><span class=\"definition\">Problem 5.9<\/span><br \/>\nFind a \\(2\\times 2\\) matrix \\(A\\) such that \\(A\\ne 0\\) but nonetheless \\(A^2 =0.\\) Next, find a \\(3\\times 3\\) matrix such that \\(A \\ne 0,\\) \\(A^2 \\ne 0\\) but \\(A^3 =0.\\) Finally, for arbitrary \\(n\\) find an \\(n\\times n\\) matrix \\(A\\) such that none of \\(A,\\) \\(A^2,\\) \\(\\cdots,\\) \\(A^{n-1}\\) equals \\(0,\\) but \\(A^n =0.\\)<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTake \\(A = \\left( a_{ij} \\right)_{n\\times n}\\) where<br \/>\n\\[a_{ij} = \\begin{cases}<br \/>\n1 &#038; \\quad \\text{if} \\,\\, i+1 = j \\\\[8pt]<br \/>\n0 &#038; \\quad \\text{otherwise.}<br \/>\n\\end{cases}\\]<br \/>\nAs an example, for \\(n=4,\\) we take<br \/>\n\\[A = \\begin{pmatrix}<br \/>\n0 &#038; 1 &#038; 0 &#038; 0 \\\\<br \/>\n0 &#038; 0 &#038; 1 &#038; 0 \\\\<br \/>\n0 &#038; 0 &#038; 0 &#038; 1 \\\\<br \/>\n0 &#038; 0 &#038; 0 &#038; 0<br \/>\n\\end{pmatrix}.<br \/>\n\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.10<\/span><br \/>\nLet \\(A\\in M_n(K)\\) be such that \\(A^r = 0\\) for some integer \\(r \\ge 1.\\) Show that \\(I_n &#8211; A\\) is invertible.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nTake \\(B = I_n + A+ A^2 + \\cdots + A^{r-1} ,\\) then<br \/>\n\\[\\begin{align}<br \/>\n(I_n &#8211; A)B &#038;= (I_n -A)(I_n +A +A^2 + \\cdots + A^{r-1})\\\\[7pt]<br \/>\n&#038;= (I_n + A+A^2 + \\cdots + A^{r-1}) &#8211; (A+A^2 + A^3 + \\cdots + A^r )\\\\[7pt]<br \/>\n&#038;= I_n &#8211; A^r \\\\[7pt]<br \/>\n&#038;= I_n &#8211; O = I_n.<br \/>\n\\end{align}\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.11<\/span><br \/>\nList the elements in \\(\\mathrm{GL}_2 ( F_2 )\\) where \\(F_2 \\) is the finite field of two elements \\(0\\) and \\(1.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose<br \/>\n\\[\\begin{pmatrix} a &#038; b \\\\ c &#038; d \\end{pmatrix} \\in \\operatorname{GL}_2 (F_2 )\\]<br \/>\nthen \\(ad-bc \\ne 0,\\) that is, \\(ad \\ne bc.\\) Since each of \\(a,\\) \\(b,\\) \\(c\\) and \\(d\\) is \\(0\\) or \\(1,\\) \\(ad \\ne bc\\) arises as one of the following form:<br \/>\n\\[\\begin{gather}<br \/>\n0 \\times 0 \\ne 1 \\times 1, \\\\[7pt]<br \/>\n0 \\times 1 \\ne 1 \\times 1, \\\\[7pt]<br \/>\n1 \\times 0 \\ne 1 \\times 1, \\\\[7pt]<br \/>\n1 \\times 1 \\ne 0 \\times 0, \\\\[7pt]<br \/>\n1 \\times 1 \\ne 0 \\times 1, \\\\[7pt]<br \/>\n1 \\times 1 \\ne 1 \\times 0.<br \/>\n\\end{gather}\\]<br \/>\nThus all the desired matrices are<br \/>\n\\[\\begin{gather}<br \/>\n\\begin{pmatrix} 0 &#038; 1 \\\\ 1 &#038; 0 \\end{pmatrix}, \\,\\,<br \/>\n\\begin{pmatrix} 0 &#038; 1 \\\\ 1 &#038; 1 \\end{pmatrix}, \\,\\,<br \/>\n\\begin{pmatrix} 1 &#038; 1 \\\\ 1 &#038; 0 \\end{pmatrix}, \\\\[7pt]<br \/>\n\\begin{pmatrix} 1 &#038; 0 \\\\ 0 &#038; 1 \\end{pmatrix}, \\,\\,<br \/>\n\\begin{pmatrix} 1 &#038; 0 \\\\ 1 &#038; 1 \\end{pmatrix}, \\,\\,<br \/>\n\\begin{pmatrix} 1 &#038; 1 \\\\ 0 &#038; 1 \\end{pmatrix}.<br \/>\n\\end{gather}\\]<br \/>\nIn fact the multiplicative group consisting of these matrices are isomorphic to \\(S_3.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.12<\/span><br \/>\nExplain succinctly why the solution space to a homogeneous system of \\(m\\) linear equations in \\(n\\) unknowns defined over a field \\(K\\) is a subspace of \\(K^n.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet a system be given as follows.<br \/>\n\\[\\left\\{<br \/>\n\\begin{align}<br \/>\na_{11} x_1 + a_{12} x_2 + \\cdots + a_{1n} x_n &#038;= 0 \\\\[7pt]<br \/>\na_{21} x_1 + a_{22} x_2 + \\cdots + a_{2n} x_n &#038;= 0 \\\\[7pt]<br \/>\n\\vdots \\quad\\quad \\\\[7pt]<br \/>\na_{m1} x_1 + a_{m2} x_2 + \\cdots + a_{mn} x_n &#038;= 0<br \/>\n\\end{align}<br \/>\n\\right.\\]<br \/>\nLet \\(V\\) be the subset of \\(K^n\\) consisting of the vectors \\((x_1 ,\\, \\cdots ,\\, x_n )\\) that satisfy the above system. Let<br \/>\n\\[\\begin{align}<br \/>\n\\mathbf{v} &#038;= (v_1 ,\\, v_2 ,\\, \\cdots ,\\, v_n) \\in V, \\\\[7pt]<br \/>\n\\mathbf{w} &#038;= (w_1 ,\\, w_2 ,\\, \\cdots ,\\, w_n) \\in V,<br \/>\n\\end{align}\\]<br \/>\nand let \\(\\lambda\\) be a scalar. Since<br \/>\n\\[\\begin{pmatrix}<br \/>\na_{11} &#038; \\cdots &#038; a_{1n} \\\\<br \/>\n\\vdots &#038; \\ddots &#038; \\vdots \\\\<br \/>\na_{m1} &#038; \\cdots &#038; a_{mn}<br \/>\n\\end{pmatrix}<br \/>\n\\begin{pmatrix} v_1 \\\\ \\vdots \\\\ v_n \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 0 \\\\ \\vdots \\\\ 0 \\end{pmatrix}\\]<br \/>\nand<br \/>\n\\[\\begin{pmatrix}<br \/>\na_{11} &#038; \\cdots &#038; a_{1n} \\\\<br \/>\n\\vdots &#038; \\ddots &#038; \\vdots \\\\<br \/>\na_{m1} &#038; \\cdots &#038; a_{mn}<br \/>\n\\end{pmatrix}<br \/>\n\\begin{pmatrix} w_1 \\\\ \\vdots \\\\ w_n \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 0 \\\\ \\vdots \\\\ 0 \\end{pmatrix},\\]<br \/>\nwe have<br \/>\n\\[\\begin{pmatrix}<br \/>\na_{11} &#038; \\cdots &#038; a_{1n} \\\\<br \/>\n\\vdots &#038; \\ddots &#038; \\vdots \\\\<br \/>\na_{m1} &#038; \\cdots &#038; a_{mn}<br \/>\n\\end{pmatrix}<br \/>\n\\left[<br \/>\n\\begin{pmatrix} v_1 \\\\ \\vdots \\\\ v_n \\end{pmatrix} +<br \/>\n\\begin{pmatrix} w_1 \\\\ \\vdots \\\\ w_n \\end{pmatrix}<br \/>\n\\right]<br \/>\n=<br \/>\n\\begin{pmatrix} 0 \\\\ \\vdots \\\\ 0 \\end{pmatrix}\\]<br \/>\nand<br \/>\n\\[\\begin{pmatrix}<br \/>\na_{11} &#038; \\cdots &#038; a_{1n} \\\\<br \/>\n\\vdots &#038; \\ddots &#038; \\vdots \\\\<br \/>\na_{m1} &#038; \\cdots &#038; a_{mn}<br \/>\n\\end{pmatrix}<br \/>\n\\begin{pmatrix} \\lambda v_1 \\\\ \\vdots \\\\ \\lambda  v_n \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 0 \\\\ \\vdots \\\\ 0 \\end{pmatrix},\\]<br \/>\nthat is<br \/>\n\\[\\mathbf{v} + \\mathbf{w} \\in V ,\\,\\, \\lambda \\mathbf{v} \\in V.\\]<br \/>\nHence \\(V\\) is a subspace of \\(F^n.\\)<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.13<\/span><br \/>\nExpress the following linear system as a single matrix equation and as a single vector equation.<br \/>\n\\[ \\begin{align}<br \/>\n2x_1 &#8211; 4x_2 &#038;=7 \\\\[7pt]<br \/>\n5x_1 + 9x_2 &#038;=4<br \/>\n\\end{align}\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[<br \/>\n\\left(\\begin{array}{cr} 2 &#038; -4 \\\\ 5 &#038; 9 \\end{array}\\right)<br \/>\n\\begin{pmatrix} x_1 \\\\ x_2 \\end{pmatrix} =<br \/>\n\\begin{pmatrix} 7 \\\\ 4 \\end{pmatrix}.<br \/>\n\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.14<\/span><br \/>\nWithout explicitly solving, show that the system above has a unique solution.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSince<br \/>\n\\[\\det \\left( \\begin{array}{cr} 2 &#038; -4 \\\\ 5 &#038; 9 \\end{array}\\right) = 38 \\ne 0,\\]<br \/>\nby Problem 7, given matrix is invertible.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.15<\/span><br \/>\nWithout explicitly solving, show that the system<br \/>\n\\[\\begin{align}<br \/>\n2x_1 + x_2 &#038;= y_1 \\\\[7pt]<br \/>\n-x_1 + 2x_2 &#038;= y_2<br \/>\n\\end{align}\\]<br \/>\nhas a unique solution for all \\(y_1 ,\\, y_2 \\in \\mathbb{R}.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\det\\left(\\begin{array}{rc} 2 &#038; 1 \\\\ -1 &#038; 2 \\end{array}\\right) =5 \\ne 0.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.16<\/span><br \/>\nFind the rank of the matrix<br \/>\n\\[A = \\begin{pmatrix} 1&#038;2&#038;1 \\\\ 2&#038;0&#038;2 \\\\ 0&#038;0&#038;1 \\end{pmatrix}.\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nBegin with the given matrix.<br \/>\n\\[\\begin{pmatrix} 1&#038;2&#038;1 \\\\ 2&#038;0&#038;2 \\\\ 0&#038;0&#038;1 \\end{pmatrix}\\]<br \/>\nTake \\(R_2 \\,\\leftarrow\\, R_2 \\times \\frac{1}{2},\\) then we obtain<br \/>\n\\[\\begin{pmatrix} 1&#038;2&#038;1 \\\\ 1&#038;0&#038;1 \\\\ 0&#038;0&#038;1 \\end{pmatrix}.\\]<br \/>\nTake \\(R_2 \\,\\leftarrow\\,R_2 &#8211; R_3,\\) then we obtain<br \/>\n\\[\\begin{pmatrix} 1&#038;2&#038;1 \\\\ 1&#038;0&#038;0 \\\\ 0&#038;0&#038;1 \\end{pmatrix}.\\]<br \/>\nTake \\(R_1 \\,\\leftarrow\\, R_1 &#8211; R_2 &#8211; R_3,\\) then we obtain<br \/>\n\\[\\begin{pmatrix} 0&#038;2&#038;0 \\\\ 1&#038;0&#038;0 \\\\ 0&#038;0&#038;1 \\end{pmatrix}.\\]<br \/>\nTake \\(R_1 \\,\\leftrightarrow\\, R_2,\\) then we obtain<br \/>\n\\[\\begin{pmatrix} 1&#038;0&#038;0 \\\\ 0&#038;2&#038;0 \\\\ 0&#038;0&#038;1 \\end{pmatrix}.\\]<br \/>\nTake \\(R_2 \\,\\leftarrow\\, R_2 \\times\\frac{1}{2},\\) then we obtain<br \/>\n\\[\\begin{pmatrix} 1&#038;0&#038;0 \\\\ 0&#038;1&#038;0 \\\\ 0&#038;0&#038;1 \\end{pmatrix} ,\\]<br \/>\nwhich equals \\(I_3.\\)<br \/>\nTherefore \\(A\\) is invertible, and \\(\\operatorname{rk}(A) = 3.\\)<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.17<\/span><br \/>\nLet \\(A\\) be a \\(4\\times 7\\) matrix (over any field) with at least one nonzero entry. What are the possible values for the rank of \\(A?\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\(1\\le \\operatorname{rk}(A) \\le 4.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.18<\/span><br \/>\nUsing Gauss-Jordan elimination, solve the system given in Problem 13.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\begin{align}<br \/>\n\\left(\\begin{array}{cr|c} 2 &#038; -4 &#038; 7 \\\\ 5 &#038; 9 &#038; 4 \\end{array}\\right)<br \/>\n\\,&#038;\\rightarrow\\,<br \/>\n\\left(\\begin{array}{cr|r} 2 &#038; -4 &#038; 7\\,\\, \\\\ 0 &#038; 19 &#038; -\\frac{27}{2} \\end{array}\\right) \\\\[7pt]<br \/>\n&#038;\\rightarrow\\,<br \/>\n\\left(\\begin{array}{cc|r} 2 &#038; 0 &#038; \\frac{79}{19} \\\\ 0 &#038; 19 &#038; -\\frac{27}{2} \\end{array}\\right) \\\\[7pt]<br \/>\n&#038;\\rightarrow\\,<br \/>\n\\left(\\begin{array}{cc|r} 1 &#038; 0 &#038; \\frac{79}{38} \\\\ 0 &#038; 19 &#038; -\\frac{27}{2} \\end{array}\\right) .<br \/>\n\\end{align}\\]<br \/>\nTherefore<br \/>\n\\[x_1 = \\frac{79}{38} ,\\,\\,\\, x_2 = &#8211; \\frac{27}{38}.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.19<\/span><br \/>\nSuppose that we are solving a \\(2\\times 3\\) homogeneous linear system \\(A\\mathbf{x} = \\mathbf{0}\\) by Gauss-Jordan elimination and reach the following augmented matrix in reduced row-echelon form:<br \/>\n\\[<br \/>\n\\left(<br \/>\n\\begin{array}{ccr|c}<br \/>\n1&#038;0&#038;-5&#038;0 \\\\ 0&#038;1&#038;4&#038;0<br \/>\n\\end{array}<br \/>\n\\right).<br \/>\n\\]<br \/>\nWhat is the general solution to the original system? What is the dimension of the solution space?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nLet<br \/>\n\\[A = \\left(\\begin{array}{ccr} 1 &#038; 0 &#038; -5 \\\\ 0 &#038; 1 &#038; 4 \\end{array}\\right).\\]<br \/>\nThen \\(A\\mathbf{x} = \\mathbf{0}\\) if and only if \\(\\mathbf{x}\\in \\operatorname{Ker}(T_A).\\) From a simple calculations we obtain \\((5,\\,-4,\\,1)\\) belongs to the kernel. Therefore all the solutions for the given system have the form \\(\\mathbf{x} = t(5,\\,-4,\\,1)\\) where \\(t\\in \\mathbb{R}.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.20<\/span><br \/>\nSuppose that we are solving a \\(3\\times 4\\) linear system \\(A\\mathbf{x}=\\mathbf{y}\\) by Gauss-Jordan elimination and reach the following augmented matrix in reduced row-echelon form:<br \/>\n\\[<br \/>\n\\left(<br \/>\n\\begin{array}{cccc|c}<br \/>\n1&#038;2&#038;0&#038;1&#038;5 \\\\<br \/>\n0&#038;0&#038;1&#038;4&#038;2 \\\\<br \/>\n0&#038;0&#038;0&#038;0&#038;4<br \/>\n\\end{array}<br \/>\n\\right).<br \/>\n\\]<br \/>\nWhat can one say about solutions to the original system?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nThere are no solutions.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.21<\/span><br \/>\nFind all solutions to the following system by Gauss-Jordan elimination:<br \/>\n\\[\\begin{align} x_1 + x_2 &#8211; x_3 &#038;=0 \\\\[7pt] x_1 + 2x_2 +4x_3 &#038;=0 \\end{align}\\]<br \/>\nWhat is the dimension of the solution space?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\begin{align}<br \/>\n&#038; \\left(\\begin{array}{ccr|c} 1 &#038; 1 &#038; -1 &#038; 0 \\\\ 1 &#038; 2 &#038; 4 &#038; 0 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{ccr|c} 1 &#038; 1 &#038; -1 &#038; 0 \\\\ 0 &#038; 1 &#038; 5 &#038; 0 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{ccr|c} 1 &#038; 0 &#038; -6 &#038; 0 \\\\ 0 &#038; 1 &#038; 5 &#038; 0 \\end{array}\\right) .<br \/>\n\\end{align}\\]<br \/>\nHence the solutions is \\(\\mathbf{x} = t(6,\\,-5,\\,1)\\) where \\(t\\in\\mathbb{R}.\\) The dimension of the solution space is \\(1.\\)\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.22<\/span><br \/>\nDoes every linear system for which there are more variables than equations have a solution? If not, what additional condition is needed?\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nNo. The rank of augmented matrix has to equal to the rank of coefficient matrix.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.23<\/span><br \/>\nSummarize in your own words why reduced row-echelon form is an effective device for solving linear systems of equation.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nFirst, it is easy to determine whether the system has any solutions or not; Second, it is easy to find the unknowns step by step.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.24<\/span><br \/>\nFactor the following matrix into the product of a lower triangular and an upper triangular triangular matrices:<br \/>\n\\[A=\\begin{pmatrix} 2&#038;5 \\\\ 1&#038;2 \\end{pmatrix}.\\]\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nSuppose<br \/>\n\\[<br \/>\n\\begin{pmatrix} a &#038; 0 \\\\ b &#038; c \\end{pmatrix}<br \/>\n\\begin{pmatrix} x &#038; y \\\\ 0 &#038; z \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 2 &#038; 5 \\\\ 1 &#038; 2 \\end{pmatrix}.<br \/>\n\\]<br \/>\nThere are \\(6\\) unknowns while the number of equations is \\(2.\\) Therefore some of the unknowns can be taken arbitrarily. Taking \\(a=1\\) and \\(x=2,\\) we obtain<br \/>\n\\[\\begin{pmatrix} 2 &#038; y \\\\ 2b &#038; by+cz \\end{pmatrix} = \\begin{pmatrix} 2 &#038; 5 \\\\ 1 &#038; 2 \\end{pmatrix}.\\]<br \/>\nIn this equation, we inevitably have \\(y=5\\) and \\(b = \\frac{1}{2},\\) and we obtain<br \/>\n\\[\\begin{pmatrix} 2 &#038; 5 \\\\ 1 &#038; \\frac{5}{2}+cz \\end{pmatrix} = \\begin{pmatrix} 2 &#038; 5 \\\\ 1 &#038; 2 \\end{pmatrix}.\\]<br \/>\nTaking \\(c=\\frac{1}{2},\\) we have \\(z=-1.\\) Therefore \\(A\\) can be factored as follows:<br \/>\n\\[<br \/>\n\\begin{pmatrix} 1 &#038; 0 \\\\ \\frac{1}{2} &#038; \\frac{1}{2} \\end{pmatrix}<br \/>\n\\left(\\begin{array}{cr} 2 &#038; 5 \\\\ 0 &#038; -1 \\end{array}\\right)<br \/>\n=<br \/>\n\\begin{pmatrix} 2 &#038; 5 \\\\ 1 &#038; 2 \\end{pmatrix}.<br \/>\n\\]<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.25<\/span><br \/>\nGiven the matrix factorization<br \/>\n\\[<br \/>\n\\begin{pmatrix} 1&#038;1&#038;1 \\\\ 2&#038;4&#038;8 \\\\ 1&#038;5&#038;11 \\end{pmatrix}<br \/>\n=<br \/>\n\\begin{pmatrix} 1&#038;0&#038;0 \\\\ 2&#038;1&#038;0 \\\\ 1&#038;2&#038;1 \\end{pmatrix}<br \/>\n\\begin{pmatrix} 1&#038;1&#038;2 \\\\ 0&#038;2&#038;4 \\\\ 0&#038;0&#038;1 \\end{pmatrix}<br \/>\n\\]<br \/>\nsolve the linear system<br \/>\n\\[\\begin{align}<br \/>\nx_1 + x_2 + 2x_3 &#038;= 11 \\\\[7pt]<br \/>\n2x_1 + 4x_2 + 8x_3 &#038;= 30 \\\\[7pt]<br \/>\nx_1 + 5x_2 + 11x_3 &#038;= 28<br \/>\n\\end{align}\\]<br \/>\nby the method of \\(LU\\) decomposition.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nExpress the given matrix factorization as \\(A = LU\\) respectively, and let<br \/>\n\\[\\begin{align}<br \/>\n\\mathbf{x} &#038;= (x_1 ,\\,x_2 ,\\,x_3 ), \\\\[7pt]<br \/>\n\\mathbf{y} &#038;= (11 ,\\,30 ,\\,28 ), \\\\[7pt]<br \/>\n\\mathbf{z} &#038;= (z_1 ,\\,z_2 ,\\,z_3 ).<br \/>\n\\end{align}\\]<br \/>\nFrom the equation \\(L\\mathbf{z} = \\mathbf{y}\\) we have<br \/>\n\\[\\mathbf{z} = (11,\\,8,\\,1).\\]<br \/>\nNext, solving the equation \\(U \\mathbf{x} = \\mathbf{z}\\) we have<br \/>\n\\[\\mathbf{x} = (7,\\,2,\\,1).\\]<br \/>\nTherefore the solution is<br \/>\n\\[x_1 = 7,\\,\\, x_2 =2 ,\\,\\, x_3 = 1.\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.26<\/span><br \/>\nSummarize in your own words why \\(LU\\) decomposition in an effective device for solving linear systems of equations.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nThere exists straightforward obvious algorithm to find the solutions.\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.27<\/span><br \/>\nUse the technique of finding solutions of multiple systems to derive the general formula for the inversion of \\(2\\times 2\\) matrices.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\nAssume that \\(ad-bc \\ne 0.\\)<br \/>\n\\[\\begin{align}<br \/>\n&#038; \\left(\\begin{array}{cc|cc} a &#038; b &#038; 1 &#038; 0 \\\\ c &#038; d &#038; 0 &#038; 1 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{cc|cc} ac &#038; bc &#038; c &#038; 0 \\\\ ac &#038; ad &#038; 0 &#038; a \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{cc|rc} ac &#038; bc &#038; c &#038; 0 \\\\ 0 &#038; ad-bc &#038; -c &#038; a \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{cc|cc} ac &#038; bc &#038; c &#038; 0 \\\\ 0 &#038; 1 &#038; \\frac{-c}{ad-bc} &#038; \\frac{a}{ad-bc} \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{cc|cc} ac &#038; 0 &#038; \\frac{acd}{ad-bc} &#038; \\frac{-abc}{ad-bc} \\\\ 0 &#038; 1 &#038; \\frac{-c}{ad-bc} &#038; \\frac{a}{ad-bc} \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow \\,<br \/>\n&#038; \\left(\\begin{array}{cc|cc} 1 &#038; 0 &#038; \\frac{d}{ad-bc} &#038; \\frac{-b}{ad-bc} \\\\ 0 &#038; 1 &#038; \\frac{-c}{ad-bc} &#038; \\frac{a}{ad-bc} \\end{array}\\right) .<br \/>\n\\end{align}\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.28<\/span><br \/>\nUsing the technique of finding solutions of multiple systems, invert the following carefully contrived matrix:<br \/>\n\\[A = \\begin{pmatrix} 1&#038;2&#038;2 \\\\ 2&#038;4&#038;3 \\\\ 3&#038;5&#038;4 \\end{pmatrix}.\\]<br \/>\nThis should go rather smoothly.\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[\\begin{align}<br \/>\n&#038;\\left(\\begin{array}{ccc|ccc} 1 &#038; 2 &#038; 2 &#038; 1 &#038; 0 &#038; 0 \\\\ 2 &#038; 4 &#038; 3 &#038; 0 &#038; 1 &#038; 0 \\\\ 3 &#038; 5 &#038; 4 &#038; 0 &#038; 0 &#038; 1 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow\\,<br \/>\n&#038;\\left(\\begin{array}{crr|rcc} 1 &#038; 2 &#038; 2 &#038; 1 &#038; 0 &#038; 0 \\\\ 0 &#038; 0 &#038; -1 &#038; -2 &#038; 1 &#038; 0 \\\\ 0 &#038; -1 &#038; -2 &#038; -3 &#038; 0 &#038; 0 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow\\,<br \/>\n&#038;\\left(\\begin{array}{crr|rrc} 1 &#038; 2 &#038; 0 &#038; -3 &#038; 2 &#038; 0 \\\\ 0 &#038; 0 &#038; -1 &#038; -2 &#038; 1 &#038; 0 \\\\ 0 &#038; -1 &#038; 0 &#038; 1 &#038; -2 &#038; 0 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow\\,<br \/>\n&#038;\\left(\\begin{array}{ccc|rrc} 1 &#038; 0 &#038; 0 &#038; -1 &#038; -2 &#038; 0 \\\\ 0 &#038; 0 &#038; 1 &#038; 2 &#038; -1 &#038; 0 \\\\ 0 &#038; 1 &#038; 0 &#038; -1 &#038; 2 &#038; 0 \\end{array}\\right) \\\\[7pt]<br \/>\n\\rightarrow\\,<br \/>\n&#038;\\left(\\begin{array}{ccc|rrc} 1 &#038; 0 &#038; 0 &#038; -1 &#038; 02 &#038; 0 \\\\ 0 &#038; 1 &#038; 0 &#038; -1 &#038; 2 &#038; 0 \\\\ 0 &#038; 0 &#038; 1 &#038; 2 &#038; -1 &#038; 0 \\end{array}\\right) .<br \/>\n\\end{align}\\]\n<\/p>\n<\/div>\n<p><!-- ########## ########## ########## --><\/p>\n<p class=\"problem\"><span class=\"definition\">Problem 5.29<\/span><br \/>\nTo the sound of the rain and the chamber music of Claude Debussy, the author reaches for his calculator, an old but serviceable hp-11C. Punching the random number key nine times and recording the first digit to the right of the decimal point, he produces the following matrix:<br \/>\n\\[A = \\begin{pmatrix} 9&#038;2&#038;0 \\\\ 2&#038;4&#038;3 \\\\ 8&#038;6&#038;1 \\end{pmatrix}.\\]<br \/>\nHe ponders; he frowns; he leaves it to the student to find \\(A^{-1}.\\)\n<\/p>\n<div class=\"solution\">\n<p><span class=\"proof\">Solution.<\/span><br \/>\n\\[A^{-1} = \\frac{1}{82}<br \/>\n\\left(\\begin{array}{rrr}<br \/>\n14 &#038; 2 &#038; -6 \\\\ -22 &#038; 9 &#038; 27 \\\\ 20 &#038; 38 &#038; -32<br \/>\n\\end{array}\\right).\\]\n<\/p>\n<\/div>\n<p><!--\n<!-- ########## ########## ########## --\n\n\n<p class=\"problem\"><span class=\"definition\">Problem 5.<\/span><br \/>\nQ\n<\/p>\n\n\n\n\n\n<div class=\"solution\">\n\n\n<p><span class=\"proof\">Solution.<\/span>\n(To be filled.)\n<\/p>\n\n\n<\/div>\n\n\n--><\/p>\n<p><!--\n\\[\n\\left(\n\\begin{array}{cccr|c}\n1 & 0 & 3 & -1 & 0 \\\\\n\\hline\n0 & 1 & 1 & -1 & 0 \\\\\n0 & 0 & 0 & 0 & 0 \\\\\n\\end{array}\n\\right)\n\\]\n--><\/p>\n<p><!-- --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This set of exercises is retrieved from the fifth chapter of Linear Algebra by Robert J. Valenza. Note that these solutions are not fully elaborated; You have to fill the descriptions by yourself. Problem 5.1 Solve the following matrix equation for \\(x,\\) \\(y,\\) \\(z\\) and \\(w.\\) \\( \\begin{pmatrix} 1&#038;2 \\\\ 0&#038;1 \\end{pmatrix} \\begin{pmatrix} x&#038;y \\\\ z&#038;w \\end{pmatrix} = \\begin{pmatrix} 10&#038;2 \\\\ 4&#038;2 \\end{pmatrix} \\)&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[57],"tags":[402,400,414,411],"class_list":["post-5177","post","type-post","status-publish","format-standard","hentry","category-linear-algebra","tag-exercises","tag-linear-algebra","tag-matrix","tag-vector-space"],"_links":{"self":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/comments?post=5177"}],"version-history":[{"count":88,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5177\/revisions"}],"predecessor-version":[{"id":6513,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/posts\/5177\/revisions\/6513"}],"wp:attachment":[{"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/media?parent=5177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/categories?post=5177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sasamath.com\/blog\/wp-json\/wp\/v2\/tags?post=5177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}