SOLVE for Function Vectors
|
05-28-2018, 09:40 AM
Post: #4
|
|||
|
|||
RE: SOLVE for Function Vectors
Greetings from a fellow chemical engineer,
Have you considered returning a list instead of a vector? An example of code returning a list: Code: EXPORT PUMP1NPSH(q) If that is your program, then: fsolve(((PUMP1NPSH(x))(1)) = 500,x = 3) will return 4.91058632644 -road |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)