BRUCEWAYNE
New Member
- Joined
- May 15, 2019
- Messages
- 7
HI5 folks, I'd like to know how to calculate the sum of one function that has several values from 1,2,3 .... to n
the function is
z = (((1 + w) ^ 2))l = (((p) ^ (n - 1)))
y = ((z * l)) ^ ( / 2)
I'd like to know how to calculate the sum ∑ of y, for example from 1,2,3 .... to 10
when w=0,5 p= 0,993449, n= 10 doing the harder way line per line should return
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]199,0484.[/TD]
[/TR]
</tbody>[/TABLE]
How do it by writting in vba code the sum ∑ of y in order to get the results in a faster way ?
Please can someone help me with this problem ? many thanks
the function is
z = (((1 + w) ^ 2))l = (((p) ^ (n - 1)))
y = ((z * l)) ^ ( / 2)
I'd like to know how to calculate the sum ∑ of y, for example from 1,2,3 .... to 10
when w=0,5 p= 0,993449, n= 10 doing the harder way line per line should return
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]199,0484.[/TD]
[/TR]
</tbody>[/TABLE]
How do it by writting in vba code the sum ∑ of y in order to get the results in a faster way ?
Please can someone help me with this problem ? many thanks