devonho
- 8
- 0
Homework Statement
Given vectors
<br /> {\bf r}=\left[r_1,r_2,r_3\ldots{}r_n\right]^T<br />
<br /> {\bf e}=\left[e_1,e_2,e_3\ldots{}e_n\right]^T<br />
I need to write the sum
<br /> \sum_{i=1}^{n}r_ie_i^2<br />
in terms of {\bf r} and {\bf e}
Homework Equations
Nil.
The Attempt at a Solution
Without r_i, I am able to write \sum_{i=1}^{n}e_i^2 as
<br /> \sum_{i=1}^{n}e_i^2={\bf e}^T{\bf e}<br />
If r_i can be independant of i I should be able to move it out of the summation. I am looking for some expansion/reexpression of r_i.