aboutsummaryrefslogtreecommitdiff
path: root/src/input/calculus2.input.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-01 20:45:51 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-01 20:45:51 +0000
commit1e7b956df48c09aeee5b8d9448451351285275e2 (patch)
tree9beb1c5895125bc854dd4537433c193bf1f7c594 /src/input/calculus2.input.pamphlet
parent640c78ea50adf4d902e66c7788ba384111b338d4 (diff)
downloadopen-axiom-1e7b956df48c09aeee5b8d9448451351285275e2.tar.gz
Fix typos
Diffstat (limited to 'src/input/calculus2.input.pamphlet')
-rw-r--r--src/input/calculus2.input.pamphlet8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/calculus2.input.pamphlet b/src/input/calculus2.input.pamphlet
index f90b9303..26ac03bc 100644
--- a/src/input/calculus2.input.pamphlet
+++ b/src/input/calculus2.input.pamphlet
@@ -76,8 +76,8 @@ laplace((exp(a*t) - exp(b*t))/t, t, s)
laplace(2/t * (1 - cos(a*t)), t, s)
laplace(exp(-a*t) * sin(b*t) / b**2, t, s)
laplace((cos(a*t) - cos(b*t))/t, t, s)
-laplace(exp(a*t+b)*ei(c*t), t, s)
-laplace(a*ci(b*t) + c*si(d*t), t, s)
+laplace(exp(a*t+b)*Ei(c*t), t, s)
+laplace(a*Ci(b*t) + c*Si(d*t), t, s)
laplace(sin(a*t) - a*t*cos(a*t) + exp(t**2), t, s)
-- Input for page SeriesCoefficientPage
@@ -245,8 +245,8 @@ laplace((exp(a*t) - exp(b*t))/t, t, s)
laplace(2/t * (1 - cos(a*t)), t, s)
laplace(exp(-a*t) * sin(b*t) / b**2, t, s)
laplace((cos(a*t) - cos(b*t))/t, t, s)
-laplace(exp(a*t+b)*ei(c*t), t, s)
-laplace(a*ci(b*t) + c*si(d*t), t, s)
+laplace(exp(a*t+b)*Ei(c*t), t, s)
+laplace(a*Ci(b*t) + c*Si(d*t), t, s)
laplace(sin(a*t) - a*t*cos(a*t) + exp(t**2), t, s)
-- Input for page SeriesCoefficientPage