Overwrite variabel from reference file?
Hello
Im writing my master thesis and the idea is to have a reference file for all functions
sadly if i do not write out the variabels before the function, i need to "call them" in the function name
ending up with a function with 20 variables such as
func(a,b,c,d,e,f,g, etc etc) and the function will not fit in a printable area
My idea is therefor
to put all values equal to 0 in the reference file and then rewrite the values when the reference file is used
sadly i fail to do so since the values from the reference files are used even when I rewrite them.
The idea is that i want to do something like this, and in the "regular file" get the value 2 instead of 0

I know this is a bad function but its used only to demonstrate my problem. Is there any way to rewrite the values from the reference file?
Or do i really have to end up with a function in reference file as "func(a,b)=..."
Appreciate your help since this is the last step left in my master thesis and all the programming is done properly
Im using Mathcad 15


