Do 3 dimensional matrices exist?

  • Thread starter Thread starter Rob K
  • Start date Start date
  • Tags Tags
    Matrices
AI Thread Summary
Three-dimensional matrices, while not commonly used, can be conceptualized through examples like calendars, where dates can be represented in a multi-dimensional format. The discussion highlights that tensors are a more appropriate framework for understanding multi-dimensional data, as they extend the concept of matrices into higher dimensions. Participants suggest exploring tensor products for a deeper understanding of n-dimensional representations. Resources, including guides on tensors, are shared for further learning. Overall, the conversation emphasizes the relevance of tensors in discussing multi-dimensional structures.
Rob K
Messages
33
Reaction score
0
Hi,

I was just wondering, as I find matrices fascinating, I don't know why, but I was wondering if there was ever a use for 3D ones and if so what would be their application? It just occurred to me as I was reading about holographic hard disc storage.

Curiously

Rob K
 
Mathematics news on Phys.org
You should read up on tensors.
 
A simpler example is a calender, where each page holds the days of a month. The days are arranged in rows of seven days, and each month has four to six rows, not all of which are full.

For example, today's date is Jan. 13, 2012. If we agree that the year is understood to be 2012, we could identify today's date by its position in the week, the week of the month, and the month. So instead of representing it as 1/13, we could represent it as <6, 2, 1>, with 6 being the 6th day of the week, 2 for the 2nd week, and 1 for the first month.

I'm not putting this out there as an improvement on the current scheme for writing dates, but rather as a simple example for motivating three-dimensional matrices.
 
Mark44 said:
I'm not putting this out there as an improvement on the current scheme for writing dates, but rather as a simple example for motivating three-dimensional matrices.

That motivates 4-D not 3-D. There are only 12 calenders in our system: the calendar that starts on Monday, another that starts with Tuesday, and so on, giving 7. Then double because you need the leap years.

So we have <day of the week, week of the month, month of the year, calendar type>
 
Hey RobK.

Following on what micromass said above, I think you should look at tensor products of matrices. This will help you understand how we create multilinear representations of matrices which allow you to see how we do it for n-dimensions.
 
micromass said:
You should read up on tensors.

Any recommendations on books for learning tensors?
 
Back
Top