Kivo69

15 Reputation

2 Badges

12 years, 101 days

MaplePrimes Activity


These are questions asked by Kivo69

Hi,

I have to get the numerical solution of a systems of differential equations, but with the particularity of that one of its equations contain an integral. I mean, something like this:

eq1 := diff(x(t), t) = -z(t); eq2 := diff(y(t), t) = z(t)-(1/2)*x(t); eq3 := y(t) = 3-2*(int((z(t)-z(tau))/sqrt(tau^2-1), tau = 0 .. 1)); bc1 := x(0) = 1; bc2 := x(1) = 0

"bc1"...

Page 1 of 1