Subcontests
(7)given recurrence, find a_(6n)
A sequence of integers {f(n)} for n=0,1,2,… is defined as follows: f(0)=0 and for n>0,
f(n)=f(n−1)+3,f(n−1)+1,f(n−1)+2,if n=0 or 1(mod6),if n=2 or 5(mod6),if n=3 or 4(mod6).Derive an explicit formula for f(n) when n≡0(mod6), showing all necessary details in your derivation.
M invertible -> N invertible for I&A\\B&C
Let I denote the 2×2 identity matrix (1001) and let
M=(IBAC),N=(IABC)where A,B,C are arbitrary 2×2 matrices which entries in R, the real numbers. Thus M and N are 4×4 matrices with entries in R. Is it true that M is invertible (i.e. there is a 4×4 matrix X such that MX=XM=I) implies N is invertible? Justify your answer.