#Matrices And Determinants

53 messages · Page 1 of 1 (latest)

winged swan
#

i am not sure how do i proceed with this question.

fossil valleyBOT
#
  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:
silent wigeon
#

recursion relation for Dj?

#

expand allong top row

#

only have 2 nonzero elements

#

its not as bad as u might think

winged swan
#

but there are like 2017 such rows

silent wigeon
#

yes but the symmetry means u can get recursion

crude pond
#

maybe D4 too

winged swan
winged swan
#

i did the first part now the second

crude pond
#

I got a recurrence

#

$D_n=aD_{n-1}+(-1)^na-\sum_{i=2}^{n-2}(-1)^iD_{n-i}$

sudden tinselBOT
#

kaffee

crude pond
#

for a=1

winged swan
crude pond
#

D_n=D_{n-1} + (-1)^n - the sum

crude pond
winged swan
crude pond
#

nice

#

let's try to solve the general case now

crude pond
#

lemme recheck it wait it doesn't work for a=2 if your claim is True

winged swan
#

i calculated till D5 for a=2

crude pond
#

lmao

#

by laplace expansion

#

$\abs{M_n} = a\abs{M_{n-1}}-\abs{J_{n-1}}$

sudden tinselBOT
#

kaffee

crude pond
#

where $J_{ij}=M_{ij}$ but $J_{1,1}=1,J_{2,1}=0$

sudden tinselBOT
#

kaffee

crude pond
#

$\abs{J_m} = \abs{M_{n-1}}-\abs{J_{m-1}}$

sudden tinselBOT
#

kaffee

winged swan
#

seems unreasonably complex

crude pond
#

$m_n = am_{n-1}-j_{n-1}\j_k=m_{k-1}-j_{k-1}\m_2 = a^2-1,j_2=a$

sudden tinselBOT
#

kaffee

crude pond
winged swan
#

wht not work for case including just 1?

crude pond
#

?

crude pond
crude pond
#

ill try to get the combinatorial equivalent of this using leibniz expansion

#

bet it won't work

#

How many permutations $\sigma$ on $\qty{1,...,n}$ are there such that, $\sigma(i)=i$ for $k$ values of $i$ and $\abs{\sigma(i) - i} = 1$ for the rest of the values.

sudden tinselBOT
#

kaffee

crude pond
#

clearly two consecutive (in one order, none in between) values of i where s(i) = i must be an even number of values apart

#

we gotta divide the cases

#

when s(1)=1 or not

#

s(n) = n or not

winged swan
#

+close