Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello, I'm having a problem solving a Given Find cycle with vectors. I'm trying to plot T vs. X1 and T vs. Y1.
Mathcad gives me back always the same value for Y1 and incorrect values for T. Using minerr I don't get better results. Can someone tell me what I'm doing wrong?
Solved! Go to Solution.
See the attached worksheet.
Note that the default value for the origin of arrays in Mathcad is 0, not 1.
See the attached worksheet.
Note that the default value for the origin of arrays in Mathcad is 0, not 1.
Thanks for the answer. It works fine. I didn't know about the vectorize operator!