[8806] in Athena Bugs
rsaix 7.3R: Maple
daemon@ATHENA.MIT.EDU (cohn@Athena.MIT.EDU)
Tue Jan 7 18:29:27 1992
From: cohn@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Tue, 07 Jan 92 18:29:18 EST
System name: m11-113-1
Type and version: POWER 7.3R
Display type: colorgda
What were you trying to do?
Plot the function defined by
f := proc (w) int(sqrt(z^4+(w-w^2)^2),z=0..w) end;
What's wrong:
I tried plot(f(x),0..1) and plot(g(x),0..1), where
g := proc (w) evalf(f(w),6) end;
Both times, it said there were too many indeterminates in the functions. However, z is just a dummy variable in the integration, so it shouldn't cause problems.
What should have happened:
It should have plotted the function.
Please describe any relevant documentation references:
???