Finding the Determinant of A: Step-by-Step Guide

  • Thread starter Thread starter p.mather
  • Start date Start date
  • Tags Tags
    Determinant
p.mather
Messages
19
Reaction score
0

Homework Statement



A= 1 2 CF.A= 3 -2 ADJ.A= 3 -2
2 3 -2 1 -2 1

Next i need to find determinant of A so then i can do ADJ.A / determinant.A

Homework Equations



How do i work out the determinant, is there a specific way and procedure as i am unsure.

The Attempt at a Solution

 
Physics news on Phys.org
You are saying, I believe, that
A= \begin{bmatrix}1 & 2 \\ 2 & 3\end{bmatrix}
CF.A= 3 & -2 \\ -2 & 1\end{bmatrix}
(which is -A^{-1})
and
Adj A= \begin{bmatrix}3 & -2 \\ -2 & 1\end{bmatrix}

In any case, if you are attempting to find a determinant, I am surprised that you do not know that
\left|\begin{array}{cc}a & b \\ c & d\end{array}\right|= ad- bc.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top