Skip to main content
1-Visitor
January 13, 2014
Solved

"FIND" returning a vector of answer

  • January 13, 2014
  • 7 replies
  • 3996 views

Hello, everyone.

I'm working in a program to plot a curve of the equation below:

MATHCAD.jpg

I need to have the ADVERL_L found for all different OLAP's, in order to use it below to calculate f(OLAP) and plot it.

I don't know how to use the FIND command to return a vector of answer.

Could someone help me?

Thank you.

Best answer by AlanStevens

Include OLAP as an argument to ADVERL in the function, f, and avoid a divide by zero error by only using non-zero vaslues of OLAP - see attached.

Alan

7 replies

19-Tanzanite
January 13, 2014

Include OLAP as an argument to ADVERL in the function, f, and avoid a divide by zero error by only using non-zero vaslues of OLAP - see attached.

Alan

MaxGomes1-VisitorAuthor
1-Visitor
January 13, 2014

Awesome!

Now, how do I see the ADVERL answers? Look what I got.

Untitled.jpg

Thank you.

19-Tanzanite
January 13, 2014

Just pass OLAP[j (that is OLAP subscript j) to ADVERL somewhere below the place where j is defined.

Alan