- #1
bcjochim07
- 374
- 0
System of 3 Linear DEs in three variables--elimination
Solve the given system of linear DEs by systematic elimination.
Dx = y
Dy = z
Dz = x
What I wanted to do is solve this like you would any other system of three eqns, so I wrote:
Dx - y + 0z = 0
0x +Dy - z = 0
-x +0y +Dz = 0
and then I attempted to take two of the equations and eliminate one variable and take another two and eliminate the same variable and then combine those two. But this doesn't work because in each equation only two of the variables are present. Any pointers would be greatly appreciated. Thanks.
Homework Statement
Solve the given system of linear DEs by systematic elimination.
Dx = y
Dy = z
Dz = x
What I wanted to do is solve this like you would any other system of three eqns, so I wrote:
Dx - y + 0z = 0
0x +Dy - z = 0
-x +0y +Dz = 0
and then I attempted to take two of the equations and eliminate one variable and take another two and eliminate the same variable and then combine those two. But this doesn't work because in each equation only two of the variables are present. Any pointers would be greatly appreciated. Thanks.