how replace inf too 1

5 views (last 30 days)
rodrigo figueiredo
rodrigo figueiredo on 20 Aug 2021
10001^(1/2)*Inf*(100/10001 - 1i/10001)
  6 Comments
rodrigo figueiredo
rodrigo figueiredo on 20 Aug 2021
int(dirac(x - a)*sin(x), x, -Inf, Inf)
rodrigo figueiredo
rodrigo figueiredo on 20 Aug 2021
syms a x
Q=dirac(x - 10.5*pi)*sin(x)*(10+i)
int(real(Q), x, -Inf, Inf)

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!