Page 1 of 1

Multiple usage of identical table-function

Posted: Tue Jul 17, 2007 10:22 am
by gyucel
In a model currently I am working on, I am willing to use an identical non-linear function between several variable couples.

Is it possible to define this function once, maybe as a built-in function of vensim, and then use it in multiple points?
Let's call the function f. What I want to learn is to define f once, and then define the relationship among several couples as this;
a=f(b)
c=f(d)
e=f(g), etc.

If it is not possible, it seems that I have to redefine the same table function for each couple in the example given above. Am I right?

cheers,
gonenc

multiple use of tble functions

Posted: Tue Jul 17, 2007 10:56 am
by LAUJJL
Hi

It is of course possible.
Here is an example joined.
Regards.
JJ

Posted: Tue Jul 17, 2007 11:52 am
by gyucel
Thanks Jean-Jacques