#Determiants

11 messages · Page 1 of 1 (latest)

spring stratus
#

is there a smart way of doing this besides brute force?

An $n\times n$ matrix $C$ is type $I$ if $C^2=C$ and an $n\times n$ matrix $D$ is type $II$ if $D^2=0_{n}$. Determine if the following matrices are type $I, II,$ or neither: $$A=\begin{bmatrix}2&-2&-4\-1&3&4\1&-2&-3\end{bmatrix}, B=\begin{bmatrix}1&2&5\2&4&10\-1&-2&5\end{bmatrix}$$

neon caveBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
steel umbraBOT
#

Anonymous

vague garnet
#

Is matrix multiplication between a pair of 3x3 matrices really brute-force...

spring stratus
#

Especially like it being an exam situation and if the following parts of the question depends on if u get this right or not

thorn sinew
#

So honestly just pray that you don't make mistakes

spring stratus