Community Profile

photo

Alessandro Sona


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Solving symbolic equation using vpasolve
syms Del theta assume(Del,'real') % assume(theta == 0); % assume(theta>0 & theta<2*pi) alpha = 1; rho_0 = 0.5; rho = 0.7...

3 years ago | 1 answer | 0

1

answer

Question


Integral of bessel function returns all zeros
besselfunc = @(x) besselk(5/3,x); for n = 1:length(l) xmin = 4*pi*Rc/(3*l(n)*gamma^3); % lower bound integral K(n) = ...

3 years ago | 1 answer | 0

1

answer