Group Abstract Group Abstract

Message Boards Message Boards

0
|
29 Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Define a two-dimensional tuple?

Posted 1 day ago

Almost all algebraic works use the concept of a tuple. Is it possible to define a two-dimensional tuple? For example, one like this:

enter image description here

Attachment

Attachments:
POSTED BY: Dmitry Chernov
2 Replies

It looks like you're talking about a "matrix," also known as a "rank-2 tensor." "Rank-2" is perhaps a more common description than "two-dimensional." Sometimes a matrix is also called a "two-dimensional array."

POSTED BY: Michael Rogers
Posted 2 hours ago

Thanks for your reply. You really helped me understand this issue. I think you're right: two-dimensional tuples are associated with matrices.

But it seems to me that two-dimensional tuples are closer to a generalized permutation matrix. Let me explain. Typically, a tuple is defined as follows:

enter image description here

Since in a regular tuple, each element has a single index, it is a one-dimensional tuple. A one-dimensional tuple can be used for element-wise addition and multiplication.

But if we want to perform a more complex operation, such as taking the i-th element from the first tuple, multiplying it by the j-th element from the second tuple, and storing the result in the k-th position, a one-dimensional tuple is not suitable. Therefore, we must use a two-dimensional tuple.

I have one more question. Can a matrix be defined using only two-dimensional tuples?

Sorry for the long explanation.

Thank you.

POSTED BY: Dmitry Chernov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard