Find the laplace transform of the piece wise function

This isn't necessarily a matlab question but, I have to find the laplace transform of
f(t) { 0 when t <pi
t-pi when pi<=t<2pi
0 when t >= 2pi

Answers (2)

2 Comments

Is there anyway you would be able to post a solution that shows how to find the answer by hand?
evalin(symengine, 'laplace(piecewise([t < Pi, 0], [Pi <= t, t-Pi], [t < 2*Pi, 0]),t,s)')

Sign in to comment.

Asked:

Sam
on 5 Aug 2015

Commented:

on 5 Aug 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!