Skip to main content
1-Visitor
October 2, 2018
Solved

Mean value of a function

  • October 2, 2018
  • 1 reply
  • 3645 views

Good morning.

I have a function with the variable working into a closed interval; I'd like to find the MEAN value. Using the function MEAN, this function is getting out the save values of the function.

How could I do?

This topic has been closed for replies.
Best answer by Fred_Kohlhepp

@Andrea4505htown wrote:

Good morning.

I have a function with the variable working into a closed interval; I'd like to find the MEAN value. Using the function MEAN, this function is getting out the save values of the function.

How could I do?


The function mean works on vectors.

 

Integrate the function over the entire interval, and divide by the length of the interval.

1 reply

23-Emerald I
October 2, 2018

@Andrea4505htown wrote:

Good morning.

I have a function with the variable working into a closed interval; I'd like to find the MEAN value. Using the function MEAN, this function is getting out the save values of the function.

How could I do?


The function mean works on vectors.

 

Integrate the function over the entire interval, and divide by the length of the interval.

24-Ruby IV
October 2, 2018

See please! If you can not use a range variable - do not us it! 

RVV.png

25-Diamond I
October 2, 2018

You missed a pi