looking for completion of pendulum (constrained motion) equations using multiindex notation (1 independent variable [t] and 3 dependent variables [x,y,F]) fricas (1) -> jb:=IJB('t, Type: Type
fricas jbe:=JBE jb; Type: Type
fricas de := JDE(jb, Type: Type
fricas ck := CKP(jb, Type: Type
fricas eq1:jbe := m*P(4,
fricas eq2:jbe := m*P(5,
fricas eq3:jbe := U(1)^2 + U(2)^2 - L^2
fricas eq4:jbe := P(1,
fricas eq5:jbe := P(2,
fricas printSys([eq1,
Type: OutputForm?
fricas pendulum:de := makeSystem [eq1,
Type: JetDifferentialEquation?(IndexedJetBundle?(t,
fricas setOutMode(14)$ck
Type: NonNegativeInteger?
fricas setRedMode(1)$ck
Type: NonNegativeInteger?
fricas complete(pendulum)$ck
Type: Void
|