Non-Square Skew (Symmetric/Repeating) Matrix?

  • Context: Graduate 
  • Thread starter Thread starter GreenLRan
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The discussion centers on the characteristics of non-square skew matrices, specifically those that exhibit symmetric or repeating properties. The author presents examples of such matrices, including dimensions of 9x2, 16x3, and 4x6. Key conclusions include the observation that the rank of these matrices is consistently 2, and that the products AA' and A'A yield symmetric matrices. The author seeks a specific nomenclature for these matrices, indicating a gap in existing terminology.

PREREQUISITES
  • Understanding of matrix theory and linear algebra
  • Familiarity with matrix operations, particularly matrix multiplication
  • Knowledge of matrix rank and its implications
  • Basic concepts of symmetry in mathematical structures
NEXT STEPS
  • Research the properties of non-square matrices in linear algebra
  • Explore the implications of matrix rank in computational efficiency
  • Investigate the concept of skew matrices and their classifications
  • Learn about symmetric matrices and their applications in image processing
USEFUL FOR

Researchers in computational mathematics, image processing specialists, and students of linear algebra seeking to deepen their understanding of matrix properties and classifications.

GreenLRan
Messages
59
Reaction score
0
Hi,

I am preparing to publish an academic article on computational efficiency and image processing. In my work, I have come across what I can best describe as a non-square skew (symmetric or repeating) matrix (I know it can't be symmetric since it's non-square).

Here are some examples of what it may look like:

(9 x 2)

\begin{array}{cc}
0 & -6 \\
0 & -6 \\
0 & -6 \\
3 & -3 \\
3 & -3 \\
3 & -3 \\
6 & 0 \\
6 & 0 \\
6 & 0 \end{array}


(16 x 3)

\begin{array}{ccc}
0 & -12 & -24 \\
0 & -12 & -24 \\
0 & -12 & -24 \\
0 & -12 & -24 \\
8 & -4 & -16 \\
8 & -4 & -16 \\
8 & -4 & -16 \\
8 & -4 & -16 \\
16 & 4 & -8 \\
16 & 4 & -8 \\
16 & 4 & -8 \\
16 & 4 & -8 \\
24 & 12 & 0 \\
24 & 12 & 0 \\
24 & 12 & 0 \\
24 & 12 & 0 \end{array}

(4 x 6)

\begin{array}{cccccc}
0 & -2 & -4 & -6 & -8 & -10 \\
0 & -2 & -4 & -6 & -8 & -10 \\
10 & 8 & 6 & 4 & 2 & 0 \\
10 & 8 & 6 & 4 & 2 & 0 \end{array}


Is there a specific name for this type of matrix? If so, I could not find one.

Also, what are some properties of this matrix that I may be overlooking?

1) It seems that the rank will always be 2.
2) (If the matrix is A): AA' and A'A is always symmetric.


Thank you for your time.
 
Physics news on Phys.org
Except that they are somehow funny, there is no name that I knew of. Your observations look right.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K