why my result do not calculate limit value

clc;
clear;
syms x t w X
x=2*exp(-4*t)*cos(10*t);
X=int(x*exp(-j*w*t),t,0,inf)
I want to find X value but its result is always
(2*limit(exp(- 4*t - t*w*1i)*(10*sin(10*t) - cos(10*t)*(4 + w*1i)), t, Inf))/((4 + w*1i)^2 + 100) + (2*(4 + w*1i))/((4 + w*1i)^2 + 100)
how can I calculate that limit value?

2 Kommentare

Muhammad Usman
Muhammad Usman am 24 Apr. 2020
what's your j and w?
darova
darova am 24 Apr. 2020
Did you try to plot your function to see what can be wrong?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Aerospace Blockset finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 24 Apr. 2020

Kommentiert:

am 24 Apr. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by