Nivii1406
Junior Member level 2
- Joined
- Jun 8, 2013
- Messages
- 20
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 3
- Activity points
- 126
I have to code a 64x64 matrix using the elements from a smaller matrix, i.e., a 4x4 matrix. I've been at it for three weeks now but I haven't been able to attain a result without errors.
The steps involved are as follows :
1. Take four 4x4 matrices
1. Construct two 16x16 matrices using the 4x4 matrix.
2. Construct a 64x64 matrix using the two 16x16 in the diagonals. All other values have to be zero.
It is important that I finish this in the next couple of days. Please do help.
The steps involved are as follows :
1. Take four 4x4 matrices
1. Construct two 16x16 matrices using the 4x4 matrix.
2. Construct a 64x64 matrix using the two 16x16 in the diagonals. All other values have to be zero.
It is important that I finish this in the next couple of days. Please do help.