Non-Square Skew (Symmetric/Repeating) Matrix?

  • Thread starter GreenLRan
  • Start date
  • Tags
    Matrix
In summary, the conversation is about a non-square skew matrix and its properties. The speaker is preparing to publish an academic article on computational efficiency and image processing and is looking for a specific name for this type of matrix. They also discuss some observations they have made about the matrix, such as its rank always being 2 and the symmetry of its products.
  • #1
GreenLRan
61
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
  • #2
Except that they are somehow funny, there is no name that I knew of. Your observations look right.
 

Related to Non-Square Skew (Symmetric/Repeating) Matrix?

What is a Non-Square Skew Matrix?

A non-square skew matrix is a type of matrix where the number of rows and columns are not equal, and the elements are arranged in a way that creates a repeating pattern or symmetry. This type of matrix is also known as a rectangular skew matrix.

What is the difference between a Non-Square Skew Matrix and a Square Skew Matrix?

The main difference between a non-square skew matrix and a square skew matrix is the number of rows and columns. A non-square skew matrix has a different number of rows and columns, while a square skew matrix has an equal number of rows and columns.

How is a Non-Square Skew Matrix represented?

A non-square skew matrix is typically represented using letters or symbols to represent the elements in the matrix. The number of rows and columns can also be indicated, for example, a 3x4 non-square skew matrix has 3 rows and 4 columns.

What are the properties of a Non-Square Skew Matrix?

Some of the properties of a non-square skew matrix include:

  • The sum of the elements in each row and column is equal.
  • The elements in the main diagonal (from top left to bottom right) are all equal to zero.
  • The elements in the opposite diagonal (from top right to bottom left) are all equal to zero.
  • The matrix is symmetric and has a repeating pattern.

What are the applications of Non-Square Skew Matrices?

Non-square skew matrices have various applications in fields such as computer graphics, cryptography, and engineering. They are also used in solving systems of linear equations and in data compression algorithms. Additionally, they have applications in statistics for data analysis and pattern recognition.

Similar threads

  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
778
  • Linear and Abstract Algebra
Replies
7
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
882
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
751
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
918
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
1K
Back
Top