Комментарии •

  • @scottpet100
    @scottpet100 3 года назад +10

    What a terrific service you have done by offering these classes on RUclips! You are a terrific teacher that explains the concepts very thoroughly in plain english without assuming we know the math jargon. I've always wanted to understand these concepts better, and this class bridges a lot of that gap in my knowledge. Thank you!

  • @shiv093
    @shiv093 3 года назад +24

    0:36 Manifold - First Glimpse
    5:05 Simplicial Manifold - Visualized
    6:50 Simplicial Manifold - Definition
    11:49 Manifold Triangle Mesh
    14:02 Manifold Meshes - Motivation
    16:21 Topological Data Structures
    16:41 Adjacency List
    19:21 Incidence Matrix
    25:03 Aside: Sparse Matrix Data Structures
    28:44 Data Structures - Signed Incidence Matrix
    31:18 Half Edge Mesh
    33:41 Half Edge - Algebraic Definition
    39:31 Half Edge - Smallest Example
    42:20 Other Data Structures - Quad Edge
    43:08 Dual Complex
    44:00 Primal vs. Dual
    45:20 Poincare Duality
    46:16 Poincare Duality in Nature

  • @ObsessiveClarity
    @ObsessiveClarity 2 года назад +6

    22:09 I think this just shows how great these lectures are. You present the ideas so naturally that it all feels obvious, but I know other lecturers would fall short, and I would feel so lost reading a technical definition like that.

  • @alfredoarroyog.5705
    @alfredoarroyog.5705 3 года назад +4

    "If the Tilapia can do it, then so can you. " - Keenan Crane. Words to live by! Thanks for these lectures!

    • @utof
      @utof 2 года назад

      47:16
      Yeah 😂

  • @erinzhang8664
    @erinzhang8664 3 года назад +11

    simplicial manifold 6:50
    manifold triangle mesh 11:49
    manifold mesh motivation 15:25
    adjacency list 16:40
    incidence matrix 19:21
    sparse matrix data structure 25:03
    signed incidence matrix 28:45
    half edge mesh 31:18

  • @saturdaysequalsyouth
    @saturdaysequalsyouth 2 года назад +1

    Wow, this is the first time I feel like I'm starting to understand this stuff. This is amazing. Thank you.

  • @xanthirudha
    @xanthirudha 3 года назад +6

    This is a very nice geometry course, can't believe it's 2021 lecture, it seems this can be great for programmers as well

  • @joshuaclavel9666
    @joshuaclavel9666 3 года назад +3

    I love this my goodness something that my mind needs to know

  • @bryanbischof4351
    @bryanbischof4351 3 года назад +3

    I really liked the slide on “how hard is it to check for manifold by value of k”.

  • @zeyonaut
    @zeyonaut 2 года назад +2

    I followed along with the C++ exercises for this lecture, and there appears to be a bug (I think it’s a memory leak caused by accessing coefficients from an Eigen::DenseCoeffsBase) that can cause an implementation of the boundary operator to silently crash when running the test suite. If anyone else has this issue, just destroy and rebuild the guilty dense vector as often as necessary. I ended up rebuilding it on every coefficient access to avoid crashing, which didn’t seem to affect performance significantly.

  • @columbus8myhw
    @columbus8myhw 3 года назад +15

    Oh hello! I have a twin. And that twin,
    I S M E

  • @felipekersting7065
    @felipekersting7065 2 года назад +1

    Hi professor Crane, amazing lectures. I have a question: Given that you defined manifold considering only the topology of the mesh, you didn't account for self-intersections (i.e. two faces intersecting each other but without an edge in the "middle"). I have seen manifold definitions that had the additional restriction of not having such intersections. This makes sense to me, but at the same time it would include geometry information. What is your take on this?

  • @frittenpeter
    @frittenpeter 5 месяцев назад

    highly underrated channel

  • @sp4ghet
    @sp4ghet 3 года назад +4

    Hi, been following these lectures and they're super helpful!
    I noticed your algebraic definition of a vertex in a half-edge seems to disagree with the course notes and your previous description of the vertex struct with pseudo code. Is it perhaps meant to be $
    ho \circ \eta$ so the halfedges are coming outwards from a vertex?

    • @keenancrane
      @keenancrane 3 года назад +2

      Ah, you're right! Yes, just a typo (or, as you say, a different convention for whether vertices are at the "head" vs. "tail" of the halfedge).

  • @abenedict85
    @abenedict85 2 года назад

    Do you expand on the signed incidence matrix's connection with discrete exterior calculus in another video in any more detail?

  • @JAYMOAP
    @JAYMOAP 5 месяцев назад

    Well done

  • @maxwang2537
    @maxwang2537 3 дня назад

    7:25 Can someone please tell me where was “link” introduced? Thanks.

  • @Iamfafafel
    @Iamfafafel 3 года назад +2

    Professor Crane, I have a question on the definition of the incidence matrix. If we think of the free vector space generated by the n-cells, then your incidence matrices correspond to the linear transformation induced by inclusion of an n-cell into an (n+1) -cell. However, there's an equally natural map from n-cells to (n-1) -cells induced from the boundary operator. The corresponding matrices are exactly the transpose of your incidence matrices. Is there any reason to take one over the other?

    • @keenancrane
      @keenancrane 3 года назад +1

      Yes, the transpose is important. We will see later on that in discrete exterior calculus these matrices (the boundary and coboundary operators) correspond to a discrete notion of exterior derivative (for the dual and primal mesh, respectively).

  • @daniellesman6836
    @daniellesman6836 2 года назад

    Quick question. If the adjacency list is the top dimensional simplex, why wouldn't the adjacency list for the tetrahedron be (0,1,2,3) given that the tetrahedron itself is a 3-simplex?

    • @keenancrane
      @keenancrane 2 года назад +1

      In this example the mesh we want to describe is a "hollow tetrahedron," i.e., the four triangles that bound a tetrahedron, but no actual tetrahedron.

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 3 месяца назад +1

    14:11

  • @hamedzahmati4530
    @hamedzahmati4530 2 года назад

    The best language to describe mathematics is mathematics itself.

  • @user-sv5vb1mj1q
    @user-sv5vb1mj1q Год назад

    As a third party person where can I find homework assignments for this course to do it myself?

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 3 месяца назад

    6:42

  • @KaliFissure
    @KaliFissure Год назад

    Surface(cos(u/2)cos(v/2),cos(u/2)sin (v/2),sin(u)/2) 0>u>4π 0>v>2π.
    A single sided closed surface.
    The missing Klein.
    "Shirley's Surface"

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 3 месяца назад

    42:42

  • @utof
    @utof 2 года назад

    47:16 if tilapia can do it then so can you 😂😂