photo

pritha


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB

통계학

  • Thankful Level 3

배지 보기

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...

3개월 전 | 답변 수: 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...

6개월 전 | 답변 수: 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 ...

7개월 전 | 답변 수: 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...

11개월 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 1 | 0

1

답변