Jump to content

Is the amount of arrangements of the elements of a matrix equal to its area factorial?


Unity+

Recommended Posts

I am assuming that since the amount of arrangements possible for a set of elements is equal to the amount of elements within the set to the factorial, that for a matrix it would be the area of the matrix factorial. Is this true?

Link to comment
Share on other sites

Yes the Area.

 

A matrix can be a k by d, where k is the width and d is the height. Multiply them to get the area.

 

[math]\begin{bmatrix} 3&2 &5 \\ 1& 3 &5 \\ 6&3 & 4 \end{bmatrix}=A_{3\times 3}[/math]

Link to comment
Share on other sites

Unity, this is why you have to be very careful with your terminology. I don't think I had ever heard anyone call the total number of elements in a matrix the 'area' before. It is especially confusing since there are matrix operations that can calculate areas, e.g. usually via a determinant.

 

And, yes, if there are no restrictions on the ordering of the elements (i.e. no symmetry requirements or similar), then it would be the factorial of the product of rows x columns

Link to comment
Share on other sites

Unity, this is why you have to be very careful with your terminology. I don't think I had ever heard anyone call the total number of elements in a matrix the 'area' before. It is especially confusing since there are matrix operations that can calculate areas, e.g. usually via a determinant.

 

And, yes, if there are no restrictions on the ordering of the elements (i.e. no symmetry requirements or similar), then it would be the factorial of the product of rows x columns

I apologize for this. I guess terminology for me is a bit confusing sometimes.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.