I know I will be enlightened by this. A pleasure to see you guys in action!
@Shaan_Suri8 ай бұрын
Such a great video, your explanations are so amazingly simple to follow. Thank you!
@TomRocksMaths2 жыл бұрын
Check out ProPrep with a 30-day free trial to see how it can help you to improve your performance in STEM-based subjects: www.proprep.uk/info/TOM-Crawford
@linglee86322 жыл бұрын
I am reviewing this now for a quant fund - we used Linear algebra to study various financial trading strategies and expectations. We used Financial conditions to examin via matrix equations, using rank, column space, and the null space arguments. Some have been very successful and obviously keep findings secret - once it is known then market advantage would be lost, but some clever strategies
@nicholasdavies62642 жыл бұрын
Well deserved Tom 👍
@red88ization2 жыл бұрын
hey, tom i have to Bragg thanks to your inspiration my son Iwan has been invited to study for step online again this September one of only a few from wales I'm told all this and he's only 14 thanks again for the encouragement.
@TheAshutoshj2 жыл бұрын
hey Tom I really enjoy your videos!
@jursamaj2 жыл бұрын
23:45 I continued with r3->r3+r4, r4->r4+2r3. Type 3 EROs are always better, because they don't change the determinant. (Also, there is no inherent need to reduce any diagonal entries to 1.) Indeed, this whole thing could have been done with only 6 type 3s: r2-r1/2, r4-r1/2, r3-r1, r3+r4, r4-r2, r4+2r3. This leaves a diagonal of 2,1,1,-4 for a det=-8. No type 1 or 2 means no tracking changes to get back to the original det. Plus, no dealing with fractions, because the only divisions I did yielded 1.
@kramlyn24122 жыл бұрын
I got your 2x2 and 3x3 matrices tutorials now im watching 4x4 matrices tutorials... I wish you do some Real numbers and Rational numbers matrices like this one looking forward to it sir tom.
@jursamaj2 жыл бұрын
Using rationals, reals, or even complex is not actually different, you just have to write more complicated values.
@MidnightStorm49902 жыл бұрын
When you got your A level maths paper next week, but you think its perfectly ok to learn some linear algebra.
@Icabod66 Жыл бұрын
Have you considered introducing the geometric interpretation of all these operations? For instance the type 3 elementary operation is effectively a skew of the parallelepiped represented by the rows. From geometry we can see that such a skew does not change the volume of the parallelepiped and so does not change the determinant. At least to me, the geometric interpretation feels more natural and easy to visualise.
@wraithlordkoto2 жыл бұрын
Have you ever tried using the wedge product to calculate determinants? It's pretty easy in comparison to EROs
@darcash1738 Жыл бұрын
What would constitute some more intermediate, or perhaps even advanced row operations(IRO and ARO) if they exist? Also, how would you compare this to Chio's method in terms of speed? I made a Python program with Chios method to calculate determinants and it was pretty fun, but I'm wondering if row ops could be superior. I set it up so that the Chio's method checks for the first nonzero and then multiplies by a scalar to reduce it so that it can pivot around that point.
@antonioalbeldaochoa47752 жыл бұрын
Do ERO’s Identity work for other than. “n”by”n” matrice, as in a “k”by”n” with different unit number of colums and rows!?!!!!? I believe it should but I am not sure Thanks!
@jursamaj2 жыл бұрын
Determinants can only be calculated for square matrices. There are other applications where EROs are useful in both square and non-square matrices.
@jenniferyong33102 жыл бұрын
Hey 👋 Tom, I'm Jennifer
@TomRocksMaths2 жыл бұрын
Hey Jennifer :)
@marko-ch2dz2 жыл бұрын
You should start a Minecraft series
@J1234T Жыл бұрын
You unnecessarily turned it into an upper triangular matrix after you had already gotten it to a block matrix, which is easy to calculate the determinant of, the extra step was not needed.