$25
1. Create a 2×5 matrix ๐ with elements as random float numbers from 0 to 1. Print the rank of ๐.
Let ๐ = ๐๐๐, find the shape and rank of ๐
Let ๐ = ๐๐๐, find the shape and rank of ๐
2. Create a 3×5 matrix ๐ with elements as random integers from 0 to 10, and find the dimension (shape) of ๐ = ๐๐๐ by coding;
Create a 3×1 column vector ๐ฐ with elements as random integers from 0 to 10, and find the dimension of ๐๐ฐ by coding;
Find the dimension of ๐ฐ๐๐ by coding;
Find the dimension of ๐ฐ๐๐๐ฐ by coding.
Find a way (by coding) to verify that ๐๐๐ is symmetric.
Calculate ๐−1. Print ๐−1๐ and ๐๐−1.
3. Create a 5×1 column vector ๐ฑ with elements as random float numbers from 0 to 1. Calculate ๐ฑ๐ฑ๐ by coding. What do you think is the rank of ๐ฑ๐ฑ๐?
4. Create a 5×5 identity matrix ๐ and print it.