diff options
-rw-r--r-- | src/input/calculus2.input.pamphlet | 8 | ||||
-rw-r--r-- | src/input/exlap.input.pamphlet | 4 |
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 |