Skip to main content

2 replies

23-Emerald IV
October 21, 2020

Use the function 'mean' to get the average of an array.

If your array is:

LucMeekes_0-1603272710650.png

 

Then its average is:

LucMeekes_1-1603272727402.png

or just:

LucMeekes_2-1603272742783.png

Success!
Luc

23-Emerald IV
October 21, 2020

Your integral appears to fail because you have an evaluation ( the =  ) after the definition. That often results in problems.

If I delete that =  (and delete the never ending program you wrote to create an array) I get:

LucMeekes_0-1603274353247.png

LucMeekes_1-1603274365745.png

Success!
Luc

25-Diamond I
October 21, 2020

@LucMeekes wrote:

Your integral appears to fail because you have an evaluation ( the =  ) after the definition.

I agree that inline evaluations often are the cause for problems, but this time the reason for the failing is the zero which was typed in the "placeholder" for the unit of the result 😉

25-Diamond I
October 21, 2020

Delete your second definiton of V.s

The attached sheet should help

Werner_E_0-1603275415099.png

 

 

 

 

1-Visitor
October 21, 2020

Thank you