Solve the following systems of differential equations by eli
     Solve the following systems of differential equations by elimination and Laplace transform methods: {y + x\' = 0 x(0) = y(0) = 2 y\'-2x-2y = 0 {x\' = y - z, y\' = y + x, x(0) = 2, y(0) = 3, z(0) = 4 z\' = x + z  
  
  Solution
B.SX1(S)-X1(0)=X1(S)-1/S
SY1(S)-Y1(0)=Y1(S)-1/S2
SZ1(S)-Z1(0)=Z1(S)-1/S3
now plug in the initial conditions and siple things a list
x1(s)=3/s-4solving of x1(s)
y1(s)=3s+2/s
z1(s)=2s+4/s

