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

Risposte (2)

2 Commenti

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)')

Accedi per commentare.

Richiesto:

Sam
il 5 Ago 2015

Commentato:

il 5 Ago 2015

Community Treasure Hunt

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

Start Hunting!

Translated by