1.- F(s)=s
does not have inverse Laplace
From the MAT 04B Differential Equations by W.Trench available here, in the definition of the inverse of the Laplace transform
[QUOTE]
.. we need ONLY consider the case where degree(P)<degree(Q) ..
[END OF QUOTE]
Where F(s)=P(s)/Q(s)
2.- f(t)=t;t>0
has Laplace transform
L(t)=1/s^2
for s>0
but there's no Laplace transform L(t)
for s<0
.
The function F(s)=s
does not have inverse Laplace.
It would have inverse Laplace if s<0
had been included but the way the operator L()
is defined confines forward transforms to s>0
.
Therefore the values of s
, the part of the s
complex plane that would produce a function in time when attempting inverse Laplace transform of F(s)=s
has already been excluded in the definition of the forward Laplace transform and MATLAB seems to know all this and excludes 's' as Laplace invertible.
3.- Rewording
Also, the forward Laplace operator applies the weight function exp(-s*t)
integrating over [0 Inf]
but the inverse Laplace operator has the following weight function : exp(s*t)
The integral exp(s*t)*s
, as improper as it is, it remains so because it derails any integration attempt in an open interval, this is, with an +Inf
on one side.
For F(s)=exp(-2.1*s)
there is inverse Laplace because exp(a*s)
can be Laplace inverted but only for certain values of a
, which is when exp(a*s)
has Taylor series that allow Laplace operator to go for each term, therefore exp(-2.1*s)
can be Laplace inverted.
Adding a Laplace invertible function to one that is not spoils the whole pack.
Then, in a nutshell, with some distortion, but to get the idea through, MATLAB switches to State-Space functions, which can be considered a general case in which Laplace transform transfer functions are included.