#Matrices And Determinants
53 messages · Page 1 of 1 (latest)
- 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.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
recursion relation for Dj?
expand allong top row
only have 2 nonzero elements
its not as bad as u might think
yeah that i got
but there are like 2017 such rows
yes but the symmetry means u can get recursion
calculate D2, D3 and eyeball the rest
maybe D4 too
i am not seeing a straight pattern
i did the first part now the second
what'd you get for Dn?
I got a recurrence
$D_n=aD_{n-1}+(-1)^na-\sum_{i=2}^{n-2}(-1)^iD_{n-i}$
kaffee
for a=1
basicallg when a = 2. Dn is n+1
D_n=D_{n-1} + (-1)^n - the sum
what recurrence did you use?
i did observe only.
this the recurrence we get from cofactor expansion
lemme recheck it wait it doesn't work for a=2 if your claim is True
i calculated till D5 for a=2
kaffee
where $J_{ij}=M_{ij}$ but $J_{1,1}=1,J_{2,1}=0$
kaffee
$\abs{J_m} = \abs{M_{n-1}}-\abs{J_{m-1}}$
kaffee
seems unreasonably complex
$m_n = am_{n-1}-j_{n-1}\j_k=m_{k-1}-j_{k-1}\m_2 = a^2-1,j_2=a$
kaffee
the general case may very well be complicated ngl
wht not work for case including just 1?
?
i probably messed up the signs
this is the general recurrence
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.
kaffee
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
+close