04-19-2010, 11:57 AM
Hi,
Plotting the function
<< -> X << 0 1 X LN UTPN >> >>
leads to an error message: "UTPN Error: Bad Argument Type". Any suggestions as to why this is happening?
When I store the function above in a variable V and enter it in the command line, it evaluates to a number just fine, e.g., V(1) EVAL leads to 0.5 as expected. But when I use V(X) as the function to be plotted it complains as described above.
This issue is related to having the function LN(X) as the argument to UTPN. Do I need an extra step to make sure LN(X) evaluates to whatever datatype UTPN takes?
Thank you very much for your time.