Feeds
提问
Passing arguments into fsolve without using globals
Hello, How do I pass arguments, vectors, or constants into fsolve? A simple example: REF=[x,y,z] <-- I want this to p...
14 years 前 | 1 个回答 | 1
1
个回答已回答
How to solve ODEs that are a function of the derivatives of the state variables
By the way, final code I used: (for other ode15i users) =================================== function Z = implicit(A, y,y...
How to solve ODEs that are a function of the derivatives of the state variables
By the way, final code I used: (for other ode15i users) =================================== function Z = implicit(A, y,y...
15 years 前 | 1
提问
How to solve ODEs that are a function of the derivatives of the state variables
I don't know how to properly ask this question. Let me try to explain it. Typical coupled ODEs: y'(1) = function(state var...
15 years 前 | 2 个回答 | 0
