document.write( "Question 1112512: Q.Use Gauss – Seidel Method to solve 10x + 2y + z = 9, 2x + 20y − 2z =
\n" );
document.write( "−44, −2x + 3y + 10z = 22 \n" );
document.write( "
Algebra.Com's Answer #727567 by ikleyn(52925) You can put this solution on YOUR website! . \n" ); document.write( "Gauss - Seidel is an iterative method of solving linear systems of equations . . . (as everybody knows it . . . )\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I solved such problems hundreds, thousands and tens of thousands times in my life.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But I did it using computers and computer software.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Tens and hundreds of times in my life I wrote my own computer codes for it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thousand times I used the industrial codes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But no one single time I did it manually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And I think that no one person in healthy mind will do it manually.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, my advise is: go to GOOGLE and try to find in the Internet \"Gauss-Seidel online solver\" free of charge.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then input there your system, press the \"SOLVE\" button and see/look for your results.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When you complete your exercises, do not forget to send your \"Thanks\" to me for my invaluable advises.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |