MHB Construct 3 Augmented Matrices for Linear Systems

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\tiny{311.1.1.26}$
Construct 3 augmented matrices for linear systems whose solution set is $x_1=3, \quad x_2=-2, \quad x_3=-1$
ok the only thing I could think of is just rearrange the rows of an RREF matrix. albeit losing the triangle format
hopefully no typos
$\left[\begin{array}{rrr|rr}
1& 0& 0& 3\\ 0& 1& 0& -2\\ 0& 0& 1& -1\\
\end{array}\right]
\quad
\left[\begin{array}{rrr|rr}
0& 1& 0& -2\\ 1& 0& 0& 3\\ 0& 0& 1& -1\\
\end{array}\right]
\quad
\left[\begin{array}{rrr|rr}
0& 1& 0& -2\\0& 0& 1& -1\\ 1& 0& 0& 3\\
\end{array}\right]
$
 
Physics news on Phys.org
If the problem only asks for "3 augmented matrices for linear systems whose solution set is $x_1=3$, $x_2=−2$, $x_3=−1$" then that is perfectly good. Your teacher might complain that you are not being creative enough but that is the fault of the question! You can get other matrices by "row operations" on those matrices, basically the reverse of using row operations to solve matrix equations.

For example, adding 3 times the second row of the first of your three matrices to the first row gives
$\left[\begin{array}{rrr|rr}
1& 3& 0& -3\\ 0& 1& 0& -2\\ 0& 0& 1& -1\\
\end{array}\right]
$
 
ok that helps a lot i will try to get back to this tmro
btw you have really helped me a lot in this forum, and deeply appreciate it
I'm retired so pretty much on my own except for the zoom classes
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...

Similar threads

Replies
4
Views
2K
Replies
2
Views
983
Replies
7
Views
2K
Replies
3
Views
1K
Replies
9
Views
1K
Replies
14
Views
2K
Back
Top