laplace transormation of exponential function

4 Ansichten (letzte 30 Tage)
Nuh Metehan
Nuh Metehan am 17 Feb. 2014
could some tell me what laplace transformation of exponantial function is below
mx''+ cx' + exp(-x) =? s^2*m+c*s +????

Antworten (1)

Siddharth Mishra
Siddharth Mishra am 5 Nov. 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);

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by