pritha
Followers: 0 Following: 0
MATLAB
Statistics
7 Questions
0 Answers
RANK
200,257
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
7 months ago | 1 answer | 0
1
answerQuestion
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...
10 months ago | 1 answer | 0
1
answerQuestion
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 ...
11 months ago | 1 answer | 0
1
answerQuestion
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 year ago | 1 answer | 0
1
answerQuestion
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 year ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0