#on matrices
110 messages · Page 1 of 1 (latest)
We know:
A^(-1) = |A| adj(A)
So:
adj(A) = |A| A^(-1)
adj(A^(-1)) = |A^(-1)| A = |A|^(-1) A
So:
adj(adj(A)) = |adj(A)| adj(A^(-1)) = ||A| A^(-1)| |A|^(-1) A
Now, suppose that A is an n⨯n matrix. In that case |aA| = a^n |A|. So:
adj(adj(A)) = |A|^(n - 1 - 1) A = |A|^(n - 2) A
And now you can just continue from here.
can you just explain for 4 times k
I got it for 2 times
adj
Just apply the result twice.
hm
like there is a formula for k times
k times adj
is there any pattern?
Hm... Well, we can probably look at several cases, then maybe try induction.
hm
I got one for even power
adj adj adj... k times A = [|A|^((n-1)^k - 1 / n) * A
like this
but k must be even
for odd power there must be another one
not sure if its correct
We already have adj(A) = |A| A^(-1) and adj(adj(A)) = |A|^(n - 2) A. So, it's obvious that an odd amount of adjugated irls proportional to A^(-1) and even to A.
Let's see...
hmm
Hold on, let me move to my PC.
okayy
Alright, let's try to see a pattern.
For brevity, let d = |A| and let k adjoints of A be adj(k, A).
adj(3, A) = adj(2, adj(A)) = |adj(A)|^(n - 2) adj(A) = |dA^(-1)|^(n - 2) dA^(-1) = d^(n(n - 2) - (n - 2) + 1) A^(-1) = d^(n^2 - 3n + 3) A^(-1)
adj(4, A) = adj(2, adj(2, A)) = |adj(2, A)|^(n - 2) adj(2, A) = |d^(n - 2) A|^(n - 2) d^(n - 2) A = d^(n(n - 2)^2 + (n - 2) + (n - 2)) A = d^(n^3 - 4n^2 + 6n - 4) A
Clearly, those are just entries from Pascal's triangle. Looking at the coefficients, I hypothesize the following:
adj(k, A) = |A|^(((n - 1)^k - (-1)^k)/n) A^((-1)^k)
To remind you: k is the amount of adjugates taken, n is the size of the matrix.
If true, I think we can prove it by induction, but I'm too lazy 😄
Here you go - a bit easier to read.
alright
This works for k = 0, 1, 2, 3, 4.
👍
Interesting formula!
Haven't really thought about doing such an operation. Turned out to be interesting.
so
the formula I got was right, right?
for even power
Yes got it
thanks @astral gust

@analog fox has given 1 rep to @astral gust
thanks @astral gust
You're welcome! As I said, this was quite interesting for me, too. I've saved this result.
pro

@kind latch , what do you mean?
the
A^(-1)^k
here
is it A inverse
@astral gust
Well, (-1)^k = -1 for odd k and 1 for even k.
So, A^(-1)^k = A^(-1) for odd k and A for even k.
I get that
for example if A is 1
then is it
A inverse
or just
1/A
?
You can, however, raise them to an integer power. So, for example A^(-1).
hm
so
not inverse right
As I just said, inverse for odd k and just the matrix for even k.
A inverse is denoted by A^-1
yeah got it
can we get those without pascal's triangle?
just using properties
ping me when here
Hm... Well, maybe.
But at this point it's just easier to guess a formula and prove it by induction.
That's because each time I recognize the expression for (n - 1)^k, but without the final term, which is (-1)^k, and all the powers of n are 1 less than in (n - 1)^k.
yeah
yeah I understood
I tried again before some time
yeah its easier but I was trying to get the same using properties
This doesn't work for non-invertible matrices though
In the case that n>2 (where n is the size of the matrix) you get that adj(adj(A))=0 if A is non-invertible
Oh, yeah, true. I assumed that A is invertible, of course.
And adj(adj(A))=A if n=2
Hm.
I think that if A is singular, then if rk(A) = n - 1, then adj(A) ≠ Z, but rk(adj(A)) = 1, and if rk(A) < n - 1, then adj(A) = Z.
All matrices worth dealing with are 
Z meaning the zero matrix?
Yes.
If rk(A)=n-1 then rk(adj(A))=1
And the rest is true yeah
I just stumbled across this a while back when playing around with cross products
ooo
is there something general for all cases
Well, in case of A not being invertible the formulas might become a bit easier, but I don't care about those cases, honestly.
hm yeah true
lets leave it hear then ig
using properties
since A^-1 is adjA )/ |A|
I wrote like
adj(adj...k times(A)) is
[|A|^((n-1)^k - 1 / n) * A if k is even
[|A|^((n-1)^k - (n-1) / n) * adj(A) if k is odd
so yeah we can prove using
properties as well
You need to split it up into cases as we did above
yeah
thanks @astral gust
@analog fox has given 1 rep to @astral gust
thanks @astral gust
@analog fox has given 1 rep to @astral gust
LordDarpinger: 0 Rep (##ω)
Well, you've already thanked me 😄