![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/361692_1542141941000_DEF.jpg)
Chris Horne
Followers: 0 Following: 0
Feeds
質問
function input to solve ODE
I am trying to write code to accept 3 arbitrary functions of time (i.e. cos, sin, t^2, etc.) and pass them to a loop that solves...
3年弱 前 | 2 件の回答 | 0
2
回答質問
Ask user for 3 equations and solve ODE
I am trying to use the input command to ask user for 3 differential equations in the form, u'(t) = F [ t, u(t) ] . The right han...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Sine equation in Euler Method ODE
I am trying to code the following equation y = SQRT(1+x)*cos(x^2) The exact solution is so much different from the Euler resu...
3年弱 前 | 2 件の回答 | 0
2
回答回答済み
How to specify a 3 element column vector in Euler's Method for ODE
Is the term 'forward Euler' the same as 'Euler' in terms of the algorithm? Here is my method for solving 3 equaitons as a vector...
How to specify a 3 element column vector in Euler's Method for ODE
Is the term 'forward Euler' the same as 'Euler' in terms of the algorithm? Here is my method for solving 3 equaitons as a vector...
3年弱 前 | 0
質問
How to specify a 3 element column vector in Euler's Method for ODE
I am writing code that will approximate the solution to an ODE IVP. I want the initual condition to be a 3D column array suppli...
3年弱 前 | 2 件の回答 | 0