LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with ODE Runge Kutta 4th Order.vi

Fellows,

I need to solve a differential equation system of th form:

a*d2x/dt2 + b*dx/dt + c*dy/dt + k(t)*d*x + k(t)*e*y = T1(t)

f*d2y/dt2 + c*dy/dt + g*dy/dt + k(t)*e*x + k(t)*h*y = T2(t)

where the functions k(t), T1(t) and T2(t) are in an array form, so I can´t enter the system as formulae on the string input of ODE Runge Kutta 4th Order.vi

What can I do in this case in order to solve the system for x and y using the Runge Kutta algorithm?

any ideas?

kind regards,
CJMV
0 Kudos
Message 1 of 1
(2,612 Views)