Quantity of Vertices, Edges, Etc In Higher Dimensional Cubes

  • Context: Undergrad 
  • Thread starter Thread starter Richard Craig
  • Start date Start date
  • Tags Tags
    tesseract
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Richard Craig
Messages
2
Reaction score
0
Has anyone came up with a way to find the number vertices, lines or face in different dimensional cubes? I'm would most interested in a non-recursive equation.
 
Physics news on Phys.org
the easiest way to see it seems recursive, but you might be able to write a non recursive formula. I.e. just cross an n cube with an interval to get an n+1 cube and look at what happens to the various simplexes. e.g. you double the number of vertices, but in addition to doubling the number of edges you also transfiorm each vertex into a new edge,... so a 3 cube has twice as many vertices as a square, and 3 times as many edges,... But maybe you already see this.