I know the following equality holds from previous work
$\sum_{i=1}^{n}a_i^2\sum_{j=1}^{n}b_j^2 + \sum_{i=1}^{n}b_i^2 \sum_{j=1}^{n}a_j^2$ = $2(\sum_{i=1}^{n}a_i^2)( \sum_{i=1}^{n}b_i^2)$
But when I set values for the two sets a and b I'm getting an inequality, which makes me realize I don't quite know how to multiply these sets.
I set $a_1 = 1 a_2 = 2 a_3 = 3 b_1 = 4 b_2 =5$ and $b_3 = 6$ so I'm limiting to n=3
Now when I do it for the LHS I get 880 and the RHS I get 2156 (obviously I'm doing something wrong)
RHS: $ 2 \times (1^2 + 2^2 + 3^2) \times (4^2 + 5^2 + 6^2)$
– user101104 Jan 28 '14 at 05:17