Linear Algebra Conditions
imgur.com/a/xIydC The answers is b) ab≠1, but I have no clue how to get to that answer... Can someone help me? :D
asked 2017-02-15 12:30:02 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
imgur.com/a/xIydC The answers is b) ab≠1, but I have no clue how to get to that answer... Can someone help me? :D
The system of equations
x+by=-1
2ax+2y=5
is equivalent to the matrix-vector equation Ax=b, where A = matrix(2,1,(1,b,2a,2)), x = (x,y) and b = (-1,5). This equation has a unique solution exactly when det(A) is non-zero.
Now, det(A) = 2-2ab, which is nonzero precisely when ab != 1.
http://domyhomeworkfor.me/ told me this can easily be done with determinants. If a square matrix's determinant does not equal zero, then that square matrix will have an inverse hence having a unique solution. Since this is a 2x2 matrix, just compute the determinant with the condition that it cannot equal zero: (1)(2)-(2ab) =/= 0 2 =/= 2ab 1=/= ab
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-02-15 12:30:02 +0100
Seen: 821 times
Last updated: Feb 23 '17
This looks like homework. Could you please tell us how it is related to Sage, and what were your attempts in solving this ?