MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Basic Laplace Transforms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20510] Re: Basic Laplace Transforms
  • From: "Atul Sharma" <atulksharma at yahoo.com>
  • Date: Wed, 27 Oct 1999 02:05:05 -0400
  • References: <7v3cco$5vj@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Make sure the package is loaded first, i.e.

<<Calculus`LaplaceTransform`

In[2]:=
LaplaceTransform[Sin[t], t, s]

Out[2]=
\!\(1\/\(1 + s\^2\)\
)

A.S.

Don Metcalf wrote in message <7v3cco$5vj at smc.vnet.net>...
>I am fairly new to Mathematica and can't understand why the program won't
>evaluate simple laplace transforms.  I am entering in the example exactly
>from the help file and still it doesn't work.  It just outputs what I have
>typed in.  Can someone help.  If I am doing something wrong, the user
>interface sure is not user friendly.
>
>LaplaceTransform[Sin[t], t, s]
>
>what going wrong??
>
>Paul
>pdm03 at uow.edu.au
>



  • Prev by Date: Re: Partitioning lists
  • Next by Date: Re: drawing tilted ellipses?
  • Previous by thread: Re: Basic Laplace Transforms
  • Next by thread: Re: Basic Laplace Transforms