Array Element Formulation
Array Element Formulation
(OP)
All - Please see the attached pdf. I'm having difficulty getting the following to work in Mathcad. The error I get is this array index is invalid for this array. The frustrating part is that I've done this before in a different Mathcad sheet and it's worked fine. Any ideas as to what I'm missing?
Thanks!
Thanks!
Regards,
Qshake

Eng-Tips Forums:Real Solutions for Real Problems Really Quick.





RE: Array Element Formulation
You have (L-d[i)*d[1 in the integral. Is that intentional? However, the problem looks to be an ORIGIN error. Array indices start at 0, unless overridden by ORIGIN:=something else. So, you using 1;9 for the 9-element vectors, but the indices should run from 0 to 8
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers
RE: Array Element Formulation
Thanks again,
Regards,

Qshake
Eng-Tips Forums:Real Solutions for Real Problems Really Quick.
RE: Array Element Formulation
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers