aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent640c78ea50adf4d902e66c7788ba384111b338d4 (diff)
downloadopen-axiom-1e7b956df48c09aeee5b8d9448451351285275e2.tar.gz
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/input/calculus2.input.pamphlet8
-rw-r--r--src/input/exlap.input.pamphlet4
2 files changed, 6 insertions, 6 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
diff --git a/src/input/exlap.input.pamphlet b/src/input/exlap.input.pamphlet
index 02c34f2b..c272fbac 100644
--- a/src/input/exlap.input.pamphlet
+++ b/src/input/exlap.input.pamphlet
@@ -24,12 +24,12 @@ laplace((exp(a*t) - exp(b*t))/t, t, s)
-- Input for page ExLapSpecial1
)clear all
-laplace(exp(a*t+b)*ei(c*t), t, s)
+laplace(exp(a*t+b)*Ei(c*t), t, s)
-- Input for page ExLapSpecial2
)clear all
-laplace(a*ci(b*t) + c*si(d*t), t, s)
+laplace(a*Ci(b*t) + c*Si(d*t), t, s)
-- Input for page ExLapTrigTrigh
)clear all