Advertisement
MatsGranvik

Matriser 1

Sep 19th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (*kapitel 1 Exempel 1.1*)
  2. Clear[x1, x2, x3]
  3. x3 = (x3 /. Solve[3*x3 == 6, x3])[[1]]
  4. x2 = (x2 /. Solve[x2 + x3 == 3, x2])[[1]]
  5. x1 = (x1 /. Solve[2*x1 + x2 - x3 == 5, x1])[[1]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement