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...
7 years 前 | 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. ...
7 years 前 | 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...
7 years 前 | 1 个回答 | 0