how can I write this expression using summation?
$y^2=x_1^2 + x_2^2 + x_3^2 + x_4^2 + 2x_1x_2 + 2x_1x_3 + 2x_1x_4 + 2x_2x_3 + 2x_2x_4 + 2x_3x_4$
how can I write this expression using summation?
$y^2=x_1^2 + x_2^2 + x_3^2 + x_4^2 + 2x_1x_2 + 2x_1x_3 + 2x_1x_4 + 2x_2x_3 + 2x_2x_4 + 2x_3x_4$
Consider: $$y^2=\sum_{i=1}^4x_i^2+\sum_{1\leq i<j\leq 4}2x_ix_j=\left(\sum_{i=1}^4x_i\right)^2.$$