Skip to main content
1-Visitor
December 18, 2015
Question

Solve Block Find Fuction not defined

  • December 18, 2015
  • 2 replies
  • 1309 views

Hi, I have a problem with using solve block find function multiple inputs, May I know what is the problem? thanks

Capture.JPG

2 replies

19-Tanzanite
December 18, 2015

You can't use a solve block like that. Make the solve block a function:

Answer(WD,Tp,lambda1):=find(lambda1)

Then call the function for the different values of WD, Tp, and lambda

1-Visitor
December 19, 2015

Alternative solution:

19Dec15pic.png