11/21/2017, 03:50 PM
(11/21/2017, 03:05 PM)Gottfried Wrote:(11/21/2017, 01:31 PM)Xorter Wrote: I got the following error message:
*** at top-level: subst(exp(1/x),x,1/1000)
*** ^------------------
*** exp: domain error in exp: valuation < 0
My question is that how can we solve this problem?
Perhaps it is meaningful for you to replace 1/x by exp(-u) where u=log(x) ? At least this gives a power series (more precisiely a puisieux-series)
I tried your advice but without success:
(15:42) gp > subst(f(x),x,1/1000)
*** at top-level: subst(f(x),x,1/1000)
*** ^--------------
*** in function f: exp(exp(-u(x)))
*** ^------
*** in function u: log(x)
*** ^------
*** log: domain error in log: series valuation != 0
It looked like a simple problem, but I have not be able to solve it.
Any idea?
Xorter Unizo

