Figures
Abstract
A physical model, based on energy balances, is proposed to describe the fractures in solid structures such as stelae, tiles, glass, and others. We applied the model to investigate the transition of the Rosetta Stone from the original state to the final state with three major fractures. We consider a statistical corner-breaking model with cutting rules. We obtain a probability distribution as a function of the area and the number of vertices. Our generic results are consistent with the current state of the Rosetta Stone and, additionally, predictions related to a fourth fracture are declared. The loss of information on such heritage pieces is considered through entropy production. The explicit quantification of this concept in information theory stays examined.
Citation: Calcina-Nogales M, Atenas B, Flores JC (2023) Griffith theory of physical fractures, statistical procedures and entropy production: Rosetta stone’s legacy. PLoS ONE 18(11): e0292486. https://doi.org/10.1371/journal.pone.0292486
Editor: Antonio Riveiro Rodríguez, University of Vigo, SPAIN
Received: April 30, 2023; Accepted: September 21, 2023; Published: November 3, 2023
Copyright: © 2023 Calcina-Nogales et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the paper and its Supporting information files.
Funding: The authors received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
1 Introduction
Griffith criterion is a concept that explains the conditions under which a solid material will fracture or break. It is based on energetic considerations, specifically the balance between the energy required to create new areas (surface energy) and the bulk energy (strain energy). This criterion is directly related to this work. Explicitly, the Rosetta Stone [1–4] (Fig 1) is considered a relevant discovery in human history and, was the key to establishing a translation for Egyptian hieroglyphs. This stele was discovered inside the walls of Rosetta (Rashid) and, finally, carried up to a London museum.
In this work, we propose a model based on the use of random numbers (such as Monte Carlo) [5] to describe the fracture process of a solid material in terms of its number of vertices. Roughly speaking, we model the solid as a square polygon and propose that there are breakable points, called “breaking points”, on each side of the square. A fracturing event or vertex loss starts at a random breaking point on one side of the square and propagates to another random breaking point on another adjacent side. This fracturing occurs at each vertex, reaching a final state with a few vertices ranging between 4 and 8. Next, M copies of this system (statistical ensemble) are created, which evolve individually in the same way as aforementioned. By counting the area and the number of vertices of each copy at its final state, we derive a probability distribution and use it to find the most likely polygon. As an application of the model, we use this distribution and the Griffith criterion to study the fracture process of the Rosetta stone and conjecture about its eventual future. Finally, we identify a quantitative measurement for the missing information in the lost parts of the aforementioned stele. This task is carried out with the generic concept of entropy, and its relationship with information theory.
We believe that our model could be useful in studying tiles, glass, solar panel breakages, stelae, among others. This kind of methodology has been widely used to describe different kinds of systems; particle transport problems, chemical reactions, financial markets, social protests, higher education and theoretical models [6–20]. In addition, similar studies have been carried out in previous works [21–26] to understand the arising of cracks in paintings.
The model proposed here could be useful also to explain:
- Rolling stones in rivers: The rounding of stones is produced by the abrasion [27] induced during the transport of these in the rivers. An analytical theory of abrasion can be found in the work of Krumbein. [28] Since then, experimentally a tumbling barrel has been used to simulate the abrasion process [29–31].
- Crack networks: Developed in mud [32], clay [33], dry agricultural fields, master paintings [34, 35], and geological rocks [36–38]. A theory of crack formation can be found in Landau-Lifshitz [21], essentially the condition to appear crack in solid materials depends on the rigidity, stress tensor, surface area, and volume. When cracks appear they spread with vibrations [39] phenomenon that could also eventually occur in quantum circuits [40–42].
- Breakage of solid structures: At the industry, the analysis of the breaking of ceramic tiles, glass, solar panels, and others [43–57], constitutes an important issue, due to the special interest in the early detection of cracks, regarded as a serious safety concern.
This paper is organized as follows, in section 1 we present the statistical model for the process of missing corners in a plaque. In section 2, based on section II, we explicitly calculate the probabilities of vertex breaks applied to the Rosette Stone. A prediction is made regarding a possible new fracture. Section 3 considers, based on the theory of elasticity, the possible sequential history of ruptures. Furthermore, it evaluates the lost area (size) of an eventual new break. In Section 4, assuming that entropy is a measure of misinformation, a practical formula is presented for its evaluation. The production of entropy is related to the systematic loss (dispersion) of fragments of this ancient stele. Finally, in section 5 we summarize the relevant results and discuss some model limitations.
2 Fractures model
Let us suppose we have a solid polygon that is susceptible to cracking due to external factors like temperature changes, unexpected falls, gravity, or others. It is natural to think that the material could lose all or some of its vertices. In that case, what will the final shape of the polygon be after it has cracked? This section aims to provide an answer through numerical simulations.
2.1 Basic idea and numerical implementation
For the sake of simplicity, we are going to set up a model of a 2D square solid that loses its vertices. To do so, consider the following constraints. The initial solid will be modeled as a 4-side polygon that will lose its vertices randomly until it becomes another polygon with n vertices, which should be inscribed on the initial polygon.
As an illustrative example of the previous idea, Fig 2a shows a polygon where each side is divided into equal parts by colored points. Hereinafter, these points will be referred to as breaking points, which are points with a high probability of fracturing. On the other hand, we define a fracture event as the loss of any of the vertices of the polygon. For example, the fracture event at the bottom right vertex of Fig 2a, illustrated by the dotted line, starts at a random point on the bottom side of the square and arrives at another random point on the other adjacent side. This fracturing event is repeated randomly in each of the remaining vertices of the square and that will eventually end up in a fractured square, thus obtaining a different polygon from the initial one. In the particular case of the square in Fig 2, after losing all of its vertices, the final polygon has seven vertices, as shown in Fig 2b.
The colored dots divide each of the sides into seven equal parts. (a) The dotted line illustrates a fracture event for a vertex that starts at a random blue point and ends at another random red point. (b) Resulting final polygon after undergoing four fracture events.
Notice, in Fig 2a, the absence of breaking points at the vertices of the square. This constraint is crucial to prevent a potential situation where no actual breakage occurs due to the random selection process in our algorithm. By excluding corner breakpoints, we ensure that there will always be an adjacent side available for the algorithm to generate meaningful breaks.
2.2 Algorithm
To capture the basic idea described in the previous section, there will be two elements of randomness that will be considered. The first one is the random selection of a vertex in the polygon, and the second one is the random selection of breaking points on the adjacent sides of the vertex. The probability distribution of these selection events is assumed to be uniform. The algorithm that gets the final polygon can be summarized by the following sequence of steps:
- A vertex is randomly chosen.
- At the chosen vertex, the fracture event occurs at breaking points.
- The number of vertices is counted and the area is computed using the Shoelace formula [58] of a n-side polygon, (1)
- Repeat steps until all four vertices are fractured.
The code for this algorithm is available in the reference [59]. Fig 3 shows, as an example, the result of the numerical simulation for a square polygon with a side length of one.
2.3 Numerical results
To answer the question about the most likely polygon that results after full fracturing, let us suppose we have a statistical ensemble (copies) of M → ∞ square polygons (side length 1), which evolve in the same way (algorithm) as in Fig 3. After the evolution, each resulting polygon will have different areas and number of vertices. The probability distribution is built using this ensemble, and the most probable polygon will be the one with the highest frequency or repetition. In this sense, the numerical experiment was carried out using a square and another rectangular shape as initial polygons. The two had six breaking points, evenly distributed on each of their edges. Our results show that the probability distribution for the number of vertices is the same in both cases, namely, there is no difference if we use a square or a rectangle. This happens only when we focus solely on its number of vertices. Here, for the sake of simplicity, we show only the results for the square with a side length unity.
Fig 4 shows the frequency distribution as a function of the area and the number of vertices for squares with six possible breaking points on each side. The dataset corresponding to this distribution, and generated by the code is available in the S1 Dataset. Note in Fig 4 that the most probable resulting polygon will have 6 or 7 vertices and an approximate area of 0.56 to 0.66. As an application of our model, we shall study the breakages of the Rosetta Stone. Accordingly, the following sections are devoted to this task. The lost area of this stele is at least 16% (next section), which is consistent with the lost area of a square with 6 breaking points. In this sense, for our study, we will use the frequency distribution of Fig 4.
3 The Rosetta Stone as an example
As mentioned in the introduction, this stele has played an important role in understanding the writings of ancient Egyptian civilization. Fig 5 shows a schematic of the outline of the Rosetta Stone. Six vertices have been considered and related to the points of greatest breaks. Further, the volumes lost have been denoted with A, B, and C. On the website, [60] a simulation to visualize this artifact in three dimensions is available.
For simplicity, this rectangle is assumed the original piece.
For quantitative purposes, this section will use the image processing software Image-J [61] and the corresponding units of length will be in pixels. In this way, different geometric and statistical aspects related to this artifact will be quantified. In addition, arguments are given to consider possible new fractures.
In this context, in Fig 5, the dark red dots represent the six largest vertices of the current polygon. Vertex 5 (and slightly 6) is relatively smooth and the others are sharp. In the process of these fractures, we assume that the face of the Rosetta Stone went from 4 to 6 vertices. In fact, and importantly, six is the number of more probable vertices in the rupture process (section II. C). However, seven vertices also have a high probability. The angles associated with each vertex, starting with the number one, are 139°; 112°; 154°; 141°; 158°, and 88° approximately. In the lower left, dotted line, an eventual new break. There is a probability (0.34) of seven vertices and four fractures (see below).
In Fig 5, the rectangular frame has dimensions of Δx ∼ 290 and Δ y ∼ 370 which gives a perimeter of ∼ 1320. The perimeter of the inscribed stone ∼ 1179. Regarding the area, the rectangle has ∼ 107300 while the stone has ∼ 90190 (see Table 1).
The percentage of lost area is, at least, 16% (assumed as lost information). Moreover, that of the lost perimeter is at least, 11%.
As theoretically noted in section 1, in general, the number of vertices in the fracture process could range from 4 to 8 (see Table 2). Then, using the frequency distribution of Fig 4 in section II, 20 000 realizations, the corresponding probabilities of occurrence of these vertices will be: consequently, the face of the Rosetta Stone currently meets the maximum corresponding to six vertices and fracturing in three corners (areas A, B, and C). Nevertheless, the probability of a new fracture (7 vertices) is not low, being of the order of 0.34 (Fig 6). In this sense, since the most acute angle corresponds to vertex 6 (with 88°). It can be conjectured that an eventual new fracture would occur in that region (vertex 6, cut line, Fig 5).
The Rosetta Stone currently has six vertices that match the maximum probability (0.35). However, also with high probability, it could have seven vertices. That is, there is a 0.34 probability that a new breakdown will appear.
4 Griffith’s criterion for fractures: Breaks sequence
On a large scale, the Rosetta Stone was fractured into three sections (A, B, and C). In addition, it has minor fractures that we do not consider in this research. Particularly, on the left side of the face, there are small losses of material that seem related to some kind of dragging.
In general, the fracture condition of an object requires that the stress-energy of the bulk be greater than the surface energy of the new area, which is related to the breaking of molecular bonds. That is, if the volume V of the object and the surface S of an eventual fissure comply (2) then there will be fragmentation (Griffith criterion [21–23]).
In the previous inequality, α is a parameter proportional to the rigidity modulus. The parameter γ is the energy per unit area to perform the crack and, finally, σ is the average over the directions of the stress tensor [21, 25, 26]. The variable σ has pressure units.
From inequality (2) it can be inferred that, as the volume decreases, the fractured surfaces will be smaller. Thus, based on the above inequality, it seems reasonable to conjecture that the temporal order of the breaks in the Rosetta Stone was: first section A, then section B and, later, section C. Note that, as a mentioned conjecture, we do not discard an eventual fourth break on point 6 (probability 0.34, Fig 6). This breakdown would necessarily entail a smaller lost area than the previous ones.
Considering points 1 to 5 as vertices (Fig 5), the corresponding estimates for the missing areas are (Image-J): Where the lost area X6, of an eventual fourth fracture, has been incorporated by making a linear projection (Fig 5, lower left corner).
Additionally, the posterior face of the stone has five vertices. Point six has also almost a right angle on that back face. In the same way, an eventual fracture would occur there (probability 0.35, six vertices, Fig 6).
5 Loss of information: Entropy production
In this section, we consider the quantification of information loss, and the tool we will use is entropy. This concept is an essential part of thermodynamics, statistical mechanics [62–67] and information theory [68]. For a physical system at a given energy, the number of states accessible to the system (degeneracy) is related to the volume V occupied by the system in phase space. Important, for our purposes, the phase space includes the physical space. Entropy in general terms is defined by the standard relation S ∝ ln(V) due to Boltzmann.
As a solid stele loses fragments with information, such as the Rosetta Stone, entropy grows (irreversibility). From a quantitative point of view, this is very similar to Joule expansion in thermodynamics. Assuming that at a given instant the area loss is AL (dimensionless) then the entropy S is given by: (3) where the initial missing area is assumed to be AL = 0. Section IV considered the loss area (data) in the case of the Rosetta stele. Formally, this allows us to evaluate the sequential variation of entropy.
Explicit calculations reveal an increase in entropy and therefore a lack of information in this stele (with R2 = 0.98, that quantifies goodness of fit): (4) being N the increasing number of missing vertices (irreversibility). The above expression was constructed using the four values of the loss areas in section IV and, formally, 1 ≤ N ≤ 4. However, as mentioned in the introduction, other stelae with more complete information have subsequently been found. Therefore, entropy has decreased because the information has been retrieved (Maxwell’s demon).
6 Conclusions
In this work, we have developed a numerical-statistical model to predict the probability of ruptures in a laminar-shape solid (Figs 2 and 5). Starting with an initial geometry, we find the most likely configurations in the systematic process of ruptures. While it is true that we consider an initial geometry of a square, this methodology can be adapted to other parallelepipeds.
Given the conditions imposed in our model with four initial vertices, in the generic process of ruptures, the probabilities of reaching six and seven vertices were explicitly calculated (probabilities of 0.35 and 0.34 respectively). Currently, being our main application, the Rosetta Stone has six vertices (three fractures) where part of the assumption is that the surface of the stone changes from 4 vertices to 6 vertices. Then, according to our calculations, there is an acceptable probability of a new fracture (seven vertices) in this archaeological artifact. Future applications to other stelae or archaeological objects will be considered.
Using Griffith’s criterion, for solids under stress, it was possible to infer the sequential history of the three Rosetta Stone fractures, even conjecturing the relative size of an eventual fourth rupture.
On the other hand, in this work, we have considered the entropy of the system from the point of view of missing information (fragment dispersion). This exhibits formal mathematical similarity to the Joule expansion in thermodynamics. In the case of the Rosetta Stone, this measurement is proportional to the area lost in the rupture process because that part always increases (section 4). Future applications to other archaeological objects will be considered.
Acknowledgments
We appreciate the discussions with Veronica Bahoz and Angel R. Plastino, which inspired part of the motivation of this and future works.
References
- 1.
British Museum. Everything you ever wanted to know about the rosetta stone. (Accessed on 2022-12-10).
- 2. Robinson A. Thomas Young and the Rosetta Stone. Endeavour 31, 59–64 (2007). pmid:17583792
- 3. Kavett H. The Rosetta Stone. The Social Studies 68(5), 211–214 (1977).
- 4.
Karev E. Variant presentation in the Ptolemaic Sacerdotal Decrees. (The University of Chicago, 2018).
- 5.
Landau D. and Binder K. A guide to Monte Carlo Simulations in Statistical Physics. Second Edition (Cambridge University Press 2000).
- 6. Metropolis N. and Ulam S. The Monte Carlo Method. Journal of the American Statistical Association 44(247), 335–341 (1949). pmid:18139350
- 7. Moebs W. Monte carlo simulation of chemical reactions. Mathematical Biosciences 22, 113–120 (1974).
- 8.
Juneja S. Monte carlo methods in finance: An introductory tutorial. IEEE 2010 Winter Simulation Proceedings of the 2010 Winter Simulation Conference, 95–103 (2010).
- 9.
Lemosa C., Coelho H., and Lopes R. Agent-based modeling of protests and violent confrontation: a microsituational, multiplayer, contextual rule-based approach. Proceedings of the 5th World Congress on Social Simulation, São Paulo, Brazil, 136–160 (2014).
- 10. Carsey T. M. and Harden J. J. Review: A review of Monte Carlo simulation and resampling methods for social science. Journal of Educational and Behavioral Statistics 41(4), 448–450 (2016).
- 11. Chenoweth E., Hocking A., and Marks Z. A dynamic model of nonviolent resistance strategy. PLOS ONE 17(7) (2022). pmid:35895589
- 12.
Jaeckel P. Monte Carlo methods in finance. Wiley finance series (Wiley J., 2002).
- 13. Velazquez L., Atenas B., and Castro-Palacio J. Quantitative methods to determine the student workload: I. empirical study based on digital platforms. Chaos 32, 103130 (2022). pmid:36319285
- 14. Atenas B., Velazquez L. and Castro-Palacio J. Quantitative meth- ods to determine the student workload: Ii. statistical models for the microcurricular performance indicators. Chaos 32, 103124 (2022). pmid:36319283
- 15. Velazquez L. and Castro-Palacio J. Extended canonical monte carlo methods: Improving accuracy of microcanonical calculations using a reweighting technique. Physical Review E 91(3), 033308 (2015). pmid:25871247
- 16. Velazquez L. and Curilef S. Extending canonical monte carlo methods. Journal of Statistical Mechanics: Theory and Experiment (2010).
- 17. Velazquez L. and Curilef S. Extending canonical monte carlo methods: II. Journal of Statistical Mechanics: Theory and Experiment (2010).
- 18. Velazquez L. and Castro-Palacio J. C. Improving the efficiency of monte carlo simulations of systems that undergo temperature-driven phase transitions. Physical Review E 88, 013311 (2013). pmid:23944587
- 19. González D., Davis S., and Curilef S. Solving equations of motion by using Monte Carlo Metropolis: Novel method via random paths sampling and the maximum caliber principle. Entropy 22(9), 916 (2020).
- 20. Farias C. and Davis S. Multiple metastable states in an off-lattice potts model. Physica A: Statistical Mechanics and Its Applications 581, 126215 (2021).
- 21.
Landau L. D. and Lifshitz E. Theory of Elasticity. Volume 7 (Institute of Physical Problems USSR Academy of sciences Moscow, 1986).
- 22. Griffith A. A. The phenomena of rupture and flow in solids. Philos. Trans. R. Soc. Lond. A 221, 163–198 (1921).
- 23.
Janssen M., Zuidema J. and Wanhill R. Fracture Mechanics. Spon Press, London, 2004.
- 24. Micah K. and et al. Inferring illumination direction estimated from disparate sources in paintings: An investigation into jan vermeer’s girl with a pearl earring. SPIE Proceedings Electronic Imaging: Computer Image Analysis in the Study of Art 68(10), 68100–1–12 (2008).
- 25. Flores J. C. Mean-field crack networks on desiccated films and their applications: Girl with a pearl earring. Soft Matter 13, 1352–1356 (2017). pmid:28111688
- 26. Flores J. C. Entropy signature for crack networks in old paintings: Saturation prospectus. Entropy 20, 772 (2018). pmid:33265860
- 27. Domokos G., Jerolmack D., Sipos A., and Török A. How river rocks round: Resolving the shape-size paradox. PLOS ONE 9, e88657 (2014). pmid:24533132
- 28. Krumbein W. C. The effects of abrasion on the size, shape and roundness of rock fragments. The Journal of Geology 49(5), 482–520 (1941).
- 29. American S. Improved tumbling barrel and coal sifter. Scientific American 19(11), 168 (1868).
- 30. Kim J. H. Numerical simulation of concrete abrasion induced by unbreakable ice floes. International Journal of Naval Architecture and Ocean Engineering 11, 59–69 (2019).
- 31. Jacobsen S., Scherer G. W., and Schulsonn E. M. Concrete–ice abrasion mechanics. Cement and Concrete Research 73, 79–95 (2015).
- 32. Kindle E. M. Some factors affecting the development of mud-cracks. The Journal of Geology 25(2), 135–144 (1917).
- 33. Colina H. and Roux S. Experimental model of cracking induced by drying shrinkage. The European Physical Journal E 1, 189–194 (2000).
- 34. Pauchard L. et al. Craquelures dans les couches picturales de peintures d’art. Reflects Physics 3, 5–9 (2007).
- 35. Giorgiutti-Dauphine F. and Pauchard L. Painting cracks: A way to investigate the pictorial matter. Journal of Applied Physics 120, 065107 (2016).
- 36. Gray N. H. Symmetry in a natural fracture pattern: The origin of columnar joint networks. Computers and Mathematics with Applications 12, 531–545 (1986).
- 37. Goehring L., Mahadevan L., and Morris S. W. Nonequilibrium scale selection mechanism for columnar jointing. Proceedings of the National Academy of Sciences 106, 387–392 (2009). pmid:19129495
- 38. Goehring L. and Morris S. W. Cracking mud, freezing dirt and breaking rocks. Physics Today 67, 39–44 (2014).
- 39. Kobayashi M. Quantizing soliton-like phonon pulse and optical branch of lattice vibration at crack tip excited by crack propagation as shock waves. International Journal of Solids and Structures 191–192, 122–132 (2020).
- 40. Calcina M. and Flores J. C. Deformable quantum inductance (ring) interacting with a phonon field: Persistent electrical currents re-visited ((qe/h) versus (2qe/h)). Modern Physics Letters B 24(31), 3005–3013 (2010).
- 41. Calcina M. and Flores J. C. Quantum lc circuit coupled to a vibrational network: phonons emission dynamics Modern Physics Letters B 25(23), 1897–1903 (2011).
- 42. Flores J. C. and Calcina M. Flexible quantum dots interacting with phonons: A quantum capacitive approach Physica E: Low-dimensional Systems and Nanostructures 50, 6–10 (2013).
- 43. Skelly M., Roby R., and Beyler C. An experimental investigation of glass breakage in compartment fires. Journal of Fire Protection Engineering 3(1), 25–34 (1991).
- 44. Santos G. Junior, Ferreira J., Millán-Arias C., Daniel R., Casado A. Junior, and Fernandes B. Ceramic segmentation with deep learning. Applied Sciences 11, 6017 (2021).
- 45. Célarié F. and et al. Glass breaks like metal, but at the nanometer scale. Physical Review Letters 90(7), 075504–1–4 (2003). pmid:12633243
- 46. Wang Y. and et al. Experimental study on critical breaking stress of float glass under elevated temperature. Materials and Design 60, 41–49 (2014).
- 47. Cha Y. and Choi W. Deep learning-based crack damage detection using convolutional neural networks. Computer-Aided Civil and Infrastructure Engineering 32, 361–378 (2017).
- 48. Khomenko O., Datseko B., Urzhii O., Savchenko L., and Savchenko O. Analyzing the causes of crack formation in porcelain and the ways to eliminate them. Eastern-European Journal of Enterprise Technologies 3(6(105)), 34–41 (2020).
- 49. Adeala J. and Omisande L. A. Structural performance of broken ceramic tiles as partial replacement of coarse aggregates in concrete. International Journal of Research and Scientific Innovation VIII, 62–65 (2021).
- 50. Wang K., Li Z., and Wang X. Concatenated network fusion algorithm (cnfa) based on deep learning: Improving the detection accuracy of surface defects for ceramic tile. Applied sciences 12, 1249 (2022).
- 51. Islam M., Hossain B., Moni N. A. M., and Hasan K. Cnn based on transfer learning models using data augmentation and transformation for detection of concrete crack Algorithms 15, 287 (2022).
- 52. Gavilan M. and et al. Adaptive road crack detection system by pavement classification. Sensors 11, 9628–9657 (2011). pmid:22163717
- 53. Aggelis D., Alver N., and Chai H. Health monitoring of civil infrastructure and materials. The Science World Journal 435238 (2014). pmid:24701167
- 54. Kunal K. and Killemsetty N. Study on control of cracks in a structure through visual identification and inspection IOSR Journal of Mechanical and Civil Engineering 11(5), 64–72 (2014).
- 55. Fang Z. et al. Calculation of stress intensity factor in two-dimensional cracks by strain energy density factor procedure. Science China Technological Sciences 61(4), 542–550 (2018)
- 56. Haase F. et al. Fracture probability, crack patterns, and crack widths of multicrystalline silicon solar cells in pv modules during mechanical loading IEEE Journal of Photovoltaics 2156-3381, 1–15 (2018).
- 57. Dhimish M. et al. Investigating the impact of cracks on solar cells performance: Analysis based on nonuniform and uniform crack distributions. IEEE Transactions on Industrial Informatics 18(3), 1684–1693 (2022).
- 58. Braden B. The surveyor’s area formula. The College Mathematics Journal 17:4, 326–337 (1986).
- 59.
M. Calcina-Nogales and et al. (2023). fhisics/polygon-proyect: Initial release (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.8317810
- 60.
British Museum. The Rosetta Stone 3d model. (2017), (Accessed on 2022-12-02).
- 61.
National Institutes of Health. Image Processing and Analysis in Java. (2022), (Accessed on 2023-01-05).
- 62.
Reif F. Statistical Physics: Berkeley Physics Course. Volume 5 (McGraw-Hill Book Company, 1967).
- 63.
Landau L.D. and Lifschitz E.M. Statistical Mechanics. Elsevier 1981.
- 64.
Huang K. Statistical Mechanics. Wiley and Sons, 1987.
- 65.
Feynmann R.P. Statistical Mechanics. CRC Press, 1998.
- 66.
Pathria R.K. Statistical Mechanics. Elsevier 2009.
- 67.
Toda M., Kubo R. and Salto N. Statistical Physics I. Springer, 1982.
- 68.
Volkenstein M. V. Entropy and Information. Birkhäuser Basel, Boston, Berlin.