フィルターのクリア

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 Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by