Chapter 16: Problem 385
Construct a flow-chart for inversion of a matrix using the Gauss-Jordan method.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 16: Problem 385
Construct a flow-chart for inversion of a matrix using the Gauss-Jordan method.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Solve numerically for \(\mathrm{x}_{1}, \mathrm{x}_{2}\) and \(\mathrm{x}_{3}\) when $$ \begin{aligned} &554.11 \mathrm{x}_{1}-281.91 \mathrm{x}_{2}-34.240 \mathrm{x}_{3}=273.02 \\ &-281.91 \mathrm{x}_{1}+226.81 \mathrm{x}_{2}+38.100 \mathrm{x}_{3}=-63.965 \\\ &-34.240 \mathrm{x}_{1},+38.100 \mathrm{x}_{2}+80.221 \mathrm{x}_{3}=34.717 \end{aligned} $$
Let $$ \mathrm{A}=\begin{array}{rrr} 14 & 1 & 2 \\ 2 & 4 & -3 \mid \\ 3 & 1 & 3 \end{array} $$ Find the dominant root of A from the limiting form of a high power of the matrix.
Use the Crout method to solve the system $$ \begin{aligned} 2 \mathrm{x}_{1}-\mathrm{x}_{2} &=6 \\ -\mathrm{x}_{1}+3 \mathrm{x}_{2}-2 \mathrm{x}_{3} &=1 \\ -2 \mathrm{x}_{2}+4 \mathrm{x}_{3}-3 \mathrm{x}_{4} &=-2 \\ -3 \mathrm{x}_{3}+5 \mathrm{x}_{4} &=1 \end{aligned} $$
Eigensystems arise in the physical sciences when we study vibrations. In such systems the eigenvector corresponding to the smallest eigenvalue will have elements that are all of the same sign. Using this information, estimate the smallest eigenvalue of the following matrix by means of the Rayleigh quotient: $$ \mathrm{A}=\mid \begin{array}{rrr} 1.7 & -1 & 0 \\ -1 & 2 & -1 \\ 0 & -1 & 2 \end{array} $$
Use a partial pivoting strategy to solve the system $$ \begin{aligned} &(0.100) 10^{-3} \mathrm{x}_{1}+(0.100) 10^{1} \mathrm{x}_{2}=(0.200) 10^{1} \\\ &(0.100) 10^{1} \mathrm{x}_{1}+(0.100) 10^{1} \mathrm{x}_{2}=(0.300) 10^{1} \end{aligned} $$ Is the answer markedly superior to merely using Gauss elimination?
What do you think about this solution?
We value your feedback to improve our textbook solutions.