Guest User

Untitled

a guest
Sep 30th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. I1 = {{1,0},{1,-1}}
  2.  
  3. Acl = {{A , -B*K},{C*L, A-B*K-C*L}}
  4.  
  5. I1.Acl
  6.  
  7. {{1, 0}, {1, -1}}.{{a, -b k}, {c l, a - b k - c l}}
  8.  
  9. MatrixForm[{{1, 0}, {1, -1}}].{{a, -b k}, {c l, a - b k - c l}}
  10.  
  11. MatrixForm[{{1, 0}, {1, -1}}][[1]].{{a, -b k}, {c l, a - b k - c l}}
Add Comment
Please, Sign In to add comment