document.write( "Question 870839: Could you please help me to understand this q step by step?
\n" );
document.write( "find the x value of the 2x2 matrix that make the determinant zero?
\n" );
document.write( "( Linear Algebra Q)\r
\n" );
document.write( "\n" );
document.write( "x-1 -2
\n" );
document.write( "x-2 x-1 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "also i'm unable to understand how to sketch a digraph? of matrices
\n" );
document.write( "its so confusing \r
\n" );
document.write( "\n" );
document.write( "1)
\n" );
document.write( "0 1 1 0
\n" );
document.write( "0 0 1 1
\n" );
document.write( "0 0 0 1
\n" );
document.write( "1 0 0 0 \r
\n" );
document.write( "\n" );
document.write( "2)
\n" );
document.write( "0 1 1 0
\n" );
document.write( "1 0 1 0
\n" );
document.write( "1 1 0 0 \r
\n" );
document.write( "\n" );
document.write( "3)
\n" );
document.write( "0 1 0 1 0
\n" );
document.write( "1 0 1 0 0
\n" );
document.write( "0 1 0 1 0
\n" );
document.write( "1 0 0 0 0
\n" );
document.write( "1 1 1 1 0\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "please help me through simipifying the answers so that i'd understand
\n" );
document.write( "im using Linear algebra with application 5th edition by gareth williams
\n" );
document.write( "the text book doesnt show any other examples of how to sketch.
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #525209 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) the determinant of a two by two matrix is (ad - bc) \n" ); document.write( "we have (x-1)^2 - (-2)(x-2) = x^2 -2x +1 +2x -4 = x^2 -3 \n" ); document.write( "we want the determinant to be 0, so x^2 -3 = 0 and x = square root (3) \n" ); document.write( "b) these are adjacency matrices for diagraphs, to do a diagraph number the vertices of an adjacencey matrix from 1 to n. Each element Aij is 1 if there is an arc from vertex i to j and Aij = 0 if there is no arc from i to j. \n" ); document.write( "With this info, you should be able to do the diagraph's for these adjacencey matrices. \n" ); document.write( " \n" ); document.write( " |