#What did they make to the matrix here?
83 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
look up Cramer's Rule
yeah tbh now i regret not saying i understand what they did
which is a cofator matrix
but i dont know how they did it so fast
Well do you know what a cofactor is?
i do
the cofactor matrix is the matrix of cofactors
ie $C=[C_{ij}]$, where $C_{ij}$ is the $(i,j)$ cofactor
Omegabet_
yeah but making one doesnt mean going through all those calculations for each element
im not against hard work
its just that its odd, considering this is for a multiple choice question
heres the question albeit in pt
well the question looks like it's to find a solution/part of a solution to some Ax=b
they want me to find the element of the inverse matrix in A23
so then yeah, you're just computing 1 cofactor
Oh really?
yeah
uh then i divide that value by the det value?
$A^{-1}=\frac{1}{\det(A)}\text{adj}(A)$, where the adjugate is the transpose of the cofactor matrix
Omegabet_
that makes a lot of sense then, and plus, to solve the cofactor of this element in a order 4 matrix
do i just do it like the LaPlace Theorem?
add up the values that is
Laplace expansion computes determinants, so yes you'll need that or some other formula for the determinant
oh alright
ill try doing this, if it goes right ill thank you here and close this then
but like, computing det(A) is trivial since A is (upper) triangular
so the only possibly hard part is finding the correct cofactor
apparently it really does look easy but i aint figuring it out
i did try to do the cofactor of the said value and divide by the inverse
but it gives me 0
wait
$C_{3,2}=(-1)^{3+2}\begin{vmatrix}1&1&-1\0&2&2\0&0&2\end{vmatrix}$
something like that
Omegabet_
cause you remove the 3rd row and 2nd column, then compute that minor's determinant
my problem is that this solution is going in a whole different direction
they have a whole different matrix on the cramer equation
we re probably doing this wrong
WAIT
oh my god, im so sorry man
i was looking at the wrong solution
sounds about right lol
cause yeah, that solution is very much for something related to Cramer's
ill try doing this again then
Still aint right
supposedly the answer is -1
maybe since we re lookin for the value in the inverted matrix we first adjoint the cofator matrix?
as in , look for A 32 instead of A 23
well yeah
like I said, adj(A) is the transpose of the cofactor matrix
so the (2,3) entry is C_(32)/|A|
yup that did it
so basically to make sure i got that right
i got the cofator matrix for 2,3
adjointed it
and then went for 3,2 instead
thats how you get that right
the right answer is -1 though
and since the determination is 4 since its a triangular matrix and you just multiply the elements of the diagonal
wait sorry, but how do you solve the cofator
as in, that cofator with the 3 entries
the only way i solved it was to do the laplace theorem in C32
just compute it
$C_{ij}:=(-1)^{i+j}\det(\hat{A}{ij})$, where as usual $\hat{A}{ij}$ is the minor gotten from deleting the $i$th row and $j$th column
Omegabet_