Feeds
질문
Solving Coupled ODE's with Runge Kutta.
I want to solve a second order ODE of the form y''=Ey. To do this I've written my own Runge-Kutta function, which applies the 4t...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How to write a symbolic expression to an array
I am trying to write a function to calculate the normalisation factors for the first n_max eigen-functions of an eigen-problem. ...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Input a function to a function function without using @ in front of the input
I'm currently building a home-made numerical integration function that uses Simpson's rule to find the integral of an input func...
거의 8년 전 | 답변 수: 1 | 0