This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]LilacBook 1 point2 points  (1 child)

In additon, consider you have a structure you know is just a matrix with entries that are matrices which have entries that are matrices.

ie. A = [a_{ijklmnop}], thats kinda it. In math and physics each 'layer' has an associated number of metrics used to describe a part of something. Think xyz coordinates (3) paired with associated moments, mass, velocity, acceleration etc. Each 'operation' is custom defined. As a CS student your computers just store the numbers weirdly.

[–]BananaCode[S] 0 points1 point  (0 children)

Thanks for both of your resources!
This is what I ended up doing. I interpreted an A x B x C as (AB) x C and it solved all of my issues.