Guest User

Untitled

a guest
Oct 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. {x''[t] + x[t] == 0, x[-t] == x[t]} /. x -> ( Cos[#] & )
  2. (*True,True *)
  3.  
  4. DSolve[{x''[t] + x[t] == 0, x[-t] == x[t]}, x, t]
  5. (*DSolve[{x''[t] + x[t] == 0, x[-t] == x[t]}, x, t]*)
Add Comment
Please, Sign In to add comment