Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Computing a formula in SAGE

Fix the positive integer numbers t1,t2,t3,t4,t5. We have the following formula:

S=i,j,h,m,k1+k2+k3+k4=it1,1+2+3=jt2+k4,u1+u2=ht3+k3+3M1.M2.M3.M4, where

M1=(t5k1k1)(t4k2k2)(t3k3k3)(t2k4k4) M2=(t5k111)(t4k222)(t3k333) M3=(t5k11u1u1)(t4k22u2u2); M4=(t1+t2+t3+t4+t5ijhmmt4+k2+2+u2).λiλjλhλmλt1+t2+t3+t4+t5ijhm Here, the binomial factors (nk) mod 2 and the value of S mod 2. By convention, (nk)0 (mod 2) if either k<0 or n<0 or k>n.

I don't how to construct this formula in SAGE. Can someone show me how to compute it using SAGE?