Skip to main content
1-Visitor
November 30, 2021
Solved

Re: Summation of the function

  • November 30, 2021
  • 2 replies
  • 2527 views

Hello

 

Does anybody know how to calculate sum of the function P(r) ?

 

Thanks a lot 🙂

 

 

11.PNG

Best answer by StuartBruff

@Hakan1 wrote:

Hello

 

Does anybody know how to calculate sum of the function P(r) ?

 

Thanks a lot 🙂


 

Use the Summation operator with r in the bottom placeholder.

 

StuartBruff_0-1638266848112.png

 

Stuart

 

2 replies

23-Emerald V
November 30, 2021

@Hakan1 wrote:

Hello

 

Does anybody know how to calculate sum of the function P(r) ?

 

Thanks a lot 🙂


 

Use the Summation operator with r in the bottom placeholder.

 

StuartBruff_0-1638266848112.png

 

Stuart

 

25-Diamond I
November 30, 2021

Some additional remarks:

  1.  P.3(r) is not a vector even though it looks like being one. Its a misuse of a range variable. Try to assign it a variable like  p:=P.3(r) and you will get an error.
  2. Are you aware the the last value in your range r will be 629,5 mm and NOT 630 mm ?
  3. Can it be that you are rather looking for the integral and not the sum?
    Werner_E_0-1638281455794.png

     

    P.S.: Of course you will get a different result with your function P.3. I had to create a dummy function because unfortunately you did not attach your worksheet.