To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Computational topology

From Wikipedia, the free encyclopedia

Algorithmic topology, or computational topology, is a subfield of topology with an overlap with areas of computer science, in particular, computational geometry and computational complexity theory.

A primary concern of algorithmic topology, as its name suggests, is to develop efficient algorithms for solving problems that arise naturally in fields such as computational geometry, graphics, robotics, social science, structural biology, and chemistry, using methods from computable topology.[1][2][3]

YouTube Encyclopedic

  • 1/3
    Views:
    22 715
    469
    426
  • Topological Data Analysis for Machine Learning I: Algebraic Topology
  • E0 207 : Computational Topology : Course Overview
  • Computational topology

Transcription

Major algorithms by subject area

Algorithmic 3-manifold theory

A large family of algorithms concerning 3-manifolds revolve around normal surface theory, which is a phrase that encompasses several techniques to turn problems in 3-manifold theory into integer linear programming problems.

  • Rubinstein and Thompson's 3-sphere recognition algorithm. This is an algorithm that takes as input a triangulated 3-manifold and determines whether or not the manifold is homeomorphic to the 3-sphere. It has exponential run-time in the number of tetrahedral simplexes in the initial 3-manifold, and also an exponential memory profile. Moreover, it is implemented in the software package Regina.[4] Saul Schleimer went on to show the problem lies in the complexity class NP.[5] Furthermore, Raphael Zentner showed that the problem lies in the complexity class coNP,[6] provided that the generalized Riemann hypothesis holds. He uses instanton gauge theory, the geometrization theorem of 3-manifolds, and subsequent work of Greg Kuperberg [7] on the complexity of knottedness detection.
  • The connect-sum decomposition of 3-manifolds is also implemented in Regina, has exponential run-time and is based on a similar algorithm to the 3-sphere recognition algorithm.
  • Determining that the Seifert-Weber 3-manifold contains no incompressible surface has been algorithmically implemented by Burton, Rubinstein and Tillmann[8] and based on normal surface theory.
  • The Manning algorithm is an algorithm to find hyperbolic structures on 3-manifolds whose fundamental group have a solution to the word problem.[9]

At present the JSJ decomposition has not been implemented algorithmically in computer software. Neither has the compression-body decomposition. There are some very popular and successful heuristics, such as SnapPea which has much success computing approximate hyperbolic structures on triangulated 3-manifolds. It is known that the full classification of 3-manifolds can be done algorithmically,[10] in fact, it is known that deciding whether two closed, oriented 3-manifolds given by triangulations (simplicial complexes) are equivalent (homeomorphic) is elementary recursive.[11] This generalizes the result on 3-sphere recognition.

Conversion algorithms

  • SnapPea implements an algorithm to convert a planar knot or link diagram into a cusped triangulation. This algorithm has a roughly linear run-time in the number of crossings in the diagram, and low memory profile. The algorithm is similar to the Wirthinger algorithm for constructing presentations of the fundamental group of link complements given by planar diagrams. Similarly, SnapPea can convert surgery presentations of 3-manifolds into triangulations of the presented 3-manifold.
  • D. Thurston and F. Costantino have a procedure to construct a triangulated 4-manifold from a triangulated 3-manifold. Similarly, it can be used to construct surgery presentations of triangulated 3-manifolds, although the procedure is not explicitly written as an algorithm in principle it should have polynomial run-time in the number of tetrahedra of the given 3-manifold triangulation.[12]
  • S. Schleimer has an algorithm which produces a triangulated 3-manifold, given input a word (in Dehn twist generators) for the mapping class group of a surface. The 3-manifold is the one that uses the word as the attaching map for a Heegaard splitting of the 3-manifold. The algorithm is based on the concept of a layered triangulation.

Algorithmic knot theory

Computational homotopy

Computational homology

Computation of homology groups of cell complexes reduces to bringing the boundary matrices into Smith normal form. Although this is a completely solved problem algorithmically, there are various technical obstacles to efficient computation for large complexes. There are two central obstacles. Firstly, the basic Smith form algorithm has cubic complexity in the size of the matrix involved since it uses row and column operations which makes it unsuitable for large cell complexes. Secondly, the intermediate matrices which result from the application of the Smith form algorithm get filled-in even if one starts and ends with sparse matrices.

  • Efficient and probabilistic Smith normal form algorithms, as found in the LinBox library.
  • Simple homotopic reductions for pre-processing homology computations, as in the Perseus software package.
  • Algorithms to compute persistent homology of filtered complexes, as in the TDAstats R package.[20]

See also

