Product of multiple determinants

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
brokephd
Messages
1
Reaction score
0
Hello,

I have several 2x2 matrices, A_s, indexed from s=1 to 50. I need to take the product of their determinants raised to the -1/2 power, i.e.,

[tex]\Pi[/tex]|A_s|[tex]^{-1/2}[/tex]

Can this problem be simplified any further?
 
Physics news on Phys.org
These matrices, do you have a formula for them? Such as, (I made this up, not from this problem): [tex]A_s=\left(\begin{array}{cc}(-1)^s&\frac{s}{s+1}\\s^2-1&1\end{array}\right)[/tex]. In this case, give the formula (or some other procedure for generating them) and we'll see.

Or perhaps you have these matrices written out, or stored as a data? In this case, I would use a computer to do the calculation.