supposing you have your tns file in the mylib folder and that function is in the first problem and included in some library (Public or Private).
let's also suppose your tns file which contains the function is called example and your function is Factquad(str).
in the scratchpad you can write fq(str):=example\Factquad(str)
it does what you want, I think...
mind the backslash, if needed you can find it in the catalogue.
Yaa, thanks a lot! That thing is really going to help me in my test
,
However, there's this other function.
I tested this on the first one and it worked fine ^^, thanks.
But.. there's a function where I have to go to the program and type simultaneous("x+2=5","x") (or any other equation and it will start solving for x...
If I want to put that in my scratchpad like I did with the first, what would the command be?
You see, the first function was straight forward, it was Factquad(a,b).
However, this one can be x+2, x-5 or whatever. Is there a way to make this work?
Very much appreciated