laplace transormation of exponential function

4 visualizaciones (últimos 30 días)
Nuh Metehan
Nuh Metehan el 17 de Feb. de 2014
Respondida: Siddharth Mishra el 5 de Nov. de 2019
could some tell me what laplace transformation of exponantial function is below
mx''+ cx' + exp(-x) =? s^2*m+c*s +????

Respuestas (1)

Siddharth Mishra
Siddharth Mishra el 5 de Nov. de 2019
clc;
close all;
z=sym('L');
syms a s t;
F(t)=input("ENTER THE FUNCTION YOU WANT TO FIND LAPLACE :: ");
L(s)=int(F(t)*exp(-s*t),t,0,inf);
L
%FOR FINDING FOR EXPONENTIAL FUNCTION PUT ON F(t);

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by