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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 2 | 0
