laplace transormation of exponential function

조회 수: 4 (최근 30일)
Nuh Metehan
Nuh Metehan 2014년 2월 17일
답변: Siddharth Mishra 2019년 11월 5일
could some tell me what laplace transformation of exponantial function is below
mx''+ cx' + exp(-x) =? s^2*m+c*s +????

답변 (1개)

Siddharth Mishra
Siddharth Mishra 2019년 11월 5일
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);

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by