Skip to main content
1-Visitor
May 2, 2013
Question

Mathcad 15 stuck due to loop

  • May 2, 2013
  • 4 replies
  • 2124 views

Hi,

My program implements a loop, when I increase my loop size , mathcad get stuck

doent show any output neither save anything. Kindly anyone could guide about this issue.

Thanks and Regards.

4 replies

1-Visitor
May 2, 2013

Could you please upload a worksheet.

Mike

1-Visitor
May 2, 2013

Iam attaching my code.

12-Amethyst
May 2, 2013

It looks like the program is very slow due to the reallocation of memory for the delay_err array.

Try the attached snippets. (You will need to enable the debug window to see the 'trace' output.)

Regards

Andy