![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15902290_1564738893227_DEF.jpg)
pritha
Followers: 0 Following: 0
Programming Languages:
MATLAB
MATLAB
Feeds
질문
A quatity is being solved by a self consistent integration
How to find Z from the below equation here \mathcal{P} means the principal value integration. I was tried in the following wa...
9개월 전 | 답변 수: 1 | 0
1
답변질문
time -independent-Schrodinger-like-1D-pde
I have [-\nabla^2+ (h*G(x)+H(x)) ] y(x) = h^2 y(x), where, for a range of x values, G(x) and H(x) values are known (not their fu...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
Condition based integration in MatLab
I have an integration : Int(rp.^2.*G(r,rp)*drp) where the integration is with respect to rp and the limit is on rp : 0->inf and ...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
Operator '*' is not supported for operands of type 'function_handle'
clear all; clc; r_value = 0:.01:.6; r1 = r_value(:); Z = []; for i = 1 : length(r1) r = r1(i); i; Z = [Z;f...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Integration using Green's function in MatLab
I have an integration phi(r)= int_0^{inf} (r'^2 * dr' * G(r,r') * S(r')) where G(r,r') = 1/(2*m*r*r')*(exp(-m*(r-r')) - exp(-...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
fzero coupled with ode45
I'm getting, the following comments while trying to solve .... rspan = [0 10]; y0 =[0 0 0 0 0 0 0 0]; [r,y] = ode45(@(r,y) f...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
Solving a nonlinear equation using fsolve. cant reach at perfect result. output showing some error written below.
Where M*_N = m - (a*sigma) Equation solved. fsolve completed because the vector of function values is near zero as measured b...
대략 3년 전 | 답변 수: 1 | 0