the galois complexity of graph drawing
play

The Galois Complexity of Graph Drawing Michael J. Bannister William - PowerPoint PPT Presentation

The Galois Complexity of Graph Drawing Michael J. Bannister William E. Devanny David Eppstein Michael Goodrich Overview Motivation Galois theory Models of computation Results Undrawable graphs! Overview Motivation Galois theory Models


  1. The Galois Complexity of Graph Drawing Michael J. Bannister William E. Devanny David Eppstein Michael Goodrich

  2. Overview Motivation Galois theory Models of computation Results Undrawable graphs!

  3. Overview Motivation Galois theory Models of computation Results Undrawable graphs! For some definition of undrawable

  4. Motivation x max c T x c Simplex vs Interior Point

  5. Motivation max c T x x c Simplex Methods

  6. Motivation max c T x x c Simplex Methods

  7. Motivation x max c T x c Simplex Methods

  8. Motivation x max c T x c Interior Point Methods

  9. Motivation max c T x x c Interior Point Methods

  10. Motivation x max c T x c Interior Point Methods

  11. Motivation x max c T x c Interior Point Methods

  12. Motivation x max c T x c Interior Point Methods

  13. Motivation Symbolic vs. Numerical algorithms Symbolic - manipulate mathematical expressions to obtain an exact answer for a problem Simplex method Numerical - iteratively walk towards the answer, improving an approximate answer with each step Interior point method

  14. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  15. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  16. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  17. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  18. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k length k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  19. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  20. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  21. Force Directed Graph Drawing (Fruchterman and Reingold) Neighbors: f a ( d ) = d 2 /k length k All pairs: f r ( d ) = k 2 /d When the total force at each vertex is zero, we are at F. and R. equilbrium Also disqualify unstable/degenerate solutions

  22. Motivation - Graph Drawing Many problems only have numerical algorithms Fruchterman-Reingold Kamada-Kawai Spectral methods Circle packings Why?

  23. Motivation - Graph Drawing Many problems only have numerical algorithms Fruchterman-Reingold Kamada-Kawai Spectral methods Circle packings Why? Galois theory!

  24. Solving polynomials Quadratics √ ax 2 + bx + c = 0 b 2 − 4 ac x = − b ± ⇒ 2 a Cubics ax 3 + bx 2 + cx + d = 0 b Substitute x = t − ⇒ 3 a t 3 + pt + q = 0 p Substitute t = w − 3 w w 6 + qw 3 − p 3 27 = 0 Quadratic in w 3

  25. Solving polynomials Quartic ax 4 + bx 3 + cx 2 + dx + e = 0 ⇒ Still has a symbolic solution Very messy Quintic ax 5 + bx 4 + cx 3 + dx 2 + ex + f = 0 ⇒ ?

  26. Galois - a short biography Born in France in 1811 Mathematician First to use group as a technical term Worked on polynomial equations Political activist Was expelled for his political opinions Imprisoned for threatening the King’s life Is shot and killed in the duel in 1832 Showed there is no quintic formula the night before

  27. Galois Theory Draws a connection between groups and roots of polynomials where the group encodes the expressibility of the roots If the Galois group for a polynomial contains S 5 as a subgroup, then the roots cannot be written using radicals Written using radicals? √ φ = 1 . 618 ... = 1+ 5 π = 3 . 14159 . . . 2

  28. Models of Computation Algebraic computation tree A model in which each node makes a decision or computes a value using standard arithmetic functions of previous values x = 5 − y x > y ? True False Accept Reject

  29. Models of Computation Quadratic computation tree Radical computation tree Bounded degree root computation tree

  30. Models of Computation Quadratic computation tree An algebraic computation tree with square roots and complex conjugation Radical computation tree Bounded degree root computation tree

  31. Models of Computation Quadratic computation tree An algebraic computation tree with square roots and complex conjugation Radical computation tree An algebraic computation tree with k th roots and complex conjugation for any integer k Bounded degree root computation tree

  32. Models of Computation Quadratic computation tree An algebraic computation tree with square roots and complex conjugation Radical computation tree An algebraic computation tree with k th roots and complex conjugation for any integer k Bounded degree root computation tree An algebraic computation tree with taking roots of bounded degree polynomials and complex conjugation

  33. Models of Computation Quadratic computation tree An algebraic computation tree with square roots and complex conjugation Compass and straightedge model Radical computation tree An algebraic computation tree with k th roots and complex conjugation for any integer k Bounded degree root computation tree An algebraic computation tree with taking roots of bounded degree polynomials and complex conjugation

  34. Approach F & R Layout Graph Drawing Layout Polynomial Galois Group Expressibility in a Symbolic Model

  35. Approach F & R Layout Graph Drawing Layout Polynomial p ( x ) = x n + . . . Galois Group Expressibility in a Symbolic Model

  36. Approach F & R Layout Graph Drawing Layout Polynomial p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model

  37. Approach F & R Layout Graph Drawing Layout Polynomial p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model Cannot draw in a Radical Computation Tree

  38. Approach F & R Layout Lots of variables Graph Drawing Layout System of polynomials Polynomial p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model Cannot draw in a Radical Computation Tree

  39. Approach F & R Layout Lots of variables Graph Drawing Layout System of polynomials ⇒ p ( x ) may have high degree Polynomial p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model Cannot draw in a Radical Computation Tree

  40. Approach F & R Layout Lots of variables Graph Drawing Layout System of polynomials ⇒ p ( x ) may have high degree Polynomial p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model Cannot draw in a Radical Computation Tree

  41. Approach F & R Layout Lots of variables Graph Drawing Layout System of polynomials ⇒ p ( x ) may have high degree Polynomial Exploit symmetry to reduce degree p ( x ) = x n + . . . Galois Group S 5 Expressibility in a Symbolic Model Cannot draw in a Radical Computation Tree

  42. Undrawable Graphs Bounded degree root computation trees Fruchterman-Reingold Circle packings Kamada-Kawai Spectral graph drawings

  43. Undrawable Graphs Bounded degree root computation trees p -cycles Fruchterman-Reingold Circle packings Kamada-Kawai Spectral graph drawings

  44. Undrawable Graphs Bounded degree root computation trees p -cycles p -bipyramid Fruchterman-Reingold Circle packings Kamada-Kawai Spectral graph drawings

  45. Undrawable Graphs Radical computation trees Fruchterman-Reingold Kamada-Kawai Multidimensional scaling

  46. Undrawable Graphs Radical computation trees Fruchterman-Reingold Kamada-Kawai Multidimensional scaling

  47. Undrawable Graphs Radical computation trees Fruchterman-Reingold Kamada-Kawai Multidimensional scaling

  48. Undrawable Graphs Radical computation trees Fruchterman-Reingold Kamada-Kawai Multidimensional scaling

  49. Undrawable Graphs Radical computation trees Spectral graph drawings (Laplacian matrix) (Adjacency/Transition matrix)

  50. Undrawable Graphs Radical computation trees Circle packings

  51. Summary Lots of graph drawing uses numerical algorithms Why no symbolic algorithms? Galois theory! Graph drawing coordinates cannot be computed using radicals

  52. Summary Lots of graph drawing uses numerical algorithms Why no symbolic algorithms? Galois theory! Graph drawing coordinates cannot be computed using radicals Open Questions Other graph drawing problems with no symbolic algorithms? Problems with arbitrarily high S n ?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend