0% found this document useful (0 votes)
24 views1 page

Matra Anj

Uploaded by

Minh Trần
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Matra Anj

Uploaded by

Minh Trần
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

5 4 0 2 2

5 0 4 2 0
2 0 1 3 4
0 0 0 4 0
1 0 0 4 0
0 2 1 0 0
0 0 1 4 5

import numpy as np
xyz = np.array([[5, 4, 0, 2, 2],
[5, 0, 4, 2, 0],
[2, 0, 1, 3, 4],
[0, 0, 0, 4, 0],
[1, 0, 0, 4, 0],
[0, 2, 1, 0, 0],
[0, 0, 1, 4, 5]])
x=np.corrcoef(xyz)
print(x)

You might also like