I've got a summation like this:
$\sum_{l=1}^L \sum_{i=1}^I p_l c_l^i = \sum_{l=1}^L \sum_{i=1}^I p_l w_l^i$
Is it right to bring $ p_l $ out of the symbol $ \sum_{i=1}^I $ such that:
$\sum_{l=1}^L p_l \sum_{i=1}^I c_l^i = \sum_{l=1}^L p_l \sum_{i=1}^I w_l^i$ ?
Thank you in advance