Statistics
2 Questions
0 Answers
RANK
199,825
of 301,344
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,239
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,068
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Problem with MuPAD command while solving Schrodinger Equation for Morse Potential
<</matlabcentral/answers/uploaded_files/88573/Schrodinger.jpg>> I'm trying to solve this problem with the following command b...
8 years ago | 0 answers | 0
0
answersQuestion
Problem in code for Newton Raphson Method
if true % code function x = newton(x0) tolerance = 10^(-8); error = 999; x = x0; while error>tolerance f = x-x^...
9 years ago | 1 answer | 0
