The Planarity Algorithm: Decision Maths

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 31

  • @PunmasterSTP
    @PunmasterSTP 3 роки тому +7

    Planarity? More like “plain and clear to see”! Thanks for another truly illuminating lecture.

  • @richfurner776
    @richfurner776 5 років тому +7

    Amazingly clear, thank you. Much better than the textbook I'm going through.

    • @mathshelpwithmrorys8555
      @mathshelpwithmrorys8555  5 років тому +2

      I'm glad it was helpful to you! When I was reading through the textbook that I work with, it wasn't too clear to me either - hence the video! Hopefully the other videos that I am making on Decision Maths are helpful to you too. The series is not complete yet, but soonish it will have a video for all of the algorithms from the Edexcel Decision Maths course. See the vidoe description for the (work in progress) playlist

    • @PunmasterSTP
      @PunmasterSTP 3 роки тому

      How did the rest of your class go?

  • @gleon1602
    @gleon1602 2 роки тому +1

    Very clear explanation and easy to follow

  • @timotheospetros
    @timotheospetros 5 років тому +4

    Thx, that's a model of clarity. I taught the previous Decision Maths syllabus several years ago, but this was new to me - a 'redraw-the-network-with-no-intersections' conundrum (if I've understood it aright).

    • @mathshelpwithmrorys8555
      @mathshelpwithmrorys8555  5 років тому +2

      I'm glad it was helpful. It's not a straightforward algorithm so this seemed the best way of presenting it for my students. Yes, you have understood it correctly.

    • @konradw360
      @konradw360 4 роки тому +1

      Even maths teachers need help :D

  • @stevnleo
    @stevnleo 4 роки тому +4

    Absolute legend

  • @FarmYardGaming
    @FarmYardGaming 2 роки тому +1

    Brilliant. Absolutely brilliant.

  • @felixbowen3544
    @felixbowen3544 Рік тому

    Brilliant explanation!

  • @vithumsathyajith2417
    @vithumsathyajith2417 4 роки тому +4

    What if there is not Hamiltonian cycle?

    • @mathshelpwithmrorys8555
      @mathshelpwithmrorys8555  4 роки тому +2

      If there are no cycles in your graph, then it is a tree and is thus automatically planar! Drawing the version of the garph in a plane should be quite straightforward.

    • @wasnloshier1882
      @wasnloshier1882 4 роки тому +3

      ​@@mathshelpwithmrorys8555 No cycle is different to no hamiltonian cycle. Do you mean one should only consider the biggest subgraph where all nodes belong to a hamiltonian cycle?

  • @mlfacts7973
    @mlfacts7973 3 роки тому +2

    Great video! thank you

  • @阮清瑗
    @阮清瑗 3 роки тому +1

    can i ask a question ?
    what if the graph don't have a hamaltonian cycle ?

    • @mathshelpwithmrorys8555
      @mathshelpwithmrorys8555  3 роки тому

      The Hamiltonian Cycle requirement is for it to be a subgraph (I possibly should have made this clearer within the video). If you cannot find a cycle as a subgraph, you have a tree, and all trees are planar!

  • @HaidarRezk-rz2pq
    @HaidarRezk-rz2pq Рік тому

    Could you send to me a search paper about it

  • @tianlouw8505
    @tianlouw8505 2 роки тому +1

    And if there isn't a cycle that includes every vertex of the graph/

    • @mathshelpwithmrorys8555
      @mathshelpwithmrorys8555  2 роки тому

      Bearing in mind that this is the demonstration of an algorithm for an exam, it is safe to say that the exam paper will not contain a graph that doesn't have a cycle including every vertex! Assuming that you are not doing this for an exam, there may well be other algorithms that are better suited, but my first impression would be to first isolate all vertices where a cycle can be found, determine if that section is planar. If it is not, job done! If it is, carefully consider adding other vertices in, ensuring planarity. If you reach a point which causes the graph to be non-planar when adding vertices back in, check carefully whether another arrangement would solve it. It may be necessary to perform the planarity algorithm on a subgraph as a part of this. Good luck!

    • @tianlouw8505
      @tianlouw8505 2 роки тому

      @@mathshelpwithmrorys8555 Thank you I found a method like this which uses bridges and the same idea and worked out. Thanks!

  • @sadiyashakeel8435
    @sadiyashakeel8435 3 роки тому +1

    Could you please tell me the Name of this algorithm ?

    • @FarmYardGaming
      @FarmYardGaming 2 роки тому

      The planarity algorithm.

    • @christianwilliams2248
      @christianwilliams2248 2 роки тому +1

      @@FarmYardGaming u doing some last minute A level revision too? 😁

    • @FarmYardGaming
      @FarmYardGaming 2 роки тому +1

      @@christianwilliams2248 For AS exams, but yep, haha

  • @rapfarsibaza
    @rapfarsibaza 4 роки тому +2

    Amazing video

  • @vijesh_dewasi
    @vijesh_dewasi 2 роки тому

    first i thought it would be hard but found it easy