Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.62 KB | None | 0 0
  1. Original:
  2.     [[-1, 1, 1],
  3.      [-1, 1, 1],
  4.      [-1, 1, 1],
  5.  
  6.      [1, 2, 0],
  7.      [1, 0, 2],
  8.  
  9.      [5, -2, 5],
  10.      [6, 2, 4],
  11.  
  12.      [3, 0, 3],
  13.      [3, -3, -2],
  14.      [4, 2, -2],
  15.  
  16.      [0, 2, 0],
  17.      [0, -5, 0],
  18.      [0, -2, 0]]
  19.  
  20. Transforamcija:
  21. [[ 3.03324676 -3.00716591]
  22.  [ 3.03324676 -3.00716591]
  23.  [ 3.03324676 -3.00716591]
  24.  [ 0.13878646 -0.05026364]
  25.  [ 0.22584891 -0.12946764]
  26.  [-2.86942339  2.870924  ]
  27.  [-2.86746645  2.86885357]
  28.  [-2.16731691  2.20918512]
  29.  [-1.7561084   1.82087135]
  30.  [-1.77122462  1.83133805]
  31.  [ 1.83778763 -1.77815485]
  32.  [ 1.7696501  -1.69027627]
  33.  [ 1.78336906 -1.70687938]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement