panke

145 Reputation

7 Badges

8 years, 287 days

MaplePrimes Activity


These are questions asked by panke

I have 2   equations that must be zero, and 2 ODE's for phi and theta

Vector(2, {(1) = `ϕ`(tau)-1.5*sin(`ϑ`(tau)), (2) = -`ϕ`(tau)^2+1.5*cos(`ϑ`(tau))})

how can i implement this quations with event statment .  this dose't work

 

event1 := [[`and`(gln[1], gln[2]), halt]]

 

 

maple_event_test.mw

I want to catch the trigger time t[i]

I want to contnue the simulation from the point (time) that the event accure 

how can I do it ?

 

1 2 3 4 5 6 7 Page 3 of 9