Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. G: matrix([1,0,0,0,0,0,dt,0,0,dt*dt/2,0,0],[0,1,0,0,0,0,0,dt,0,0,dt*dt/2,0],[0,0,1,0,0,0,0,0,dt,0,0,dt*dt/2],[0,0,0,1,0,0,dt,0,0,dt*dt/2,0,0],[0,0,0,0,1,0,0,dt,0,0,dt*dt/2,0],[0,0,0,0,0,1,0,0,dt,0,0,dt*dt/2],[0,0,0,0,0,0,1,0,0,dt,0,0],[0,0,0,0,0,0,0,1,0,0,dt,0],[0,0,0,0,0,0,0,0,1,0,0,dt],[0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,1]);
  2.  
  3. X: transpose(matrix([x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12]));
  4.  
  5. Xp: G.X;
  6. Pp: G.P.transpose(G);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement