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