aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/laplace.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/laplace.spad.pamphlet')
-rw-r--r--src/algebra/laplace.spad.pamphlet4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/laplace.spad.pamphlet b/src/algebra/laplace.spad.pamphlet
index 74921607..949253cc 100644
--- a/src/algebra/laplace.spad.pamphlet
+++ b/src/algebra/laplace.spad.pamphlet
@@ -60,7 +60,7 @@ LaplaceTransform(R, F): Exports == Implementation where
aexp : (F, SE) -> Union(Record(coef:F, coef1:F, coef0:F), "failed")
algebraic? : (F, SE) -> Boolean
- oplap := operator("laplace"::Symbol, 3)$BasicOperator
+ oplap := operator('laplace, 3)$BasicOperator
laplace(f,t,s) == locallaplace(complexElementary(f,t),t,t::F,s,s::F)
@@ -318,6 +318,8 @@ InverseLaplaceTransform(R, F): Exports == Implementation where
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
+--Copyright (C) 2007-2009, Gabriel Dos Reis.
+--All rights reserved.
--
--Redistribution and use in source and binary forms, with or without
--modification, are permitted provided that the following conditions are