Katharina Hunger wrote: Hi, I use Mathcad 2001 Student Edition (on Windows XP). Everything is working fine until I change l1:=0,1..2 to l1:=0,1..7 in the file attached. When I do this I get the following error Message: "Runtime Error This application has requested the runtime to terminate it in an unusual way." Can anybody tell me, how I can increase the range without causing Mathcad to crush? |
Katharina,
I think the root cause of the problem may be that you haven't assigned a range variable to some of the 'k' variables in your equation. This results in each element, apart from those on the first row, being assigned a vector value of length dictated by l1.
See attached worksheet - I don't get a runtime error with the addition of the range variables.
I note that the range variables cause the equation to effectively iterate down each column. However, only the first column has a value and the corresponding 'k' vector values for the first column are all zero. This means that the equation replicates the initial values down the first column and leaves zeros in all the other elements. What did you intend the equation to do?
Stuart