Skip to main content
1-Visitor
June 28, 2016
Solved

Getting multiple values using Find

  • June 28, 2016
  • 1 reply
  • 1285 views

Hi, please see the attached. Im trying to find multiple x values of my plot for various y values using Given and Find. I'm not sure how to set it up to give me a vector of y values for a vector of x value inputs.

Also, is it possible to draw the rectangle on the graph as per my second request. 

Thanks for any help

Jason

Best answer by Fred_Kohlhepp

You can create a function from the solve block:

and feed it multiple values (note that "vectorization" was required:

As for your second request, change g:

1 reply

23-Emerald I
June 28, 2016

You can create a function from the solve block:

and feed it multiple values (note that "vectorization" was required:

As for your second request, change g:

Jbryant611-VisitorAuthor
1-Visitor
June 28, 2016

perfect, thankyou