Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. A = [0 0 1 0;
  2. 0 0 0 1;
  3. 44.0403 -8.5152 -0.6743 0.0704;
  4. -47.1169 41.7042 0.8607 -0.2145;];
  5. B1=[0;0;65.010865455969450;-69.552432134611020];
  6. B2=[0 0 0 0;
  7. 0 0 0 0;
  8. 1 0 0 0;
  9. 0 1 0 0;];
  10. C1=[1 0 0 0;
  11. 0 1 0 0;
  12. 0 0 1 0;
  13. 0 0 0 1;
  14. 0 0 0 0;];
  15. C2=[1 0 0 0;
  16. 0 1 0 0;];
  17.  
  18. y=2;
  19.  
  20. P = are(A,-((B1*B1')/(y^2) - B2*B2'), C1'*C1)
  21.  
  22. Q = are(A',-((C1'*C1)/(y^2) - C2'*C2), B1*B1')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement