Skip to main content
1-Visitor
May 14, 2015
Solved

Problem with Given-Find cycles using vectors

  • May 14, 2015
  • 2 replies
  • 1623 views

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?

Best answer by RichardJ

See the attached worksheet.

Note that the default value for the origin of arrays in Mathcad is 0, not 1.

2 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
May 15, 2015

See the attached worksheet.

Note that the default value for the origin of arrays in Mathcad is 0, not 1.

bamaya1-VisitorAuthor
1-Visitor
May 16, 2015

Thanks for the answer. It works fine. I didn't know about the vectorize operator!