aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-14 03:09:19 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-14 03:09:19 +0000
commit1b563ad4798a9e1212841694616a86876877ed28 (patch)
treed3afb6181b03f5e4a743179987c625ffce381b29 /src/input
parent88f88f9394c6611118f20517b8a29b735c79dcfe (diff)
downloadopen-axiom-1b563ad4798a9e1212841694616a86876877ed28.tar.gz
Fix AW/292
* algebra/defintef.spad.pamphlet (checkForPole): Handler exponention. (checkSMP): Likewise.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/aw-292.input5
-rw-r--r--src/input/mapleok.input.pamphlet4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/input/aw-292.input b/src/input/aw-292.input
new file mode 100644
index 00000000..7a5ddb00
--- /dev/null
+++ b/src/input/aw-292.input
@@ -0,0 +1,5 @@
+--
+-- expected: (1 - cos(1)*sin(1))/2
+--
+integrate(sin(x)^2,x=0..1)
+
diff --git a/src/input/mapleok.input.pamphlet b/src/input/mapleok.input.pamphlet
index bce65f47..652a3a03 100644
--- a/src/input/mapleok.input.pamphlet
+++ b/src/input/mapleok.input.pamphlet
@@ -2950,7 +2950,7 @@ in2045:=integrate(atan(1/tan(z)), z= 0..2*%pi)
-- - 3%pi
-- Type: Union(f1: OrderedCompletion Expression Integer,...)
-in1502a:=integrate(log(z)^2*log(-z), z= 0..%plusInfinity,"noPole")
+in1502a:=integrate(log(z)^2*log(-z), z= 0..%plusInfinity)
--
-- + infinity
-- Type: Union(f1: OrderedCompletion Expression Integer,...)
@@ -3988,7 +3988,7 @@ in2094a:=integrate(asinh(z)-acoth(z), z= -1..1,"noPole")
-- 2
-- Type: Union(f1: OrderedCompletion Expression Integer,...)
-in2096a:=integrate(log(z)^2, z= %minusInfinity..%plusInfinity,"noPole")
+in2096a:=integrate(log(z)^2, z= %minusInfinity..%plusInfinity)
--
-- + infinity
-- Type: Union(f1: OrderedCompletion Expression Integer,...)