Alessandro Sona
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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) = ...
4 years 前 | 1 个回答 | 0