#I am beginner in matrix
69 messages · Page 1 of 1 (latest)
@placid widget are we to understand you've made zero progress so far?
I only know how to add in , minus and multiple
I only know Determinant for some part
do you know how to find the determinant of a 2×2 matrix in general?
Yes
right, then you are able to do this problem, even though it will be kind of laborious to calculate A*A*A*B*B and A*A*B*B*B
I was planned to do that , but it will lost a lot of time tbh
however, if you know that the determinant is multiplicative (namely that det(XY) = det(X) * det(Y) for any two matrices X and Y of the same size), then you can cut down on the amount of work
$A^3 B^2 + 4A^2 B^3$ can be factored as $A^2(AB^2 + 4B^3)$ and further as $A^2 (A+4B) B^2$
Ann
so you in fact only need to know the determinants of A, B and (A+4B)
det(XY) = det(X) * det(Y) for any two matrices X and Y of the same size
you should be able to deduce from this that the answer is yes, det(A^2) = det(A)^2
Alright this will make a lot easier then
Alright that is the correct answer , now I am stuck at 3x3 matrix
Thank you for first question btw ^^
Now I want to find det of 3x3
Thank you if you are staying with me and help me solve some questions about Matrix , I was very much not understand a lot on the subject
Actually nvm I will use sarrus method
sorry, i had to disappear for a moment.
finding det(A) and det(B) and multiplying them seems like it will use about the same amount of effort as first finding AB and then calculating its det
so it does not really matter which path you take here
is this done?
what's it to you
ask OP if they want any more help lmao
thats why i asked
Alright I encounter another homework
oh
thats gonna be a pain
||rows 1 and 3 look pretty similar. we can use that to our advantage, i think||
oh thought it was a skew matrix for some reason
gotta do some row-operation nonsense on this one i think
@placid widget what if we do like r3-r2 and r4-r3
so that we can get its determinant?
Hmmmm. I will try
good luck bud
😦 first time learn university math and already learn like 100 pages of math in first month
THATS UNI BABBBYYYYY
I actually don't know what am I doing lol
ok so
now
using th 00
in r3 and r4
you can get a 3 x 3 matrix
i think
from c 2 3 4
I actually don't know how to do that , can you instruct me?
I don't understand how can you have that
check out this site https://matrixcalc.org/
Matrix addition, multiplication, inversion, determinant and rank calculation, transposing, bringing to diagonal, triangular form, exponentiation, LU Decomposition, QR-decomposition, Singular Value Decomposition (SVD), solving of systems of linear equations with solution steps
i think for most matrices like 4x4 it makes sense to do gauß elimination and reduce it to 3x3 or even 2x2, it can also make sense to just bring it into an upper triangle form, cause then det |...| = the product of its diagonal
instead of solving it by hard multioplications, find eigen values and eigen vectors nd then convert it into diagonal matrix and then multiply
.close