mammothrob
Junior Member
- Joined
- Nov 12, 2005
- Messages
- 91
soooo... I have these four equations and need to solve for four unknowns.
So I built a 4x5 matrix for it. Im useing (r1234) to denote the rows and bold font to seperate decemal numbers where they might look similar.
My ultimate goal here is to get this in reduced row ech. form
1 0 1 3 -1
2 1 0 6 3
0-1 2 0 -5
1-3 7 3 -16
-r1 + r3 = new r3
1 0 1 3 -1
2 1 0 6 3
0-3 6 0 -15
1-3 7 3 -16
r2 + r4 = new r4
1 0 1 3 -1
2 1 0 6 3
0-3 6 0 -15
2 0 2 6 -2
-(1/3)*r3
1 0 1 3-1
2 1 0 6 3
0 1-2 0-5
2 0 2 6-2
(1/2)*r4
1 0 1 3-1
2 1 0 6 3
0 1-2 0-5
1 0 1 3-1
moving r3 and r4 up
1 0 1 3-1
1 0 1 3-1
0 1-2 0-5
2 1 0 6 3
.5 * r4
1 0 1 3-1
1 0 1 3-1
0 1-2 0-5
1.5 0 31.5
this is where im starting to get lost. I have tried different routes to get
here but keep ending up with just an augmented matrix. My guess so far is that this may have infinite solutions but can get close to the reduced form that I want.
Rob
So I built a 4x5 matrix for it. Im useing (r1234) to denote the rows and bold font to seperate decemal numbers where they might look similar.
My ultimate goal here is to get this in reduced row ech. form
1 0 1 3 -1
2 1 0 6 3
0-1 2 0 -5
1-3 7 3 -16
-r1 + r3 = new r3
1 0 1 3 -1
2 1 0 6 3
0-3 6 0 -15
1-3 7 3 -16
r2 + r4 = new r4
1 0 1 3 -1
2 1 0 6 3
0-3 6 0 -15
2 0 2 6 -2
-(1/3)*r3
1 0 1 3-1
2 1 0 6 3
0 1-2 0-5
2 0 2 6-2
(1/2)*r4
1 0 1 3-1
2 1 0 6 3
0 1-2 0-5
1 0 1 3-1
moving r3 and r4 up
1 0 1 3-1
1 0 1 3-1
0 1-2 0-5
2 1 0 6 3
.5 * r4
1 0 1 3-1
1 0 1 3-1
0 1-2 0-5
1.5 0 31.5
this is where im starting to get lost. I have tried different routes to get
here but keep ending up with just an augmented matrix. My guess so far is that this may have infinite solutions but can get close to the reduced form that I want.
Rob