Skip to main content
1-Visitor
July 21, 2016
Question

Will not pull values from array

  • July 21, 2016
  • 3 replies
  • 1465 views

Capture.PNG

Hi, for some odd reason Mathcad 15 is not pulling from the "enx array" despite that array having values in these indicies.  Is it because the derivative? Anyway I can fix this?

Thanks

3 replies

25-Diamond I
July 22, 2016

You should post the worksheet, if possible.

19-Tanzanite
July 22, 2016

It has nothing to do with the derivative.

It's hard to debug a picture, so please post a worksheet. Making a wild guess, what is the value of N, and how many rows does enx have?

12-Amethyst
July 22, 2016

What happens if the condition:

Capture.PNG

is not met?

If it is in any case from 0 to N-1 then the individual element will default to a 0 result:

Capture.PNG

If , however , it is the last element, then the array will be 1 entry short:

Capture.PNG

As the next calculation is looking for enx[N which does not exist, Mathcad reports an error.

Regards

Andy