#Determiant or a 96x96 matrix

11 messages · Page 1 of 1 (latest)

tranquil egret
#

I have no clue how to solve this but I do understand generally how to find the determinant of any nxn matrix.

karmic gardenBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
wintry briar
#

I have a way solve this fairly easily if you know about eigenvalues and eigenspaces but other than that you can use pivot operations Im sure

tranquil egret
ebon hawk
#

subtract row (i-1) from row i starting at i=96 and decrementing towards i=2. then make the matrix lower triangular (by operating on the top row)

#

this is assuming you're allowed to use the fact that a diagonal matrix's determinant is the product of its diagoal entries

low meteor
#

getting it in RREF shouldn't be very difficult

#

try it on matrices of smaller sizes first

#

do it for e.g. 2-by-2, 3-by-3, and 4-by-4 matrices with -6's on the diagonal and -5's everywhere else