Skip to main content
23-Emerald V
September 20, 2016
Solved

Symbolic Processor error when creating nested array?

  • September 20, 2016
  • 1 reply
  • 3956 views

When trying to create some test matrices in Mathcad 15 for the functions in the attached worksheet, I found that I couldn't create a nested array at worksheet level by setting one element of a matrix to be a matrix. 

It's fine if I do it inside a program or if I manually create such an array.

Is this a known issue?  Does it still exist in the latest version of Mathcad 15?

Thanks,

Stuart

Best answer by AndyWesterman

Hi Stuart,

first issue seems to be fixed by creating a local variable for the input array in the program.

second is probably the indexing of the array: changed from N1[0 to N1[0,0 .

Hope this help

Andy

1 reply

12-Amethyst
September 20, 2016

Hi Stuart,

first issue seems to be fixed by creating a local variable for the input array in the program.

second is probably the indexing of the array: changed from N1[0 to N1[0,0 .

Hope this help

Andy

23-Emerald V
September 20, 2016

Doh!  Blindingly obvious when somebody points it out!

Thanks, Andy.

However,

Stuart

12-Amethyst
September 20, 2016

Hi Stuart.

If single indexing is not fully implemented, like in matlab, any numerical answer with it different of an error message must to be interpreted as bug.

NiceBug.gif

Best regards.

Alvaro.