M4 icon indicating copy to clipboard operation
M4 copied to clipboard

Dimensions for simplices

Open IanHawke opened this issue 5 years ago • 1 comments

In https://github.com/albi3ro/M4/blob/master/Graduate/Simplex.ipynb there seems to be a difference in definition between the discussion at the top (where, for example, a point is zero dimensional) and the output later on (where "single letter" simplices, which are I think points, are "Dimension: 1").

IanHawke avatar Aug 23 '19 14:08 IanHawke

Seems this was an unfortunate side effect of Julia indexing from 1.

Good catch on that, but by having to go back and really look at this post, I've just found it too unsalvagably bad.

For one, I actually did permutations wrong.

For me playing around and trying to understand something, it was fine, but if I can't really even understand what I did...

I could spend a lot of time trying to fix it, but I think I'm better cutting my losses.

albi3ro avatar Sep 14 '19 06:09 albi3ro