Skip to main content
4-Participant
February 16, 2015
Solved

How to compute find for values different ranges

  • February 16, 2015
  • 2 replies
  • 1038 views

Hi all,

How can I compute find using mathcad for different ranges

In the attached file, i want to compute find(x,y) for 40 values ranging from -20 to 20.

Please anyone help me in this.

Best answer by Werner_E

Turn the solve block into a function of v and make two different plots for the first and second element of the result vector:

1.png

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
February 16, 2015

Turn the solve block into a function of v and make two different plots for the first and second element of the result vector:

1.png

vveeran4-ParticipantAuthor
4-Participant
February 17, 2015

Thank you very much