#on matrices

110 messages · Page 1 of 1 (latest)

analog fox
#

what would be adj ( adj ( adj A))) and adj(adj(adj (adj (A )))) and n times adj(adj(adj(adj...n (A))

astral gust
analog fox
#

I got it for 2 times

#

adj

astral gust
#

Just apply the result twice.

analog fox
#

hm

analog fox
#

k times adj

#

is there any pattern?

astral gust
#

Hm... Well, we can probably look at several cases, then maybe try induction.

analog fox
#

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

analog fox
astral gust
#

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.

astral gust
analog fox
#

hmm

astral gust
#

Hold on, let me move to my PC.

analog fox
#

okayy

astral gust
# analog fox 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 😄

analog fox
#

alr

#

lemme read

astral gust
#

Here you go - a bit easier to read.

analog fox
#

alright

astral gust
#

This works for k = 0, 1, 2, 3, 4.

analog fox
#

👍

astral gust
#

Interesting formula!

#

Haven't really thought about doing such an operation. Turned out to be interesting.

analog fox
#

the formula I got was right, right?

#

for even power

#

Yes got it

#

thanks @astral gust

granite urchinBOT
#

@analog fox has given 1 rep to @astral gust

analog fox
#

thanks @astral gust

astral gust
analog fox
#

@astral gust

#

is A inverse

#

in last part

#

@astral gustping me when u r here

astral gust
analog fox
#

A^(-1)^k

#

here

#

is it A inverse

#

@astral gust

astral gust
analog fox
#

for example if A is 1

#

then is it

#

A inverse

#

or just

#

1/A

#

?

astral gust
#

1/A doesn't make sense for matrices.

#

You can't divide matrices.

analog fox
#

yeah

#

thats what I asked

astral gust
#

You can, however, raise them to an integer power. So, for example A^(-1).

astral gust
#

As I just said, inverse for odd k and just the matrix for even k.

analog fox
#

A inverse is denoted by A^-1

analog fox
#

just using properties

#

ping me when here

analog fox
#

how did u get (-1)^k in (n-1)^k - (-1)^k

#

@astral gust lmk when u r here

astral gust
astral gust
analog fox
#

I tried again before some time

analog fox
merry thorn
#

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

astral gust
#

Oh, yeah, true. I assumed that A is invertible, of course.

merry thorn
#

And adj(adj(A))=A if n=2

astral gust
#

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.

merry thorn
#

Z meaning the zero matrix?

astral gust
#

Yes.

merry thorn
#

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

analog fox
analog fox
astral gust
analog fox
#

lets leave it hear then ig

analog fox
#

so yeah we can prove using

#

properties as well

merry thorn
analog fox
#

thanks @astral gust

granite urchinBOT
#

@analog fox has given 1 rep to @astral gust

analog fox
#

thanks @astral gust

granite urchinBOT
#

@analog fox has given 1 rep to @astral gust

livid summitBOT
#

LordDarpinger: 0 Rep (#)

astral gust
#

Well, you've already thanked me 😄