Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