References

  1. ^ Afra J. Zomorodian, Topology for Computing, Cambridge, 2005, xi
  2. ^ Blevins, Ann Sizemore; Bassett, Danielle S. (2020), Sriraman, Bharath (ed.), "Topology in Biology", Handbook of the Mathematics of the Arts and Sciences, Cham: Springer International Publishing, pp. 1–23, doi:10.1007/978-3-319-70658-0_87-1, ISBN 978-3-319-70658-0, S2CID 226695484
  3. ^ Chiou, Lyndie (26 March 2024). "Topologists Tackle the Trouble With Poll Placement". Quanta Magazine. Retrieved 1 April 2024.
  4. ^ Burton, Benjamin A. (2004). "Introducing Regina, the 3-manifold topology software" (PDF). Experimental Mathematics. 13 (3): 267–272. doi:10.1080/10586458.2004.10504538. S2CID 16566807.
  5. ^ Schleimer, Saul (2011). "Sphere Recognition Lies in NP" (PDF) – via University of Warwick.
  6. ^ Zentner, Raphael (2018). "Integer homology 3-spheres admit irreducible representations in SL(2,C)". Duke Mathematical Journal. 167 (9): 1643–1712. arXiv:1605.08530. doi:10.1215/00127094-2018-0004. S2CID 119275434.
  7. ^ Kuperberg, Greg (2014). "Knottedness is in NP, modulo GRH". Advances in Mathematics. 256: 493–506. arXiv:1112.0845. doi:10.1016/j.aim.2014.01.007. S2CID 12634367.
  8. ^ Burton, Benjamin A.; Hyam Rubinstein, J.; Tillmann, Stephan (2009). "The Weber-Seifert dodecahedral space is non-Haken". Transactions of the American Mathematical Society. 364 (2): 911–932. arXiv:0909.4625. doi:10.1090/S0002-9947-2011-05419-X. S2CID 18435885.
  9. ^ J.Manning, Algorithmic detection and description of hyperbolic structures on 3-manifolds with solvable word problem, Geometry and Topology 6 (2002) 1–26
  10. ^ S.Matveev, Algorithmic topology and the classification of 3-manifolds, Springer-Verlag 2003
  11. ^ Kuperberg, Greg (2019). "Algorithmic homeomorphism of 3-manifolds as a corollary of geometrization". Pacific Journal of Mathematics. 301: 189–241. arXiv:1508.06720. doi:10.2140/pjm.2019.301.189. S2CID 119298413.
  12. ^ Costantino, Francesco; Thurston, Dylan (2008). "3-manifolds efficiently bound 4-manifolds". Journal of Topology. 1 (3): 703–745. arXiv:math/0506577. doi:10.1112/jtopol/jtn017. S2CID 15119190.
  13. ^ a b Hass, Joel; Lagarias, Jeffrey C.; Pippenger, Nicholas (1999), "The computational complexity of knot and link problems", Journal of the ACM, 46 (2): 185–211, arXiv:math/9807016, doi:10.1145/301970.301971, S2CID 125854
  14. ^ Lackenby, Marc (2021), "The efficient certification of Knottedness and Thurston norm", Advances in Mathematics, 387: 107796, arXiv:1604.00290, doi:10.1016/j.aim.2021.107796, S2CID 119307517
  15. ^ "Main_Page", The Knot Atlas.
  16. ^ Maria, Clément (2019). "Parameterized complexity of quantum invariants". arXiv:1910.00477 [math.GT].
  17. ^ Przytycki, Jozef H. (2017). "The first coefficient of Homflypt and Kauffman polynomials: Vertigan proof of polynomial complexity using dynamic programming". arXiv:1707.07733 [math.GT].
  18. ^ Aharonov, Dorit; Jones, Vaughan; Landau, Zeph (2005). "A Polynomial Quantum Algorithm for Approximating the Jones Polynomial". arXiv:quant-ph/0511096.
  19. ^ Brown, Edgar H. (1957), "Finite Computability of Postnikov Complexes", Annals of Mathematics (2), 65 (1): 1–20, doi:10.2307/1969664, JSTOR 1969664
  20. ^ Wadhwa, Raoul; Williamson, Drew; Dhawan, Andrew; Scott, Jacob (2018). "TDAstats: R pipeline for computing persistent homology in topological data analysis". Journal of Open Source Software. 3 (28): 860. Bibcode:2018JOSS....3..860R. doi:10.21105/joss.00860. PMC 7771879. PMID 33381678.

External links

Books

This page was last edited on 4 April 2024, at 01:22
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.