<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xml:lang="en" article-type="research-article" dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">CMES</journal-id>
<journal-id journal-id-type="nlm-ta">CMES</journal-id>
<journal-id journal-id-type="publisher-id">CMES</journal-id>
<journal-title-group>
<journal-title>Computer Modeling in Engineering &#x0026; Sciences</journal-title>
</journal-title-group>
<issn pub-type="epub">1526-1506</issn>
<issn pub-type="ppub">1526-1492</issn>
<publisher>
<publisher-name>Tech Science Press</publisher-name>
<publisher-loc>USA</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">26294</article-id>
<article-id pub-id-type="doi">10.32604/cmes.2023.026294</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Article</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>Floyd-Warshall Algorithm Based on Picture Fuzzy Information</article-title>
<alt-title alt-title-type="left-running-head">Floyd-Warshall Algorithm Based on Picture Fuzzy Information</alt-title>
<alt-title alt-title-type="right-running-head">Floyd-Warshall Algorithm Based on Picture Fuzzy Information</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author">
<name name-style="western"><surname>Habib</surname><given-names>Shaista</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-2" contrib-type="author">
<name name-style="western"><surname>Majeed</surname><given-names>Aqsa</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-3" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Akram</surname><given-names>Muhammad</given-names></name><xref ref-type="aff" rid="aff-2">2</xref><email>m.akram@pucit.edu.pk</email></contrib>
<contrib id="author-4" contrib-type="author">
<name name-style="western"><surname>Ali Al-Shamiri</surname><given-names>Mohammed M.</given-names></name><xref ref-type="aff" rid="aff-3">3</xref>
<xref ref-type="aff" rid="aff-4">4</xref></contrib>
<aff id="aff-1"><label>1</label><institution>School of Systems and Technology, University of Management and Technology</institution>, <addr-line>Lahore</addr-line>, <country>Pakistan</country></aff>
<aff id="aff-2"><label>2</label><institution>Department of Mathematics, University of the Punjab, New Campus</institution>, <addr-line>Lahore</addr-line>, <country>Pakistan</country></aff>
<aff id="aff-3"><label>3</label><institution>Department of Mathematics, Faculty of Science and Arts</institution>, <addr-line>Mahayl Assir</addr-line>, <institution>King Khalid University, Abha</institution>, <country>Saudi Arabia</country></aff>
<aff id="aff-4"><label>4</label><institution>Department of Mathematics and Computer, Faculty of Science, Ibb University</institution>, <addr-line>Ibb</addr-line>, <country>Yemen</country></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Author: Muhammad Akram. Email: <email>m.akram@pucit.edu.pk</email></corresp>
</author-notes>
<pub-date date-type="collection" publication-format="electronic"><year>2023</year></pub-date>
<pub-date date-type="pub" publication-format="electronic"><day>8</day><month>3</month><year>2023</year></pub-date>
<volume>136</volume>
<issue>3</issue>
<fpage>2873</fpage>
<lpage>2894</lpage>
<history>
<date date-type="received"><day>28</day><month>8</month><year>2022</year></date>
<date date-type="accepted"><day>30</day><month>11</month><year>2022</year></date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2023 Habib et al.</copyright-statement>
<copyright-year>2023</copyright-year>
<copyright-holder>Habib et al.</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by/4.0/">
<license-p>This work is licensed under a <ext-link ext-link-type="uri" xlink:type="simple" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ext-link>, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p>
</license>
</permissions>
<self-uri content-type="pdf" xlink:href="TSP_CMES_26294.pdf"></self-uri>
<abstract>
<p>The Floyd-Warshall algorithm is frequently used to determine the shortest path between any pair of nodes. It works well for crisp weights, but the problem arises when weights are vague and uncertain. Let us take an example of computer networks, where the chosen path might no longer be appropriate due to rapid changes in network conditions. The optimal path from among all possible courses is chosen in computer networks based on a variety of parameters. In this paper, we design a new variant of the Floyd-Warshall algorithm that identifies an All-Pair Shortest Path (APSP) in an uncertain situation of a network. In the proposed methodology, multiple criteria and their mutual association may involve the selection of any suitable path between any two node points, and the values of these criteria may change due to an uncertain environment. We use trapezoidal picture fuzzy addition, score, and accuracy functions to find APSP. We compute the time complexity of this algorithm and contrast it with the traditional Floyd-Warshall algorithm and fuzzy Floyd-Warshall algorithm.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Trapezoidal picture fuzzy number</kwd>
<kwd>score function</kwd>
<kwd>accuracy function</kwd>
<kwd>shortest path problem</kwd>
<kwd>Floyd-Warshall algorithm</kwd>
</kwd-group>
</article-meta>
</front>
<body>
<sec id="s1"><label>1</label><title>Introduction</title>
<p>The Shortest Path Algorithm (SPA) is a family of graph algorithms designed to solve the Shortest Path Problem (SPP). In a graph, all nodes are joined by edges. If more than one route is available, the question arises as to which path should be chosen at the lowest cost or distance. The main goal of the SPA is to find the minimum cost path. There are two types of SPP, Single Source Shortest Path (SSSP) problem and All Pair Shortest Path (APSP) problem. The SSSP problem finds the shortest paths from a source vertex to all other vertices in the graph. APSP finds the shortest path between every pair of vertices in any graph. These algorithms are applicable in a variety of situations. A few of these include transportation networks, computer networks, Google maps, inventory systems, and labor locations, among many others. In all these real-world scenarios, we need to find the shortest path between any pair of points. How can the shortest path be found between any two nodes if the network situation is uncertain? The classic algorithm is appropriate when the network situation is certain and the weights are crisp. But, in reality, networks are not certain. Fuzzy set theory has been employed to deal with these uncertainties. This theory was presented by Zadeh in 1965 for making decisions under uncertain conditions [<xref ref-type="bibr" rid="ref-1">1</xref>]. In 1986, Atanassov introduced the extension of classical fuzzy sets and named it an Intuitionistic Fuzzy Set (IFS) [<xref ref-type="bibr" rid="ref-2">2</xref>]. In IFS, a set has two components: membership and non-membership. This new theory handled uncertainties more effectively and applied them to many fields. After a few years, it was experienced that in many cases, the neutral section needs to give more freedom to express the expert opinion. Consequently, in 2013 Cuong et al. introduced a general form of IFS called Picture Fuzzy Set (PFS) [<xref ref-type="bibr" rid="ref-3">3</xref>,<xref ref-type="bibr" rid="ref-4">4</xref>]. A real number can be generalized into a fuzzy number. Unlike trapezoidal intuitionistic fuzzy numbers discussed by Wan et al. [<xref ref-type="bibr" rid="ref-5">5</xref>], which only have two components, trapezoidal picture fuzzy numbers have three aspects for every input. There are membership and non-membership components in a trapezoidal intuitionistic fuzzy set. The hesitation component of this number can be obtained by deducting 1 from the total membership and non-membership values. Whereas, a trapezoidal intuitionistic fuzzy number is ineffective to illustrate the neutral part of a number, which is provided in a trapezoidal picture fuzzy number to give more flexibility to human opinion.</p>
<p>In 1980, Dubois et al. proposed the concept of fuzzy shortest path (FSP) [<xref ref-type="bibr" rid="ref-6">6</xref>]. They used the ranking index approach to find the shortest route. In 1994, Okada et al. [<xref ref-type="bibr" rid="ref-7">7</xref>] introduced an algorithm based on the Dijkstra algorithm in which they used fuzzy order to compare the lengths of the two routes for finding the FSP. In 2009, Mahdavi et al. [<xref ref-type="bibr" rid="ref-8">8</xref>] proposed a dynamic programming (DP) approach for FSPP, taking into account the length of the triangle and trapezoidal arc. In 2012, Dou et al. [<xref ref-type="bibr" rid="ref-9">9</xref>] offered a model for finding FSP using MCDM based on its earlier approach, i.e., measuring ambiguous similarities. So, there are various methods to find the SPP, some of which are discussed in [<xref ref-type="bibr" rid="ref-10">10</xref>,<xref ref-type="bibr" rid="ref-11">11</xref>]. The Floyd-Warshall algorithm uses the dynamic programming approach to find APSP, where the edge weight is given as a crisp number. Due to its structural similarities with matrix multiplication, it is an attractive choice for each pair of short paths in high-performance systems. This algorithm estimates the shortest path between the two vertices at each stage until the minimum value is achieved. Suppose <italic>G</italic> is a graph with <italic>V</italic> set of vertices, each numbered from 1 to <italic>N</italic>. To find the shortest path, there is the shortest path function (i, j, k), which returns the shortest path from <italic>i</italic> to <italic>j</italic> using <italic>k</italic> as an intermediate point. Garg et al. [<xref ref-type="bibr" rid="ref-12">12</xref>] suggested that the Floyd-Warshall algorithm can compete with Dijkstra&#x2019;s algorithm for sparse graphs. If you have <italic>N</italic> nodes, then there are <inline-formula id="ieqn-1"><mml:math id="mml-ieqn-1"><mml:mi>N</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:math></inline-formula> directed edges that can lead from it. Therefore, the maximum number of edges is <inline-formula id="ieqn-2"><mml:math id="mml-ieqn-2"><mml:mi>N</mml:mi><mml:mspace width="thinmathspace" /><mml:mo>&#x2217;</mml:mo><mml:mspace width="thinmathspace" /><mml:mo stretchy="false">(</mml:mo><mml:mi>N</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, and every possible edge is checked. It does this by incrementally improving the estimate of the shortest path between two vertices until the optimal path is obtained. Shukla [<xref ref-type="bibr" rid="ref-13">13</xref>] used graded mean integration representation of fuzzy numbers to upgrade the classical Floyd-Warshall algorithm. Aziz et al. [<xref ref-type="bibr" rid="ref-14">14</xref>] used the concept of Fuzzy and Floyd-Warshal algorithms to determine the shortest exit route for people living in catastrophically exposed areas. Shafahi et al. [<xref ref-type="bibr" rid="ref-15">15</xref>] proposed a new fuzzy comparing index for improving the fuzzy comparison method developed by Dubois and Prade to estimate and compare the distance between the assigned and observed link volumes. Broumi et al. [<xref ref-type="bibr" rid="ref-16">16</xref>] compared the shortest path problem with various existing algorithms. Akram et al. [<xref ref-type="bibr" rid="ref-17">17</xref>] extended the traditional Dijkstra algorithm to find out the minimal cost path using Picture fuzzy sets. Some other interesting approaches can be seen in [<xref ref-type="bibr" rid="ref-18">18</xref>&#x2013;<xref ref-type="bibr" rid="ref-20">20</xref>]. Thao [<xref ref-type="bibr" rid="ref-21">21</xref>] presented similarity measures of Picture fuzzy sets caused by entropy and gave useful results. Mahmood et al. [<xref ref-type="bibr" rid="ref-22">22</xref>] explored the cross-entropy of the picture hesitant fuzzy set by distinguishing the cross-entropy of the picture fuzzy set and hesitant fuzzy set. Ganie et al. [<xref ref-type="bibr" rid="ref-23">23</xref>] proposed two correlation coefficients of PFS along with some of their properties. Nirmani et al. [<xref ref-type="bibr" rid="ref-24">24</xref>] developed a Google map and a camera-based fuzzy adaptive networked traffic light controlling model to minimize traffic in big cities, using a distributed system to scan the traffic lights. The author makes decisions based on real-time traffic situations. After these decisions, they monitored the traffic lights. They also proposed the optimized route to the drivers as an extra facility. Yue [<xref ref-type="bibr" rid="ref-25">25</xref>] proposed a novel bilateral matching decision-making for knowledge innovation management which reflects the matching willingness of the agents. Jiang et al. [<xref ref-type="bibr" rid="ref-26">26</xref>] proposed a new Picture fuzzy MABAC method for multiple attribute group decision-making. He applied this method in the manufacturing industry and shows that how it helps purchasers in choosing an optimal supplier. Habib et al. [<xref ref-type="bibr" rid="ref-27">27</xref>] used Pythagorean MCDM methods to determine childhood cancer. The proposed method helps to early diagnose childhood cancer. Akram et al. [<xref ref-type="bibr" rid="ref-28">28</xref>] and Habib et al. [<xref ref-type="bibr" rid="ref-29">29</xref>] proposed trapezoidal and LR-type Pythagorean fuzzy numbers and applied them to different optimization techniques. Zhang et al. [<xref ref-type="bibr" rid="ref-30">30</xref>] proposed novel distance measures of hesitant fuzzy sets. These formulas are based on probability density functions. The authors showed the applicability of the proposed measures in the traffic control system. Zhang et al. [<xref ref-type="bibr" rid="ref-31">31</xref>] introduced a new concept of neutrosophic decision-making in genetic algorithms and discussed its applicability in the cubic assignment problem. Yi et al. [<xref ref-type="bibr" rid="ref-32">32</xref>] presented an algorithm for path planning depending on the path conditions. This algorithm is applied and tested on the robot soccer, which plans a path after observing obstacles. After recognizing the environment, robot soccer determines the shortest path in the defined time frame.</p>
<p>The investigation presented in this article is motivated by the following targets:
<list list-type="order">
<list-item><p>Shortest path problems, in literature, are classified as single-source shortest path problems and do not cover all pair shortest path problems.</p></list-item>
<list-item><p>Real-time scenarios may involve ambiguity; therefore in typical situations, a crisp approach for APSP may not be appropriate.</p></list-item>
<list-item><p>The IFS, on the other hand, deals with the membership and non-membership components of a set with the condition that their sum should not be greater than one, which leads to numerous problems in decision-making. The picture fuzzy set, which also includes the neural component of the set, is a generalization of IFSs. As a result, we have more degrees of freedom to make better decisions.</p></list-item>
<list-item><p>The Floyd-Warshall algorithm has numerous real-time applications. In computer networks, for instance, calculating APSP from any source to any destination is necessary.</p></list-item>
<list-item><p>Each edge may hold weights of various criteria; however, in most of the research studies, only one criterion is taken into consideration when assigning the weight of each edge.</p></list-item>
</list></p>
<p>Our contribution to this work is demonstrated below concerning these issues:
<list list-type="order">
<list-item><p>We introduce a new variant of classical Floyd&#x2019;s algorithm using trapezoidal picture fuzzy numbers. This algorithm computes the smallest weights of all possible routes for each pair of points. This algorithm is more effective in finding the shortest path.</p></list-item>
<list-item><p>We design the algorithm and determine its time complexity to demonstrate the complete functioning of the picture fuzzy Floyd-Warshall (PF Floyd-Warshall).</p></list-item>
<list-item><p>We contrast our approach with already used techniques to demonstrate how the suggested method is an improved version of the current ones.</p></list-item>
<list-item><p>The suggested algorithm can select the optimum route using up to <italic>n</italic> criteria weights for each edge.</p></list-item>
</list></p>
<p>The rest of the paper is organized in the following way: <xref ref-type="sec" rid="s2">Section 2</xref> presents the concepts related to picture fuzzy sets. <xref ref-type="sec" rid="s3">Section 3</xref> discusses the complete working of the picture fuzzy Floyd-Warshall algorithm. <xref ref-type="sec" rid="s4">Section 4</xref> describes the implementation of the picture fuzzy Floyd-Warshall algorithm in networks. <xref ref-type="sec" rid="s5">Section 5</xref> gives a comparative analysis of PF Floyd-Warshall with the fuzzy Floyd-Warshall algorithm. <xref ref-type="sec" rid="s6">Section 6</xref> concludes this paper and displays feasible future directions.</p>
</sec>
<sec id="s2"><label>2</label><title>Preliminaries</title>
<p>In this section, we recall some basic notions related to PFSs and PFNs.</p>
<p><bold>Definition 2.1.</bold> [<xref ref-type="bibr" rid="ref-4">4</xref>] A Picture Fuzzy Set (PFS) <italic>S</italic> on universe <italic>U</italic> is defined as
<disp-formula id="eqn-1"><label>(1)</label><mml:math id="mml-eqn-1" display="block"><mml:mi>S</mml:mi><mml:mo>=</mml:mo><mml:mo fence="false" stretchy="false">{</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo fence="false" stretchy="false">|</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mi>U</mml:mi><mml:mo fence="false" stretchy="false">}</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-3"><mml:math id="mml-ieqn-3"><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, <inline-formula id="ieqn-4"><mml:math id="mml-ieqn-4"><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, <inline-formula id="ieqn-5"><mml:math id="mml-ieqn-5"><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x2208;</mml:mo></mml:math></inline-formula> [0, 1] are called positive, neutral, and negative membership functions, respectively, of an element <italic>x</italic> in <italic>S</italic> such that
<disp-formula id="ueqn-1">
<mml:math id="mml-ueqn-1" display="block"><mml:mn>0</mml:mn><mml:mo>&#x2264;</mml:mo><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x2264;</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mi>f</mml:mi><mml:mi>o</mml:mi><mml:mi>r</mml:mi><mml:mtext>&#x00A0;</mml:mtext><mml:mrow><mml:mtext mathvariant="italic">every</mml:mtext></mml:mrow><mml:mtext>&#x00A0;</mml:mtext><mml:mi>x</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mi>U</mml:mi><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p>Moreover, <inline-formula id="ieqn-6"><mml:math id="mml-ieqn-6"><mml:msub><mml:mi>&#x03C0;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>S</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> is called refusal membership degree of x to the set S.</p>
<p><bold>Definition 2.2.</bold> [<xref ref-type="bibr" rid="ref-17">17</xref>] A PFN <italic>N</italic> in the set of real numbers <italic>R</italic> can be defined as <inline-formula id="ieqn-7"><mml:math id="mml-ieqn-7"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo fence="false" stretchy="false">{</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mo>:</mml:mo></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>x</mml:mi><mml:mo>&#x2208;</mml:mo><mml:mi>R</mml:mi><mml:mo fence="false" stretchy="false">}</mml:mo></mml:math></inline-formula>, where
<disp-formula id="eqn-2"><label>(2)</label><mml:math id="mml-eqn-2" display="block"><mml:msub><mml:mi>&#x03BC;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left left" rowspacing=".2em" columnspacing="1em" displaystyle="false"><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>q</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>r</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>0</mml:mn><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>otherwise</mml:mtext></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula>
<disp-formula id="eqn-3"><label>(3)</label><mml:math id="mml-eqn-3" display="block"><mml:msub><mml:mi>&#x03BD;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left left" rowspacing=".2em" columnspacing="1em" displaystyle="false"><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>q</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>r</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>0</mml:mn><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>otherwise</mml:mtext></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula>
<disp-formula id="eqn-4"><label>(4)</label><mml:math id="mml-eqn-4" display="block"><mml:msub><mml:mi>&#x03BB;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mrow><mml:mo>{</mml:mo><mml:mtable columnalign="left left" rowspacing=".2em" columnspacing="1em" displaystyle="false"><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>q</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>if</mml:mtext></mml:mrow><mml:mspace width="thinmathspace" /><mml:mi>r</mml:mi><mml:mo>&#x2264;</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2264;</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>0</mml:mn><mml:mo>,</mml:mo></mml:mtd><mml:mtd><mml:mrow><mml:mtext>otherwise</mml:mtext></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:math></disp-formula>where <inline-formula id="ieqn-8"><mml:math id="mml-ieqn-8"><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:mstyle><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, <inline-formula id="ieqn-9"><mml:math id="mml-ieqn-9"><mml:msubsup><mml:mrow><mml:mi>f</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:mstyle><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, <inline-formula id="ieqn-10"><mml:math id="mml-ieqn-10"><mml:msubsup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>x</mml:mi><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:mstyle><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, <inline-formula id="ieqn-11"><mml:math id="mml-ieqn-11"><mml:msubsup><mml:mrow><mml:mi>g</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>r</mml:mi><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:mi>r</mml:mi></mml:mrow></mml:mfrac></mml:mstyle></mml:math></inline-formula>, <inline-formula id="ieqn-12"><mml:math id="mml-ieqn-12"><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>L</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>x</mml:mi><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:mi>q</mml:mi><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mfrac></mml:mstyle><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, <inline-formula id="ieqn-13"><mml:math id="mml-ieqn-13"><mml:msubsup><mml:mrow><mml:mi>h</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>R</mml:mi></mml:mrow></mml:msubsup><mml:mrow><mml:mo>(</mml:mo><mml:mi>x</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mstyle displaystyle="true" scriptlevel="0"><mml:mfrac><mml:mrow><mml:mi>x</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mi>r</mml:mi><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:mi>x</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mrow><mml:mrow><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:mi>r</mml:mi></mml:mrow></mml:mfrac></mml:mstyle><mml:mo>.</mml:mo></mml:math></inline-formula></p>
<p>The TPFN is represented as
<disp-formula id="eqn-5"><label>(5)</label><mml:math id="mml-eqn-5" display="block"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p><bold>Example 2.1.</bold> <xref ref-type="fig" rid="fig-1">Fig. 1</xref> shows the plot for TPFN.</p>
<fig id="fig-1"><label>Figure 1</label><caption><title>TPFN</title></caption><graphic mimetype="image" mime-subtype="tif" xlink:href="CMES_26294-fig-1.tif"/></fig>
<p><bold>Remark 2.1.</bold> If <inline-formula id="ieqn-14"><mml:math id="mml-ieqn-14"><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>p</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:msub><mml:mi>s</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>, then <italic>N</italic> can be characterized as
<disp-formula id="eqn-6"><label>(6)</label><mml:math id="mml-eqn-6" display="block"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>p</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<sec id="s2_1"><label>2.1</label><title>Arithmetic Operations on PFS</title>
<p>Some basic operations of PFS proposed by Akram et al. [<xref ref-type="bibr" rid="ref-17">17</xref>] is described below:</p>
<p>Let <inline-formula id="ieqn-15"><mml:math id="mml-ieqn-15"><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> and <inline-formula id="ieqn-16"><mml:math id="mml-ieqn-16"><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> be two TPFNs, then
<list list-type="order">
<list-item><p><bold>Addition:</bold>
<disp-formula id="eqn-7"><label>(7)</label><mml:math id="mml-eqn-7" display="block"><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>.</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p></list-item>
<list-item><p><bold>Multiplication:</bold>
<disp-formula id="eqn-8"><label>(8)</label><mml:math id="mml-eqn-8" display="block"><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>.</mml:mo><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p></list-item>
<list-item><p><bold>Multiplication with a constant:</bold> If <italic>k</italic> be a constant value then
<disp-formula id="eqn-9"><label>(9)</label><mml:math id="mml-eqn-9" display="block"><mml:mi>k</mml:mi><mml:msub><mml:mi>N</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:mi>k</mml:mi><mml:msub><mml:mi>d</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>&#x03B2;</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>&#x03B3;</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">)</mml:mo><mml:mo>.</mml:mo></mml:math></disp-formula></p></list-item>
<list-item><p><bold>Power and exponent</bold> [<xref ref-type="bibr" rid="ref-17">17</xref>]<bold>:</bold> If <italic>k</italic> be an exponent value then
<disp-formula id="eqn-10"><label>(10)</label><mml:math id="mml-eqn-10" display="block"><mml:msubsup><mml:mrow><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:msubsup><mml:mrow><mml:mi>a</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>b</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>c</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:msubsup><mml:mrow><mml:mi>d</mml:mi></mml:mrow><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msubsup><mml:mrow><mml:mi>&#x03B1;</mml:mi></mml:mrow><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msubsup><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msup><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo><mml:mi>k</mml:mi><mml:mo>&#x2265;</mml:mo><mml:mn>0.</mml:mn></mml:math></disp-formula></p></list-item>
</list></p>
</sec>
<sec id="s2_2"><label>2.2</label><title>Expected Value of TPFN</title>
<p>For a trapezoidal PFN <inline-formula id="ieqn-17"><mml:math id="mml-ieqn-17"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>p</mml:mi><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, the expected value is determined according to the formula suggested in [<xref ref-type="bibr" rid="ref-17">17</xref>] as follows:
<disp-formula id="eqn-11"><label>(11)</label><mml:math id="mml-eqn-11" display="block"><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mn>1</mml:mn><mml:mn>8</mml:mn></mml:mfrac><mml:mrow><mml:mo>[</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mi>p</mml:mi><mml:mo>+</mml:mo><mml:mi>q</mml:mi><mml:mo>+</mml:mo><mml:mi>r</mml:mi><mml:mo>+</mml:mo><mml:mi>s</mml:mi><mml:mo>)</mml:mo></mml:mrow><mml:mrow><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>)</mml:mo></mml:mrow><mml:mo>]</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p><bold>Definition 2.3.</bold> [<xref ref-type="bibr" rid="ref-17">17</xref>] Let <inline-formula id="ieqn-18"><mml:math id="mml-ieqn-18"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>p</mml:mi><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> be TPFN, then the score function <inline-formula id="ieqn-19"><mml:math id="mml-ieqn-19"><mml:mi>S</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>N</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> of a PFN <italic>N</italic> can be calculated as follows:
<disp-formula id="eqn-12"><label>(12)</label><mml:math id="mml-eqn-12" display="block"><mml:mi mathvariant="normal">&#x00A7;</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>N</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>&#x2212;</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-20"><mml:math id="mml-ieqn-20"><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> is the expected value of <italic>N</italic> and <inline-formula id="ieqn-21"><mml:math id="mml-ieqn-21"><mml:mi>S</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> lies between <inline-formula id="ieqn-22"><mml:math id="mml-ieqn-22"><mml:mo stretchy="false">[</mml:mo><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math></inline-formula>.</p>
<p><bold>Definition 2.4.</bold> [<xref ref-type="bibr" rid="ref-17">17</xref>] Let <inline-formula id="ieqn-23"><mml:math id="mml-ieqn-23"><mml:mi>N</mml:mi><mml:mo>=</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mi>p</mml:mi><mml:mo>,</mml:mo><mml:mi>q</mml:mi><mml:mo>,</mml:mo><mml:mi>r</mml:mi><mml:mo>,</mml:mo><mml:mi>s</mml:mi><mml:mo stretchy="false">]</mml:mo><mml:mo>;</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B2;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> be TPFN, then the accuracy function <inline-formula id="ieqn-24"><mml:math id="mml-ieqn-24"><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>N</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> of a PFN <italic>N</italic> can be calculated as follows:
<disp-formula id="eqn-13"><label>(13)</label><mml:math id="mml-eqn-13" display="block"><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">(</mml:mo><mml:msub><mml:mi>&#x03B1;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:mi>&#x03B2;</mml:mi><mml:mi>N</mml:mi><mml:mo>+</mml:mo><mml:msub><mml:mi>&#x03B3;</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mo>,</mml:mo></mml:math></disp-formula>where <inline-formula id="ieqn-25"><mml:math id="mml-ieqn-25"><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mi>N</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> is the expected value of <italic>N</italic> and <inline-formula id="ieqn-26"><mml:math id="mml-ieqn-26"><mml:mi>H</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> lies between [0, 1].</p>
<p>Certain new methods have been discussed in [<xref ref-type="bibr" rid="ref-33">33</xref>,<xref ref-type="bibr" rid="ref-34">34</xref>].</p>
<p><bold>Definition 2.5.</bold> [<xref ref-type="bibr" rid="ref-33">33</xref>] A linguistic variable is a variable, whose values are words or sentences in a natural or artificial language. These linguistic terms are very close to human understanding, so instead of remembering picture fuzzy numbers, the user can use these terms. These variables also hide the complexity of the system and make it more understandable. Picture fuzzy numbers are also denoted by some linguistic terms. For example, very low is a linguistic variable and its corresponding TPFN is ([1, 2, 3, 5]; 0.6, 0.1, 0.2) (see <xref ref-type="disp-formula" rid="eqn-6">Eq. (6)</xref>). The linguistic variables and their picture fuzzy numbers are pre-defined.</p>
</sec>
<sec id="s2_3"><label>2.3</label><title>Classical Floyd-Warshall Algorithm</title>
<p>The classical Floyd-Warshall algorithm described in [<xref ref-type="bibr" rid="ref-13">13</xref>] is used for finding APSP. Lets consider three weighted nodes <italic>x, y</italic>, and <italic>k</italic> to find shortest path from <italic>x</italic> to <italic>y</italic> via <italic>k</italic> node using following equation:
<disp-formula id="eqn-14"><label>(14)</label><mml:math id="mml-eqn-14" display="block"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>&#x003C;</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>.</mml:mo></mml:math></disp-formula></p>
<p><italic>k</italic> is the pivotal point and its value lies between 1 to <italic>n</italic>.</p>
<p>The step-by-step execution of this algorithm is given below:</p>
<p><bold>Step 1:</bold> Initialize the graph using certain values defined by the user. Build a square matrix that consists of n rows and columns. Each entry is represented as <inline-formula id="ieqn-27"><mml:math id="mml-ieqn-27"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>i</mml:mi><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> that shows the weight between <italic>i</italic> and <italic>j</italic> node. If there exists no edge between <italic>x</italic> and <italic>y</italic>, then it is represented by infinity. The working of this algorithm starts with two matrices, which are weight matrix <inline-formula id="ieqn-28"><mml:math id="mml-ieqn-28"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> and sequence matrix <inline-formula id="ieqn-29"><mml:math id="mml-ieqn-29"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula>. The diagonal values are 0 because we ignore self-loops. The other values are obtained from the weights mentioned on each edge in a graph.
<disp-formula id="ueqn-2">
<mml:math id="mml-ueqn-2" display="block"><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>1</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>2</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>....</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mi>j</mml:mi><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>....</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>A</mml:mi><mml:mn>0</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mrow><mml:mn>..</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mi>x</mml:mi></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mrow><mml:mn>..</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mi>n</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>12</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>21</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>2</mml:mn><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mn>2</mml:mn><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow><mml:msub><mml:mi>x</mml:mi><mml:mrow><mml:mi>n</mml:mi><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>x</mml:mi><mml:mrow><mml:mi>n</mml:mi><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:msub><mml:mi>x</mml:mi><mml:mrow><mml:mi>n</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>1</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>2</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>....</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mi>j</mml:mi><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>....</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mtext>and&#x00A0;&#x00A0;</mml:mtext><mml:msub><mml:mi>B</mml:mi><mml:mn>0</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mrow><mml:mn>..</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mi>x</mml:mi></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mrow><mml:mn>..</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mi>n</mml:mi></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>y</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>y</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>y</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>n</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd><mml:mtd><mml:mo>:</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>y</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>....</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula></p>
<p><bold>Step 2:</bold> Take <italic>k</italic> as a pivot row and <italic>k</italic> pivot column and for all <italic>x</italic> and <italic>y</italic> we perform triple operation on every <inline-formula id="ieqn-30"><mml:math id="mml-ieqn-30"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> in <inline-formula id="ieqn-31"><mml:math id="mml-ieqn-31"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula>. If <inline-formula id="ieqn-32"><mml:math id="mml-ieqn-32"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mo>+</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>&#x003C;</mml:mo><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> condition meets for <italic>x</italic>, <italic>y</italic> and <italic>k</italic> then change <inline-formula id="ieqn-33"><mml:math id="mml-ieqn-33"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> and <inline-formula id="ieqn-34"><mml:math id="mml-ieqn-34"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> values using following rules:
<list list-type="bullet">
<list-item><p>Define <inline-formula id="ieqn-35"><mml:math id="mml-ieqn-35"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> by replacing <inline-formula id="ieqn-36"><mml:math id="mml-ieqn-36"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> in <inline-formula id="ieqn-37"><mml:math id="mml-ieqn-37"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> with <inline-formula id="ieqn-38"><mml:math id="mml-ieqn-38"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> &#x002B; <inline-formula id="ieqn-39"><mml:math id="mml-ieqn-39"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>,</p></list-item>
<list-item><p>Define <inline-formula id="ieqn-40"><mml:math id="mml-ieqn-40"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> by replacing <inline-formula id="ieqn-41"><mml:math id="mml-ieqn-41"><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> in <inline-formula id="ieqn-42"><mml:math id="mml-ieqn-42"><mml:msub><mml:mi>S</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mo>&#x2212;</mml:mo><mml:mn>1</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> with <italic>k</italic>. If <inline-formula id="ieqn-43"><mml:math id="mml-ieqn-43"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mi>n</mml:mi></mml:math></inline-formula> then stop the loop otherwise repeat this step with the next value of <italic>k</italic>.</p></list-item>
</list></p>
<p><bold>Step 3:</bold> After <italic>n</italic> steps, we get final matrices <inline-formula id="ieqn-44"><mml:math id="mml-ieqn-44"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, and <inline-formula id="ieqn-45"><mml:math id="mml-ieqn-45"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> containing APSP. We read the final matrices using the following rules:
<list list-type="bullet">
<list-item><p>From <inline-formula id="ieqn-46"><mml:math id="mml-ieqn-46"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, <inline-formula id="ieqn-47"><mml:math id="mml-ieqn-47"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> shows the weights of short path between <italic>x, y</italic> vertices.</p></list-item>
<list-item><p>From <inline-formula id="ieqn-48"><mml:math id="mml-ieqn-48"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, get the intermediate node <inline-formula id="ieqn-49"><mml:math id="mml-ieqn-49"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> that gives the route x <inline-formula id="ieqn-50"><mml:math id="mml-ieqn-50"><mml:mo stretchy="false">&#x2192;</mml:mo></mml:math></inline-formula> y <inline-formula id="ieqn-51"><mml:math id="mml-ieqn-51"><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mi>k</mml:mi></mml:math></inline-formula>.</p></list-item>
</list></p>
<p>Stop the iterations when <inline-formula id="ieqn-52"><mml:math id="mml-ieqn-52"><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>k</mml:mi></mml:math></inline-formula> and <inline-formula id="ieqn-53"><mml:math id="mml-ieqn-53"><mml:msub><mml:mi>b</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mi>y</mml:mi></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>j</mml:mi></mml:math></inline-formula> and APSP has been determined.</p>
</sec>
</sec>
<sec id="s3"><label>3</label><title>Picture Fuzzy Floyd-Warshall Algorithm</title>
<p>In this section, we propose a new variant of the classical Floyd-Warshall algorithm. We apply PFN on Floyd-Warshall Algorithm to find APSP. <xref ref-type="table" rid="table-1">Table 1</xref> shows the description of the notions used in this article.</p>
<table-wrap id="table-1"><label>Table 1</label><caption><title>Notations and their description</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Notation</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"><inline-formula id="ieqn-54"><mml:math id="mml-ieqn-54"><mml:mi>n</mml:mi></mml:math></inline-formula></td>
<td align="left">Number of rows and columns in the matrix</td>
</tr>
<tr>
<td align="left"><inline-formula id="ieqn-55"><mml:math id="mml-ieqn-55"><mml:mi>k</mml:mi></mml:math></inline-formula></td>
<td align="left">Intermediate node</td>
</tr>
<tr>
<td align="left"><inline-formula id="ieqn-56"><mml:math id="mml-ieqn-56"><mml:msub><mml:mi>a</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula></td>
<td align="left">Weights from nodes <italic>x</italic> to <italic>y</italic>. If no link exists between <italic>x</italic>, and <italic>y</italic> then the weight is infinity</td>
</tr>
<tr>
<td align="left"><inline-formula id="ieqn-57"><mml:math id="mml-ieqn-57"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula></td>
<td align="left">Weight matrix</td>
</tr>
<tr>
<td align="left"><inline-formula id="ieqn-58"><mml:math id="mml-ieqn-58"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula></td>
<td align="left">Sequence matrix</td>
</tr>
<tr>
<td align="left"><inline-formula id="ieqn-59"><mml:math id="mml-ieqn-59"><mml:msub><mml:mi>q</mml:mi><mml:mrow><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula></td>
<td align="left">Path from node <italic>x</italic> to node <inline-formula id="ieqn-60"><mml:math id="mml-ieqn-60"><mml:mi>y</mml:mi></mml:math></inline-formula></td>
</tr>
</tbody>
</table>
</table-wrap>
<p>The step-by-step execution of the proposed algorithm is given below:</p>
<p><bold>Step 1:</bold> Initially, label each edge with the appropriate PFN. These PFNs are acting as weights. If there is more than one criterion, the edge carries more than one PFN separated by commas. As we want to find the shortest path, therefore self-loops are avoided. The self-loops need to remove.</p>
<p><bold>Step 2:</bold> Write initial matrix <inline-formula id="ieqn-61"><mml:math id="mml-ieqn-61"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>, and sequence matrix <inline-formula id="ieqn-62"><mml:math id="mml-ieqn-62"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mi>n</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>. These weights are calculated using <xref ref-type="disp-formula" rid="eqn-11">Eqs. (11)</xref> and <xref ref-type="disp-formula" rid="eqn-12">(12)</xref>. These matrices are square matrices with <italic>n</italic> number of rows and columns. In this matrix, all diagonals are set to zero because self-loops are not allowed. If no direct path exists between any pair of nodes, set <inline-formula id="ieqn-63"><mml:math id="mml-ieqn-63"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula> in its place; otherwise with the help of <xref ref-type="disp-formula" rid="eqn-11">Eqs. (11)</xref> and <xref ref-type="disp-formula" rid="eqn-12">(12)</xref> calculate the value of that cell. The sequence matrix shows the number of the intermediate node. The intermediate node <italic>k</italic> that gives a favorable value would be written in that cell in a sequence matrix.</p>
<p><bold>Step 3:</bold> The next task is to find the shortest path between any pair of nodes. For this, use <xref ref-type="disp-formula" rid="eqn-14">Eq. (14)</xref> to find the shortest path from <italic>x</italic> to <italic>y</italic> via <italic>k</italic>. In the single iteration, we may not get the shortest path for all pairs of nodes; therefore this step needs to repeat for all pairs in a graph. When <inline-formula id="ieqn-64"><mml:math id="mml-ieqn-64"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mi>n</mml:mi></mml:math></inline-formula>, terminate the loop and display the final weights and the sequence matrix. At this step, all intermediate nodes get discovered, and the obtained weight and sequence matrices are the final findings of this algorithm. If more than one criteria involve, then in all iterations, we compare each criterion with its previous state, if its value is in favor, we assign it a boolean label true otherwise false.</p>
<p><bold>Step 4:</bold> Pick the value in the vector that has the most true values.</p>
<p><xref ref-type="fig" rid="fig-2">Fig. 2</xref> shows the pictorial representation of the picture fuzzy Floyd-Warshall algorithm.</p>
<fig id="fig-2"><label>Figure 2</label><caption><title>Flowchart of picture fuzzy Floyd-Warshall algorithm</title></caption><graphic mimetype="image" mime-subtype="tif" xlink:href="CMES_26294-fig-2.tif"/></fig>
<sec id="s3_1"><label>3.1</label><title>Presentation and Complexity of the Algorithm</title>
<p>The following algorithm helps to understand the complete working of PF Floyd-Warshall algorithm:</p>
<fig id="fig-5">
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMES_26294-fig-5.tif"/>
</fig>
<p>Let us compute the time complexity of the above algorithm. Line 1 defines the function&#x2019;s name and takes graph <italic>G</italic> as input. Here, <italic>G</italic> represents the layout of a network. In line 3, we take two integers <italic>x</italic> and <italic>y</italic> to locate cell values in a two-dimensional array and initialize them with 0. In line 4, a square matrix <italic>A</italic> of <inline-formula id="ieqn-81"><mml:math id="mml-ieqn-81"><mml:mi>n</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>n</mml:mi></mml:math></inline-formula> dimensions are defined and initialized with <inline-formula id="ieqn-82"><mml:math id="mml-ieqn-82"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>. Now use <xref ref-type="disp-formula" rid="eqn-11">Eqs. (11)</xref> and <xref ref-type="disp-formula" rid="eqn-12">(12)</xref> to calculate the distance between <italic>x</italic> and <italic>y</italic>. If there is no path between <italic>x</italic> and <italic>y</italic> then represent it with infinity. Lines 1&#x2013;4 take constant time. In line 5, we define a loop that iterates for rows. There is <italic>n</italic> number of rows, therefore line 5 runs in <inline-formula id="ieqn-83"><mml:math id="mml-ieqn-83"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> times. Similarly, in line 6 a nested loop is defined for addressing the number of columns. It takes <inline-formula id="ieqn-84"><mml:math id="mml-ieqn-84"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> running time. These loops help to locate the values of each cell in a matrix. The value of each cell is represented by pair of values <inline-formula id="ieqn-85"><mml:math id="mml-ieqn-85"><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> in matrix <italic>A</italic>. In lines 7&#x2013;12, we see that if the value of <italic>x</italic> is not equal to the value of <italic>y</italic>, and there&#x2019;s an edge between <italic>x</italic> and <italic>y</italic>, then calculate the distance value using <xref ref-type="disp-formula" rid="eqn-11">Eqs. (11)</xref> and <xref ref-type="disp-formula" rid="eqn-12">(12)</xref> otherwise write infinity. The diagonal values are 0 because self-loops are not allowed. Lines 7&#x2013;12 run in <inline-formula id="ieqn-86"><mml:math id="mml-ieqn-86"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> time. In line 13, we take another loop for finding the shortest path from <italic>x</italic> to <italic>y</italic>. Here <italic>k</italic> is considered as a breaking point. The value of <italic>k</italic> lies between 1 to <italic>n</italic>. Line 13 runs in <inline-formula id="ieqn-87"><mml:math id="mml-ieqn-87"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>n</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> times. Line 14 runs in <inline-formula id="ieqn-88"><mml:math id="mml-ieqn-88"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> time. Line 15 takes <inline-formula id="ieqn-89"><mml:math id="mml-ieqn-89"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> time. These loops iterate until the final shortest path is not found. Line 16 takes <inline-formula id="ieqn-90"><mml:math id="mml-ieqn-90"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> time. Line 17 shows the final result, and it takes <inline-formula id="ieqn-91"><mml:math id="mml-ieqn-91"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> time. Therefore, the overall time complexity of the algorithm is <inline-formula id="ieqn-92"><mml:math id="mml-ieqn-92"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>.</p>
</sec>
<sec id="s3_2"><label>3.2</label><title>Example</title>
<p>This section illustrates the working of our proposed algorithm. For this purpose, consider a transportation network shown in <xref ref-type="fig" rid="fig-3">Fig. 3</xref>. The transition time on edges is represented as TPFN edge <inline-formula id="ieqn-93"><mml:math id="mml-ieqn-93"><mml:mo stretchy="false">(</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> is directed, so no traffic is allowed from node 5 to 3. All other edges allow two-way traffic. First of all, we calculate the distance value of each pair of edges using <xref ref-type="disp-formula" rid="eqn-11">Eqs. (11)</xref> and <xref ref-type="disp-formula" rid="eqn-12">(12)</xref> (see <xref ref-type="table" rid="table-6">Table 6</xref>).</p>
<fig id="fig-3"><label>Figure 3</label><caption><title>Transportation network model</title></caption><graphic mimetype="image" mime-subtype="tif" xlink:href="CMES_26294-fig-3.tif"/></fig>
<p>For edge <inline-formula id="ieqn-94"><mml:math id="mml-ieqn-94"><mml:mo stretchy="false">(</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>, the distance value is calculated as follows:
<disp-formula id="ueqn-3">
<mml:math id="mml-ueqn-3" display="block"><mml:msub><mml:mi>I</mml:mi><mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mfrac><mml:mn>1</mml:mn><mml:mn>8</mml:mn></mml:mfrac><mml:mrow><mml:mo>[</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>2</mml:mn><mml:mo>+</mml:mo><mml:mn>3</mml:mn><mml:mo>+</mml:mo><mml:mn>5</mml:mn><mml:mo>)</mml:mo></mml:mrow><mml:mo>&#x00D7;</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>0.6</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>0.1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>0.2</mml:mn><mml:mo>)</mml:mo></mml:mrow><mml:mo>]</mml:mo></mml:mrow><mml:mo>=</mml:mo><mml:mn>1.787</mml:mn><mml:mo>,</mml:mo></mml:math></disp-formula>
<disp-formula id="ueqn-4">
<mml:math id="mml-ueqn-4" display="block"><mml:msub><mml:mi>S</mml:mi><mml:mrow><mml:mn>1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mn>1.7875</mml:mn><mml:mo>&#x00D7;</mml:mo><mml:mo stretchy="false">(</mml:mo><mml:mn>0.6</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>0.1</mml:mn><mml:mo>&#x2212;</mml:mo><mml:mn>0.2</mml:mn><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:mn>0.53625.</mml:mn></mml:math></disp-formula></p>
<p>In the same way, we compute the distance for other pairs. <xref ref-type="table" rid="table-2">Table 2</xref> shows the weights on each edge.</p>
<table-wrap id="table-2"><label>Table 2</label><caption><title>Weights of edges</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Edge (i, j)</th>
<th align="left">TPFN</th>
<th align="left">Distance value</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">(1, 2)</td>
<td align="left">([1, 2, 3, 5]; 0.6, 0.1, 0.2)</td>
<td align="left">0.53625</td>
</tr>
<tr>
<td align="left">(1, 3)</td>
<td align="left">([5, 7, 10, 11]; 0.6, 0.1, 0.2)</td>
<td align="left">1.608</td>
</tr>
<tr>
<td align="left">(2, 1)</td>
<td align="left">([1, 2, 3, 5]; 0.6, 0.1, 0.2)</td>
<td align="left">0.534</td>
</tr>
<tr>
<td align="left">(2, 4)</td>
<td align="left">([2, 5, 6, 7]; 0.6, 0.1, 0.2)</td>
<td align="left">0.975</td>
</tr>
<tr>
<td align="left">(3, 1)</td>
<td align="left">([5, 7, 10, 11]; 0.3, 0.15, 0.1)</td>
<td align="left">1.608</td>
</tr>
<tr>
<td align="left">(3, 4)</td>
<td align="left">([3, 6, 7, 8]; 0.6, 0.0, 0.4)</td>
<td align="left">0.72</td>
</tr>
<tr>
<td align="left">(3, 5)</td>
<td align="left">([11, 14, 15, 17]; 0.55, 0.15, 0.25)</td>
<td align="left">1.229</td>
</tr>
<tr>
<td align="left">(4, 2)</td>
<td align="left">([2, 5, 6, 7]; 0.6, 0.1, 0.2)</td>
<td align="left">0.975</td>
</tr>
<tr>
<td align="left">(4, 3)</td>
<td align="left">([3, 6, 7, 8]; 0.6, 0.0, 0.4)</td>
<td align="left">0.72</td>
</tr>
<tr>
<td align="left">(4, 5)</td>
<td align="left">([1, 4, 5, 7]; 0.55, 0.15, 0.25)</td>
<td align="left">0.366</td>
</tr>
<tr>
<td align="left">(5, 4)</td>
<td align="left">([1, 4, 5, 7]; 0.55, 0.15, 0.25)</td>
<td align="left">0.366</td>
</tr>
</tbody>
</table>
</table-wrap>
<p><bold>Iteration 0:</bold></p>
<p>The matrices <inline-formula id="ieqn-95"><mml:math id="mml-ieqn-95"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> and <inline-formula id="ieqn-96"><mml:math id="mml-ieqn-96"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> give the initial values of the network, where all <inline-formula id="ieqn-97"><mml:math id="mml-ieqn-97"><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mi>t</mml:mi><mml:mi>h</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> entries of <inline-formula id="ieqn-98"><mml:math id="mml-ieqn-98"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> are canonical representations of weights of route from <italic>x</italic> to <italic>y</italic>. The matrix <inline-formula id="ieqn-99"><mml:math id="mml-ieqn-99"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> and <inline-formula id="ieqn-100"><mml:math id="mml-ieqn-100"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> are as follows:
<disp-formula id="ueqn-5"><mml:math id="mml-ueqn-5" display="block"><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>A</mml:mi><mml:mn>0</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.536</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>1.608</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow><mml:mn>0.536</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.975</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow><mml:mn>1.608</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.72</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>1.2291</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.975</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.72</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.366</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi>&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mrow><mml:mn>0.366</mml:mn></mml:mrow></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo>,</mml:mo><mml:msub><mml:mi>B</mml:mi><mml:mn>0</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula></p>
<p>All iterations of the picture fuzzy Floyd-Warshall algorithm are shown in <xref ref-type="table" rid="table-3">Table 3</xref>.</p>
<table-wrap id="table-3"><label>Table 3</label><caption><title>Calculations of picture fuzzy Floyd-Warshall algorithm</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">k</th>
<th align="left">Calculations</th>
<th align="left">Weight matrix, Sequence matrix</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">1</td>
<td align="left"><inline-formula id="ieqn-101"><mml:math id="mml-ieqn-101"><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003E;</mml:mo><mml:mn>2.144</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003E;</mml:mo><mml:mn>2.144</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>1.229</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>0.366</mml:mn><mml:mo>&#x003E;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>0.366</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr></mml:mtable></mml:math></inline-formula></td>
<td align="left"><inline-formula id="ieqn-102"><mml:math id="mml-ieqn-102"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>1.2291</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow></mml:math></inline-formula>.</td>
</tr>
<tr>
<td align="left">2</td>
<td align="left"><inline-formula id="ieqn-103"><mml:math id="mml-ieqn-103"><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mn>1.608</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.68</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mn>0.975</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>1.511</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>0.536</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mn>1.608</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.68.</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mn>1.608</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.68</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>1.229</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.975</mml:mn><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003E;</mml:mo><mml:mn>1.511</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.975</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.68</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.975</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mn>0.366</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>0.975</mml:mn><mml:mo>+</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.536</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x0024;</mml:mi><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.975</mml:mn><mml:mo>,</mml:mo><mml:mn>0.365</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1</mml:mn><mml:mo>+</mml:mo><mml:mn>0.975.</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:math></inline-formula></td>
<td align="left"><inline-formula id="ieqn-104"><mml:math id="mml-ieqn-104"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>1.2291</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></inline-formula></td>
</tr>
<tr>
<td align="left">3</td>
<td align="left"><inline-formula id="ieqn-105"><mml:math id="mml-ieqn-105"><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mn>0.536</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.328</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mn>1.511</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.328</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.608</mml:mn><mml:mo>+</mml:mo><mml:mn>1.229</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>2.837</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mn>0.536</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.328</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.864</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>2.144</mml:mn><mml:mo>+</mml:mo><mml:mn>1.229</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mn>3.373</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.72</mml:mn><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mn>1.511</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.328</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.72</mml:mn><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.864</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.72</mml:mn><mml:mo>+</mml:mo><mml:mn>1.229</mml:mn><mml:mo>,</mml:mo><mml:mn>0.366</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.949</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>1.608</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>2.144</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.366</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>+</mml:mo><mml:mn>0.72.</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:math></inline-formula></td>
<td align="left"><inline-formula id="ieqn-106"><mml:math id="mml-ieqn-106"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>2.837</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>3.373</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>2.144</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>1.2291</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow></mml:math></inline-formula>.</td>
</tr>
<tr>
<td align="left">4</td>
<td align="left"><inline-formula id="ieqn-107"><mml:math id="mml-ieqn-107"><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>536</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>486</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>608</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>231</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>837</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>877</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>536</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>486</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>144</mml:mn></mml:mrow><mml:mo>&gt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>695</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>375</mml:mn></mml:mrow><mml:mo>&gt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>3415</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>608</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>231</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>144</mml:mn></mml:mrow><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>695</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>229</mml:mn></mml:mrow><mml:mo>&gt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>086</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>511</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>877</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>2</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>975</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>341</mml:mn></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>5</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>+</mml:mo></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mrow><mml:mn>4</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:mn>3</mml:mn></mml:mrow><mml:mo stretchy="false">]</mml:mo><mml:mrow><mml:mo>=</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>366</mml:mn><mml:mo>+</mml:mo><mml:mn>0</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>72</mml:mn></mml:mrow><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>&lt;</mml:mo><mml:mrow><mml:mn>1</mml:mn></mml:mrow><mml:mo>.</mml:mo><mml:mrow><mml:mn>086</mml:mn></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></inline-formula></td>
<td align="left"><inline-formula id="ieqn-108"><mml:math id="mml-ieqn-108"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>1.877</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1.695</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>1.341</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.695</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>1.086</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>1.877</mml:mn></mml:mtd><mml:mtd><mml:mn>1.341</mml:mn></mml:mtd><mml:mtd><mml:mn>1.086</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></inline-formula></td>
</tr>
<tr>
<td align="left">5</td>
<td align="left"><inline-formula id="ieqn-109"><mml:math id="mml-ieqn-109"><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.877</mml:mn><mml:mo>+</mml:mo><mml:mn>1.341</mml:mn><mml:mo>,</mml:mo><mml:mn>0.536</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>3.218</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.877</mml:mn><mml:mo>+</mml:mo><mml:mn>1.080</mml:mn><mml:mo>,</mml:mo><mml:mn>1.608</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.957</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>1</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.877</mml:mn><mml:mo>+</mml:mo><mml:mn>0.366</mml:mn><mml:mo>,</mml:mo><mml:mn>1.511</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.243</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.341</mml:mn><mml:mo>+</mml:mo><mml:mn>1.877</mml:mn><mml:mo>,</mml:mo><mml:mn>0.536</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>3.218</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.341</mml:mn><mml:mo>+</mml:mo><mml:mn>1.086</mml:mn><mml:mo>,</mml:mo><mml:mn>1.695</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.427</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>2</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.341</mml:mn><mml:mo>+</mml:mo><mml:mn>0.366</mml:mn><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.707</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.086</mml:mn><mml:mo>+</mml:mo><mml:mn>0.366</mml:mn><mml:mo>,</mml:mo><mml:mn>1.608</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.963</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.086</mml:mn><mml:mo>+</mml:mo><mml:mn>1.341</mml:mn><mml:mo>,</mml:mo><mml:mn>1.695</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.427</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>3</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>1.086</mml:mn><mml:mo>+</mml:mo><mml:mn>0.366</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.452</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.366</mml:mn><mml:mo>+</mml:mo><mml:mn>1.877</mml:mn><mml:mo>,</mml:mo><mml:mn>1.511</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>2.243</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.366</mml:mn><mml:mo>+</mml:mo><mml:mn>1.341</mml:mn><mml:mo>,</mml:mo><mml:mn>0.975</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.707</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mrow></mml:mrow><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>4</mml:mn><mml:mo>,</mml:mo><mml:mn>5</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>+</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>3</mml:mn><mml:mo stretchy="false">]</mml:mo><mml:mo>=</mml:mo><mml:mn>0.366</mml:mn><mml:mo>+</mml:mo><mml:mn>1.086</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>&#x003C;</mml:mo><mml:mn>1.452</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:math></inline-formula></td>
<td align="left"><inline-formula id="ieqn-110"><mml:math id="mml-ieqn-110"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.536</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>1.877</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0.5326</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1.695</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>1.341</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1.608</mml:mn></mml:mtd><mml:mtd><mml:mn>1.695</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>1.086</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1.511</mml:mn></mml:mtd><mml:mtd><mml:mn>0.975</mml:mn></mml:mtd><mml:mtd><mml:mn>0.72</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>1.877</mml:mn></mml:mtd><mml:mtd><mml:mn>1.341</mml:mn></mml:mtd><mml:mtd><mml:mn>1.086</mml:mn></mml:mtd><mml:mtd><mml:mn>0.366</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>,</mml:mo><mml:mspace width="thinmathspace" /><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mrow><mml:mo>(</mml:mo><mml:mtable columnalign="left left left left left left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mo>)</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:math></inline-formula></td>
</tr>
</tbody>
</table>
</table-wrap>
<p>The obtained results are the same as proposed in [<xref ref-type="bibr" rid="ref-13">13</xref>]. For instance, shortest route from node 1 to 5 is <inline-formula id="ieqn-111"><mml:math id="mml-ieqn-111"><mml:mn>1</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>5</mml:mn></mml:math></inline-formula>. Both algorithms highlighted the same paths for every set of vertices.</p>
</sec>
</sec>
<sec id="s4"><label>4</label><title>Application of Picture Fuzzy Floyd-Warshall Algorithm in Routing</title>
<p>The computer network is the interconnection of multiple communicating devices so that they can share their resources. To share their resources, we need routes. These routes can be wired or wireless. In computer networks, multiple routes can exist between any pair of nodes. Among these routes, we need to choose the best route for sending data. Different parameters help to determine the best route among all available routes. Examples of such parameters are length, bandwidth, load, hop count, cost, delay, maximum transmission unit, and reliability. <xref ref-type="fig" rid="fig-4">Fig. 4</xref> shows a hypothetical layout of a network, where all nodes can communicate with each other, but the question is which path is good for communication at any particular time.</p>
<fig id="fig-4"><label>Figure 4</label><caption><title>Hypothetical network layout</title></caption><graphic mimetype="image" mime-subtype="tif" xlink:href="CMES_26294-fig-4.tif"/></fig>
<sec id="s4_1"><label>4.1</label><title>Best Path Selection in Computer Networks</title>
<p>Let us consider the same network situation as shown in <xref ref-type="fig" rid="fig-3">Fig. 3</xref>. In the previous scenario, only one parameter is used for finding APSP, but now we used all network parameters and find APSP using our proposed algorithm. The considered parameters are length, bandwidth, delay, cost, MTU, throughput, hop count, load, and reliability. We know that the dynamics of the networks can not be the same all the time, they change according to network conditions which may results in a change of best path as well. If a path is best at any time t, it may be not best for the next moment if network dynamics change. Under such uncertain situations, PFS suits well to choose an appropriate path by considering ongoing network conditions. To understand the working of our algorithm in the said situation. We apply our proposed algorithm to find the best route among all possible options. <xref ref-type="table" rid="table-4">Table 4</xref> shows the TPFN that we are going to use in this example.</p>
<table-wrap id="table-4"><label>Table 4</label><caption><title>Network edge weights (<xref ref-type="fig" rid="fig-4">Fig. 4</xref>)</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Edge (i, j)</th>
<th align="left">TPFN</th>
<th align="left">Distance value</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Very Low (VL)</td>
<td align="left">([1, 2, 3, 5]; 0.6, 0.1, 0.2)</td>
<td align="left">0.53625</td>
</tr>
<tr>
<td align="left">Low (L)</td>
<td align="left">([5, 7, 10, 11]; 0.6, 0.1, 0.2)</td>
<td align="left">1.608</td>
</tr>
<tr>
<td align="left">Below Medium (BM)</td>
<td align="left">([1, 2, 3, 5]; 0.6, 0.1, 0.2)</td>
<td align="left">0.534</td>
</tr>
<tr>
<td align="left">Medium (M)</td>
<td align="left">([2, 5, 6, 7]; 0.6, 0.1, 0.2)</td>
<td align="left">0.975</td>
</tr>
<tr>
<td align="left">Above Medium (AM)</td>
<td align="left">([5, 7, 10, 11]; 0.3, 0.15, 0.1)</td>
<td align="left">1.608</td>
</tr>
<tr>
<td align="left">High (H)</td>
<td align="left">([3, 6, 7, 8]; 0.6, 0.0, 0.4)</td>
<td align="left">0.72</td>
</tr>
<tr>
<td align="left">Very High (VH)</td>
<td align="left">([11, 14, 15, 17]; 0.55, 0.15, 0.25)</td>
<td align="left">1.229</td>
</tr>
</tbody>
</table>
</table-wrap>
<p><xref ref-type="table" rid="table-5">Table 5</xref> shows the current situation of a network in linguistic terms. Each linguistic term corresponds to mentioned TPFN in <xref ref-type="table" rid="table-4">Table 4</xref>.</p>
<table-wrap id="table-5"><label>Table 5</label><caption><title>Weights on edge (see <xref ref-type="fig" rid="fig-3">Fig. 3</xref>)</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Edge (i, j)</th>
<th align="left">Length, Bandwidth, Delay, Cost, MTU, Throughput, Hope-count, Load, Reliability</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">(1, 2)</td>
<td align="left">[0.53625, 1.608, 1.608, 0.975, 0.534, 0.72, 1.229, 0.53625, 1.608]</td>
</tr>
<tr>
<td align="left">(1, 3)</td>
<td align="left">[1.608, 0.975, 0.72, 0.53625, 1.229, 1.608, 0.534, 1.608, 0.72]</td>
</tr>
<tr>
<td align="left">(2, 1)</td>
<td align="left">[1.608, 0.534, 0.53625, 1.229, 1.608, 0.72, 0.975, 0.975, 0.72]</td>
</tr>
<tr>
<td align="left">(2, 4)</td>
<td align="left">[0.975, 1.608, 0.72, 1.608, 0.534, 0.53625, 1.229, 0.975, 1.608]</td>
</tr>
<tr>
<td align="left">(3, 1)</td>
<td align="left">[1.608, 1.608, 0.72, 0.534, 0.975, 1.229, 1.608, 0.53625, 0.53625]</td>
</tr>
<tr>
<td align="left">(3, 4)</td>
<td align="left">[1.608, 0.53625, 1.608, 0.53625, 0.534, 1.229, 1.608, 0.72]</td>
</tr>
<tr>
<td align="left">(3, 5)</td>
<td align="left">[1.608, 1.608, 0.534, 0.534, 1.608, 0.72, 0.53625, 1.229, 0.975]</td>
</tr>
<tr>
<td align="left">(4, 2)</td>
<td align="left">[0.72, 0.72, 0.72, 1.229, 0.53625, 0.534, 1.608, 1.608, 0.975]</td>
</tr>
<tr>
<td align="left">(4, 3)</td>
<td align="left">[1.608, 0.975, 1.608, 0.72, 0.975, 1.229, 1.608, 1.608, 0.975]</td>
</tr>
<tr>
<td align="left">(4, 5)</td>
<td align="left">[0.975, 0.975, 0.975, 1.608, 1.608, 0.534, 0.72, 0.53625, 1.229]</td>
</tr>
<tr>
<td align="left">(5, 4)</td>
<td align="left">[1.229, 1.229, 1.229, 1.229, 1.608, 0.975, 0.72, 1.608, 0.534]</td>
</tr>
</tbody>
</table>
</table-wrap>
<p><bold>Iteration 0:</bold> The matrices <inline-formula id="ieqn-112"><mml:math id="mml-ieqn-112"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> gives the initial representation of the network, where all <inline-formula id="ieqn-113"><mml:math id="mml-ieqn-113"><mml:mo stretchy="false">(</mml:mo><mml:mi>x</mml:mi><mml:mo>,</mml:mo><mml:mi>y</mml:mi><mml:msup><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mi>t</mml:mi><mml:mi>h</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula> entries of <inline-formula id="ieqn-114"><mml:math id="mml-ieqn-114"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> are canonical representations of weights of route from <italic>x</italic> to <italic>y</italic>, and <inline-formula id="ieqn-115"><mml:math id="mml-ieqn-115"><mml:msub><mml:mi>B</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> respective sequence matrix (see page 19).</p>
<p><bold>Iteration 1:</bold> Set <inline-formula id="ieqn-116"><mml:math id="mml-ieqn-116"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:math></inline-formula>. The first row and column are treated as a pivot and their values remain the same from the previous matrices.</p>
<p>[2, 3] &#x003D; [2, 1] &#x002B; [1, 3] &#x003D; [0.534, 1.608, 0.536, 1.229, 1.608, 0.72, 0.975, 0.975, 0.72] &#x002B; [1.608, 0.975, 0.72, 0.536, 1.229, 0.534, 1.608, 1.608, 0.72] &#x003D; [2.142, 2.583, 1.256, 1.765, 2.837, 1.254, 2.583, 2.583, 1.44] &#x003C; [<inline-formula id="ieqn-117"><mml:math id="mml-ieqn-117"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-118"><mml:math id="mml-ieqn-118"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-119"><mml:math id="mml-ieqn-119"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-120"><mml:math id="mml-ieqn-120"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-121"><mml:math id="mml-ieqn-121"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-122"><mml:math id="mml-ieqn-122"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-123"><mml:math id="mml-ieqn-123"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-124"><mml:math id="mml-ieqn-124"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-125"><mml:math id="mml-ieqn-125"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[2, 4] &#x003D; [2, 1] &#x002B; [1, 4] &#x003D; [0.534, 1.608, 0.536, 1.229, 1.608, 0.72, 0.975, 0.975, 0.72] &#x002B; [1.229, 0.72, 0.534, 0.975, 1.608, 1.608, 0.536, 0.534, 1.229] &#x003D; [ 0.975, 1.608, 0.72, 0.534, 1.608, 0.536, 1.229, 0.975, 1.608] &#x003C; [<inline-formula id="ieqn-126"><mml:math id="mml-ieqn-126"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-127"><mml:math id="mml-ieqn-127"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-128"><mml:math id="mml-ieqn-128"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-129"><mml:math id="mml-ieqn-129"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-130"><mml:math id="mml-ieqn-130"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-131"><mml:math id="mml-ieqn-131"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-132"><mml:math id="mml-ieqn-132"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-133"><mml:math id="mml-ieqn-133"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-134"><mml:math id="mml-ieqn-134"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[2, 5] &#x003D; [2, 1] &#x002B; [1, 5] &#x003D; [0.534, 1.608, 0.536, 1.229, 1.608, 0.72, 0.975, 0.975, 0.72 ] &#x002B; [0.72, 1.608, 0.536, 0.975, 0.534, 1.608, 1.229, 1.608, 0.534] &#x003D; [1.254, 3.216, 1.072, 2.204, 2.142, 2.328, 2.204, 2.583, 1.254] &#x003C; [<inline-formula id="ieqn-135"><mml:math id="mml-ieqn-135"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-136"><mml:math id="mml-ieqn-136"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-137"><mml:math id="mml-ieqn-137"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-138"><mml:math id="mml-ieqn-138"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-139"><mml:math id="mml-ieqn-139"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-140"><mml:math id="mml-ieqn-140"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-141"><mml:math id="mml-ieqn-141"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-142"><mml:math id="mml-ieqn-142"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-143"><mml:math id="mml-ieqn-143"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[3, 2] &#x003D; [3, 1] &#x002B; [1, 2] &#x003D; [1.608, 0.534, 0.72, 1.608, 0.975, 1.229, 1.608, 0.536, 0.536] &#x002B; [0.536, 1.608, 0.534, 0.975, 1.608, 0.72, 1.229, 0.536, 1.608] &#x003D; [2.144, 2.142, 1.254, 2.583, 2.583, 1.949, 2.837, 1.072, 2.144] &#x003C; [<inline-formula id="ieqn-144"><mml:math id="mml-ieqn-144"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-145"><mml:math id="mml-ieqn-145"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-146"><mml:math id="mml-ieqn-146"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-147"><mml:math id="mml-ieqn-147"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-148"><mml:math id="mml-ieqn-148"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-149"><mml:math id="mml-ieqn-149"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-150"><mml:math id="mml-ieqn-150"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-151"><mml:math id="mml-ieqn-151"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-152"><mml:math id="mml-ieqn-152"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[3, 4] &#x003D; [3, 1] &#x002B; [1, 4] &#x003D; [1.608, 0.534, 0.72, 1.608, 0.975, 1.229, 1.608, 0.536, 0.536] &#x002B; [1.229, 0.72, 0.534, 0.975, 1.608, 1.608, 0.536, 0.534, 1.229] &#x003D; [2.837, 1.254, 1.254, 2.583, 2.583, 1.949, 2.837, 1.072, 2.144] &#x003C; [<inline-formula id="ieqn-153"><mml:math id="mml-ieqn-153"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-154"><mml:math id="mml-ieqn-154"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-155"><mml:math id="mml-ieqn-155"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-156"><mml:math id="mml-ieqn-156"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-157"><mml:math id="mml-ieqn-157"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-158"><mml:math id="mml-ieqn-158"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-159"><mml:math id="mml-ieqn-159"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-160"><mml:math id="mml-ieqn-160"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-161"><mml:math id="mml-ieqn-161"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[3, 5] &#x003D; [3, 1] &#x002B; [1, 5] &#x003D; [1.608, 0.534, 0.72, 1.608, 0.975, 1.229, 1.608, 0.536, 0.536] &#x002B; [0.72, 1.608, 0.536, 0.975, 0.534, 1.608, 1.229, 1.608, 0.534] &#x003D; [0.534, 0.534, 1.256, 1.608, 1.509, 0.72, 0.536, 1.229, 0.975] &#x003C; [<inline-formula id="ieqn-162"><mml:math id="mml-ieqn-162"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-163"><mml:math id="mml-ieqn-163"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-164"><mml:math id="mml-ieqn-164"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-165"><mml:math id="mml-ieqn-165"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-166"><mml:math id="mml-ieqn-166"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-167"><mml:math id="mml-ieqn-167"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-168"><mml:math id="mml-ieqn-168"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-169"><mml:math id="mml-ieqn-169"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-170"><mml:math id="mml-ieqn-170"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[4, 2] &#x003D; [4, 1] &#x002B; [1, 2] &#x003D; [1.608, 1.608, 1.608, 0.72, 0.975, 0.536, 0.534, 1.608, 1.229] &#x002B; [0.536, 1.608, 0.534, 0.975, 1.608, 0.72, 1.229, 0.536, 1.608] &#x003D; [0.72, 0.72, 0.72, 1.229, 0.536, 1.256, 0.534, 1.608, 0.975] &#x003C; [<inline-formula id="ieqn-171"><mml:math id="mml-ieqn-171"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-172"><mml:math id="mml-ieqn-172"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-173"><mml:math id="mml-ieqn-173"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-174"><mml:math id="mml-ieqn-174"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-175"><mml:math id="mml-ieqn-175"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-176"><mml:math id="mml-ieqn-176"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-177"><mml:math id="mml-ieqn-177"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-178"><mml:math id="mml-ieqn-178"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-179"><mml:math id="mml-ieqn-179"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[4, 3] &#x003D; [4, 1] &#x002B; [1, 3] &#x003D; [1.608, 1.608, 1.608, 0.72, 0.975, 0.536, 0.534, 1.608, 1.229] &#x002B; [1.608, 0.975, 0.72, 0.536, 1.229, 0.534, 1.608, 1.608, 0.72] &#x003D; [2.862, 2.583, 1.976, 1.256, 2.204, 1.070, 2.142, 3.216, 1.949] &#x003C; [<inline-formula id="ieqn-180"><mml:math id="mml-ieqn-180"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-181"><mml:math id="mml-ieqn-181"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-182"><mml:math id="mml-ieqn-182"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-183"><mml:math id="mml-ieqn-183"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-184"><mml:math id="mml-ieqn-184"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-185"><mml:math id="mml-ieqn-185"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-186"><mml:math id="mml-ieqn-186"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-187"><mml:math id="mml-ieqn-187"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-188"><mml:math id="mml-ieqn-188"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[4, 5] &#x003D; [4, 1] &#x002B; [1, 5] &#x003D; [1.608, 1.608, 1.608, 0.72, 0.975, 0.536, 0.534, 1.608, 1.229] &#x002B; [0.72, 1.608, 0.536, 0.975, 0.534, 1.608, 1.229, 1.608, 0.534] &#x003D; [0.975, 0.975, 0.975, 1.608, 0.534, 1.608, 0.72, 0.536, 1.229] &#x003C; [<inline-formula id="ieqn-189"><mml:math id="mml-ieqn-189"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-190"><mml:math id="mml-ieqn-190"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-191"><mml:math id="mml-ieqn-191"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-192"><mml:math id="mml-ieqn-192"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-193"><mml:math id="mml-ieqn-193"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-194"><mml:math id="mml-ieqn-194"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-195"><mml:math id="mml-ieqn-195"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-196"><mml:math id="mml-ieqn-196"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-197"><mml:math id="mml-ieqn-197"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[5, 2] &#x003D; [5, 1] &#x002B; [1, 2] &#x003D; [0.536, 1.229, 1.608, 0.72, 0.536, 1.229, 0.534, 1.608, 0.975] &#x002B; [0.536, 1.608, 0.534, 0.975, 1.608, 0.72, 1.229, 0.536, 1.608] &#x003D; [1.072, 2.831, 2.142, 1.695, 2.144, 1.949, 1.763, 2.144, 2.583] &#x003C; [<inline-formula id="ieqn-198"><mml:math id="mml-ieqn-198"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-199"><mml:math id="mml-ieqn-199"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-200"><mml:math id="mml-ieqn-200"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-201"><mml:math id="mml-ieqn-201"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-202"><mml:math id="mml-ieqn-202"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-203"><mml:math id="mml-ieqn-203"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-204"><mml:math id="mml-ieqn-204"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-205"><mml:math id="mml-ieqn-205"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-206"><mml:math id="mml-ieqn-206"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[5, 3] &#x003D; [5, 1] &#x002B; [1, 3] &#x003D; [0.536, 1.229, 1.608, 0.72, 0.536, 1.229, 0.534, 1.608, 0.975] &#x002B; [1.608, 0.975, 0.72, 0.536, 1.229, 0.534, 1.608, 1.608, 0.72] &#x003D; [0.534, 1.608, 1.229, 0.536, 0.536, 1.229, 1.608, 0.975, 0.72] &#x003C; [<inline-formula id="ieqn-207"><mml:math id="mml-ieqn-207"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-208"><mml:math id="mml-ieqn-208"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-209"><mml:math id="mml-ieqn-209"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-210"><mml:math id="mml-ieqn-210"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-211"><mml:math id="mml-ieqn-211"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-212"><mml:math id="mml-ieqn-212"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-213"><mml:math id="mml-ieqn-213"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-214"><mml:math id="mml-ieqn-214"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-215"><mml:math id="mml-ieqn-215"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>[5, 4] &#x003D; [5, 1] &#x002B; [1, 4] &#x003D; [0.536, 1.229, 1.608, 0.72, 0.536, 1.229, 0.534, 1.608, 0.975] &#x002B; [1.229, 0.72, 0.534, 0.975, 1.608, 1.608, 0.536, 0.534, 1.229] &#x003D; [1.229, 1.229, 1.229, 1.095, 1.608, 0.975, 0.72, 0.534, 1.604] &#x003C; [<inline-formula id="ieqn-216"><mml:math id="mml-ieqn-216"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-217"><mml:math id="mml-ieqn-217"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-218"><mml:math id="mml-ieqn-218"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-219"><mml:math id="mml-ieqn-219"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-220"><mml:math id="mml-ieqn-220"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-221"><mml:math id="mml-ieqn-221"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-222"><mml:math id="mml-ieqn-222"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-223"><mml:math id="mml-ieqn-223"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>, <inline-formula id="ieqn-224"><mml:math id="mml-ieqn-224"><mml:mi mathvariant="normal">&#x221E;</mml:mi></mml:math></inline-formula>].</p>
<p>Now set <inline-formula id="ieqn-225"><mml:math id="mml-ieqn-225"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mn>2</mml:mn></mml:math></inline-formula> in the next iteration. The second row and second column in the matrix, <inline-formula id="ieqn-226"><mml:math id="mml-ieqn-226"><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub></mml:math></inline-formula> are set as pivot row and pivot column, and their values have no change from the previous matrices. Now perform calculations as we did in iteration 1. A total of five iterations would be done with <inline-formula id="ieqn-227"><mml:math id="mml-ieqn-227"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mn>3</mml:mn></mml:math></inline-formula>, <inline-formula id="ieqn-228"><mml:math id="mml-ieqn-228"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mn>4</mml:mn></mml:math></inline-formula>, and <inline-formula id="ieqn-229"><mml:math id="mml-ieqn-229"><mml:mi>k</mml:mi><mml:mo>=</mml:mo><mml:mn>5</mml:mn></mml:math></inline-formula>. <xref ref-type="table" rid="table-6">Table 6</xref> shows the final findings of our algorithms after five iterations.</p>
<table-wrap id="table-6"><label>Table 6</label><caption><title>Final findings</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Edge (i, j)</th>
<th align="left">Length, Bandwidth, Delay, Cost, MTU, Throughput, Hope-Count, Load, Reliability</th>
<th align="left"/>
</tr>
</thead>
<tbody>
<tr>
<td align="left">1&#x2013;2</td>
<td align="left">0.54(T), i.61(T), 0.53(T), 0.98(F), 1.07(T), 0.72(F), 1.23(T), 0.54(T), 1.51(T)</td>
<td align="left">7(T)</td>
</tr>
<tr>
<td align="left">1&#x2013;3</td>
<td align="left">1.25(F), 0.98(F), 0.72(F), 0.54(T), 1.07(T), 0.53(F), 1.61(F), 1.61(F), 0.72(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">1&#x2013;4</td>
<td align="left">0.72(F), 1.61(T), 0.54(F), 0.98(F), 0.53(F), 1.26(F), 1.23(F), 1.51(F), 0.53(F)</td>
<td align="left">1(T)</td>
</tr>
<tr>
<td align="left">1&#x2013;5</td>
<td align="left">0.72(F), 1.61(T), 0.54(F), 0.98(F), 0.53(F), 1.44(T), 1.23(F), 1.61(F), 0.53(F)</td>
<td align="left">1(T)</td>
</tr>
<tr>
<td align="left">2&#x2013;3</td>
<td align="left">1.79(F), 2.58(T), 1.26(F), 1.77(F), 2.68(T), 1.25(F), 2.48(F), 2.58(F), 1.44(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">2&#x2013;4</td>
<td align="left">0.98(T), 1.61(F), 0.72(T), 0.53(T), 1.61(F), 0.54(F), 1.23(T), 0.98(T), 1.61(T)</td>
<td align="left">6(T)</td>
</tr>
<tr>
<td align="left">2&#x2013;5</td>
<td align="left">1.25(F), 2.58(T), 1.07(F), 2.14(F), 2.14(F), 1.97(T), 1.95(F), 1.51(F), 1.25(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">3&#x2013;1</td>
<td align="left">1.07(F), 0.53(F), 0.72(T), 1.61(T), 0.98(F), 1.23(F), 1.07(F), 0.54(T), 0.54(F)</td>
<td align="left">3(T)</td>
</tr>
<tr>
<td align="left">3&#x2013;2</td>
<td align="left">1.07(F), 1.76(T), 1.97(F), 2.33(F), 2.05(F), 1.95(T), 1.07(F), 1.07(F), 1.95(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">3&#x2013;4</td>
<td align="left">1.76(F), 1.25(F), 1.25(F), 2.58(F), 2.58(F), 1.69(F), 1.26(F), 1.07(F), 2.14(T)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">3&#x2013;5</td>
<td align="left">0.53(T), 0.53(F), 1.26(F), 1.61(T), 1.51(F), 0.72(F), 0.54(T), 1.23(F), 0.98(F)</td>
<td align="left">3(T)</td>
</tr>
<tr>
<td align="left">4&#x2013;1</td>
<td align="left">1.25(F), 1.61(F), 1.61(F), 0.72(T), 0.98(F), 0.54(F), 0.53(T), 1.61(F), 1.23(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">4&#x2013;2</td>
<td align="left">0.72(T), 0.72(F), 0.72(T), 1.23(F), 0.54(F), 1.26(F), 0.53(T), 1.61(F), 0.98(F)</td>
<td align="left">3(T)</td>
</tr>
<tr>
<td align="left">4&#x2013;3</td>
<td align="left">1.51(F), 2, 58(T), 2.20(F), 1.26(F), 1.07(T), 1.07(F), 2.14(F), 1.51(F), 1.95(T)</td>
<td align="left">3(T)</td>
</tr>
<tr>
<td align="left">4&#x2013;5</td>
<td align="left">0.98(F), 0.98(F), 0.98(F), 1.61(F), 0.53(F), 1.61(T), 0.72(F), 0.54(T), 1.23(F)</td>
<td align="left">2(T)</td>
</tr>
<tr>
<td align="left">5&#x2013;1</td>
<td align="left">0.54(F), 1.23(F), 1.61(F), 0.72(F), 0.54(F), 1.23(F), 0.53(T), 1.51(F), 0.98(F)</td>
<td align="left">1(T)</td>
</tr>
<tr>
<td align="left">5&#x2013;2</td>
<td align="left">1.07(F), 1.95(T), 1.95(F), 1.69(F), 2.14(T), 1.95(T), 1.25(F), 2.14(F), 2.58(T)</td>
<td align="left">4(T)</td>
</tr>
<tr>
<td align="left">5&#x2013;3</td>
<td align="left">0.53(T), 1.61(F), 1.23(T), 0.54(T), 0.54(F), 1.23(F), 1.61(F), 0.98(F), 0.72(F)</td>
<td align="left">3(T)</td>
</tr>
<tr>
<td align="left">5&#x2013;4</td>
<td align="left">1.23(F), 1.23(F), 1.23(T), 1.09(F), 1.61(F), 0.98(F), 0.72(F), 0.53(T), 1.60(F)</td>
<td align="left">2(T)</td>
</tr>
</tbody>
</table>
</table-wrap>
<p>As we can see the shortest path from node 1 to 5 is <inline-formula id="ieqn-230"><mml:math id="mml-ieqn-230"><mml:mn>1</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>2</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>4</mml:mn><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mn>5</mml:mn></mml:math></inline-formula>.
<disp-formula id="ueqn-6"><mml:math id="mml-ueqn-6" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>0</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="1em" /><mml:mspace width="1em" /><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="1em" /><mml:mspace width="2em" /><mml:mspace width="2em" /><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mtable rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo>,</mml:mo><mml:mi mathvariant="normal">&#x221E;</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mspace width="1em" /><mml:mspace width="1em" /><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-7"><mml:math id="mml-ueqn-7" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="2em" /><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.142</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.83</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.76</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>1</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="1em" /><mml:mspace width="1em" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.77</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.86</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.09</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mrow><mml:mspace width="1em" /></mml:mrow><mml:mrow><mml:mspace width="1em" /></mml:mrow><mml:mrow><mml:mspace width="2em" /></mml:mrow><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-8"><mml:math id="mml-ueqn-8" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="2em" /><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.83</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.69</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.76</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>2</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.77</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.09</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mspace width="2em" /><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-9"><mml:math id="mml-ueqn-9" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="2em" /><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.142</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.69</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.76</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.77</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.09</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mspace width="2em" /><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-10"><mml:math id="mml-ueqn-10" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="2em" /><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.073</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.69</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>4</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.77</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>2.84</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>2.20</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>3.22</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.09</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mspace width="2em" /><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow><mml:mo>,</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-11"><mml:math id="mml-ueqn-11" display="block"><mml:mtable columnalign="right left right left right left right left right left right left" rowspacing="3pt" columnspacing="0em 2em 0em 2em 0em 2em 0em 2em 0em 2em 0em" displaystyle="true"><mml:mtr><mml:mtd /><mml:mtd><mml:mspace width="2em" /><mml:mrow><mml:mo>[</mml:mo><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.07</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.76</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>2.33</mml:mn><mml:mo>,</mml:mo><mml:mn>2.05</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.24</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.7</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:msub><mml:mi>A</mml:mi><mml:mrow><mml:mn>5</mml:mn></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mtable columnalign="center center" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.79</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.77</mml:mn><mml:mo>,</mml:mo><mml:mn>2.68</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.48</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.76</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.7</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>2.2</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.1</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.60</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo></mml:mrow></mml:mtd></mml:mtr><mml:mtr><mml:mtd /><mml:mtd><mml:mrow><mml:mo fence="true" stretchy="true" symmetric="true"></mml:mo><mml:mspace width="2em" /><mml:mspace width="2em" /><mml:mspace width="1em" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mspace width="thinmathspace" /><mml:mtable columnalign="left" rowspacing="4pt" columnspacing="1em"><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.44</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>1.25</mml:mn><mml:mo>,</mml:mo><mml:mn>2.58</mml:mn><mml:mo>,</mml:mo><mml:mn>1.07</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>2.14</mml:mn><mml:mo>,</mml:mo><mml:mn>1.97</mml:mn><mml:mo>,</mml:mo><mml:mn>1.95</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>1.25</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.26</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>1.51</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>0.98</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.53</mml:mn><mml:mo>,</mml:mo><mml:mn>1.61</mml:mn><mml:mo>,</mml:mo><mml:mn>0.72</mml:mn><mml:mo>,</mml:mo><mml:mn>0.54</mml:mn><mml:mo>,</mml:mo><mml:mn>1.23</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mo stretchy="false">(</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>0</mml:mn><mml:mo stretchy="false">)</mml:mo></mml:mtd></mml:mtr></mml:mtable><mml:mo>]</mml:mo></mml:mrow><mml:mo>.</mml:mo></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula>
<disp-formula id="ueqn-12"><mml:math id="mml-ueqn-12" display="block"><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>0</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>1</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>2</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>3</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>4</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable><mml:mtable columnalign='left'><mml:mtr><mml:mtd><mml:mtext>&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>01</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>02</mml:mn><mml:mtext>&#x00A0;&#x00A0;&#x00A0;</mml:mtext><mml:mn>03</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>04</mml:mn><mml:mtext>&#x00A0;&#x00A0;</mml:mtext><mml:mn>05</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:msub><mml:mi>B</mml:mi><mml:mn>5</mml:mn></mml:msub><mml:mo>=</mml:mo><mml:mtable columnalign='left'><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>1</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>2</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr columnalign='left'><mml:mtd columnalign='left'><mml:mn>5</mml:mn></mml:mtd></mml:mtr></mml:mtable><mml:mrow><mml:mo>(</mml:mo><mml:mrow><mml:mtable><mml:mtr><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>2</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd><mml:mtd><mml:mn>5</mml:mn></mml:mtd></mml:mtr><mml:mtr><mml:mtd><mml:mn>1</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>3</mml:mn></mml:mtd><mml:mtd><mml:mn>4</mml:mn></mml:mtd><mml:mtd><mml:mn>0</mml:mn></mml:mtd></mml:mtr></mml:mtable></mml:mrow><mml:mo>)</mml:mo></mml:mrow></mml:mtd></mml:mtr></mml:mtable></mml:math></disp-formula></p>
</sec>
</sec>
<sec id="s5"><label>5</label><title>Comparative Analysis</title>
<p>In this section, we provide a brief comparative analysis of the proposed algorithm with the classical Floyd-Warshall and fuzzy Floyd-Warshall algorithms. The classical Floyd-Warshall algorithm and fuzzy Floyd-Warshall algorithm take only one input parameter and decide the best route. But, in actual scenarios, multiple input factors may involve. In such scenarios, the previous techniques fail to take any decision. Whereas in the proposed method, we can work with <italic>n</italic> number of factors that may influence the final decision. For testing our model, we considered eight hypothetical data sets and applied PF Floyd-Warshall, fuzzy Floyd-Warshall, and the classical Floyd-Warshall algorithm. First of all, the picture fuzzy Floyd-Warshall algorithm calculates the distance between each pair using the score function of TPFN. Set the distance value to infinity if there is no direct connection found in the graph or network. Now consider the breaking point <italic>k</italic> which lies between 1 to n and check for each value of <italic>k</italic> if the distance of any pair of nodes passing through this breaking point is less than the previously defined distance, replace it with the new distance. If any criteria of a factor meet, assign true against that criteria. Lastly, choose one best path which is having maximum true values. We observed that all of the considered methods highlighted the same results against the same data sets, which proved the authenticity of our work. <xref ref-type="table" rid="table-7">Table 7</xref> shows the results of the comparative analysis. The first column is labeled as a graph. The data set is in the form of a Graph. We have taken the same graph as shown in <xref ref-type="fig" rid="fig-3">Fig. 3</xref> but with different edge weights. The second, third, and fourth columns show the results obtained from the classical Floyd-Warshall algorithm, fuzzy Floyd-Warshall algorithm, and picture fuzzy Floyd-Warshall algorithm, respectively. <xref ref-type="table" rid="table-7">Table 7</xref> shows the comparison of different Floyd-Warshall algorithms.</p>
<table-wrap id="table-7"><label>Table 7</label><caption><title>Comparative analysis</title></caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th align="left">Data-set</th>
<th align="left">Classical Floyed-Warshall</th>
<th align="left">Fuzzy Floyed-Warshall</th>
<th align="left">PF Floyd-Warshall</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">D-1</td>
<td align="left">(<inline-formula id="ieqn-231"><mml:math id="mml-ieqn-231"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-232"><mml:math id="mml-ieqn-232"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-233"><mml:math id="mml-ieqn-233"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-2</td>
<td align="left">(<inline-formula id="ieqn-234"><mml:math id="mml-ieqn-234"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-235"><mml:math id="mml-ieqn-235"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-236"><mml:math id="mml-ieqn-236"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-3</td>
<td align="left">(<inline-formula id="ieqn-237"><mml:math id="mml-ieqn-237"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-238"><mml:math id="mml-ieqn-238"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-239"><mml:math id="mml-ieqn-239"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-4</td>
<td align="left">(<inline-formula id="ieqn-240"><mml:math id="mml-ieqn-240"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-241"><mml:math id="mml-ieqn-241"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-242"><mml:math id="mml-ieqn-242"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-5</td>
<td align="left">(<inline-formula id="ieqn-243"><mml:math id="mml-ieqn-243"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-244"><mml:math id="mml-ieqn-244"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-245"><mml:math id="mml-ieqn-245"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-6</td>
<td align="left">(<inline-formula id="ieqn-246"><mml:math id="mml-ieqn-246"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-247"><mml:math id="mml-ieqn-247"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-248"><mml:math id="mml-ieqn-248"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-7</td>
<td align="left">(<inline-formula id="ieqn-249"><mml:math id="mml-ieqn-249"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-250"><mml:math id="mml-ieqn-250"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-251"><mml:math id="mml-ieqn-251"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>2</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>4</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
<tr>
<td align="left">D-8</td>
<td align="left">(<inline-formula id="ieqn-252"><mml:math id="mml-ieqn-252"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-253"><mml:math id="mml-ieqn-253"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
<td align="left">(<inline-formula id="ieqn-254"><mml:math id="mml-ieqn-254"><mml:mn>1</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>3</mml:mn><mml:mover><mml:mo stretchy="false">&#x2192;</mml:mo><mml:mrow /></mml:mover><mml:mn>5</mml:mn></mml:math></inline-formula>)</td>
</tr>
</tbody>
</table>
</table-wrap>
</sec>
<sec id="s6"><label>6</label><title>Conclusion and Future Directions</title>
<p>PFS is a useful and powerful tool to represent human opinion in terms of yes, abstain, no, and refusal. It gives more degrees of freedom than an intuitionistic fuzzy set (IFS). In short words, PFS is the generalized form of IFS. In this paper, we used PFN to find APSP using the Floyd-Warshall algorithm. The weights on each edge are defined as a PFN, and the distance between any two vertices is calculated using the expected value and score functions of PFN. Then we used triple operation to compare any two distances. This article has presented a new variant of the Floyd-Warshall algorithm to compute APSP. The picture fuzzy Floyd-Warshall algorithm incrementally finds APSP with the help of intermediate nodes. The time complexity of the proposed algorithm is <inline-formula id="ieqn-255"><mml:math id="mml-ieqn-255"><mml:mi>O</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:msup><mml:mi>n</mml:mi><mml:mrow><mml:mn>3</mml:mn></mml:mrow></mml:msup><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>. We have also compared our proposed algorithm with the classical fuzzy Floyd-Warshall and fuzzy Floyd-Warshall algorithms. All algorithms highlighted the same path for any pair of vertices. The proposed approach can be applied to many real-life problems, some of which are discussed below:
<list list-type="bullet">
<list-item><p>The proposed method can be applied to find the fastest route for ambulance services.</p></list-item>
<list-item><p>The proposed methodology can be used to locate the best route in the transportation network. The route depends on many factors, for example, construction activity, distance, fuel consumption, traffic situation, and many others.</p></list-item>
<list-item><p>In medicine, different experts have different opinions about any treatment. Our proposed method helps to choose the most weighted opinion out of all opinions. The weight of each may depend on the qualification and experience of the expert, the cost of treatment, etc.</p></list-item>
<list-item><p>Floyd-Warshall algorithm can be used to evaluate victim route planning.</p></list-item>
<list-item><p>Information-Centric Network (ICN) heavily depends on the internet to perform information-related activities, like information access and delivery. Sometimes, we face cache overlap problems. To handle such problems, we can use the picture fuzzy Floyd-Warshall algorithm to find the shortest path in each subnet for retrieving the cache memory data quickly and removing invalid routes.</p></list-item>
</list></p>
</sec>
</body>
<back>
<sec><title>Funding Statement</title>
<p>The authors extend their appreciation to the <funding-source>Deanship of Scientific Research at King Khalid University</funding-source> for funding this work through General Research Project under Grant No. (<award-id>R.G.P.2/48/43</award-id>).</p></sec>
<sec><title>Ethics Approval</title>
<p>This article does not contain any studies with human participants or animals performed by the author.</p></sec>
<sec sec-type="COI-statement"><title>Conflicts of Interest</title>
<p>The authors declare that they have no conflicts of interest to report regarding the present study.</p></sec>
<ref-list content-type="authoryear"><title>References</title>
<ref id="ref-1"><label>[1]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zadeh</surname>, <given-names>L. A.</given-names></string-name></person-group> (<year>1965</year>). <article-title>Fuzzy sets</article-title>. <source>Information and Control</source><italic>,</italic> <volume>8</volume><issue>(3)</issue><italic>,</italic> <fpage>338</fpage>&#x2013;<lpage>353</lpage>. 
<pub-id pub-id-type="doi">10.1016/S0019-9958(65)90241-X</pub-id></mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Atanassov</surname>, <given-names>K. T.</given-names></string-name></person-group> (<year>1986</year>). <article-title>Intuitionistic fuzzy sets: Theory and applications</article-title>. <source>Fuzzy Sets and System</source><italic>,</italic> <volume>20</volume><italic>,</italic> <fpage>87</fpage>&#x2013;<lpage>96</lpage>. <pub-id pub-id-type="doi">10.1016/S0165-0114(86)80034-3</pub-id></mixed-citation></ref>
<ref id="ref-3"><label>[3]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Cuong</surname>, <given-names>B. C.</given-names></string-name></person-group> (<year>2013</year>). <chapter-title>Picture fuzzy sets-first results</chapter-title>. <source>Seminar on Neuro-fuzzy systems with applications</source>, <publisher-name>Institute of Mathematics, Vietnam Academy of Science and Technology</publisher-name>, <publisher-loc>Hanoi, Vietnam</publisher-loc>. </mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Cuong</surname>, <given-names>B. C.</given-names></string-name>, <string-name><surname>Kreinovich</surname>, <given-names>V.</given-names></string-name></person-group> (<year>2013</year>). <article-title>Picture fuzzy sets&#x2013;A new concept for computational intelligence problems</article-title>. <conf-name>2013 Third World Congress on Information and Communication Technologies (WICT)</conf-name>, pp. <fpage>1</fpage>&#x2013;<lpage>6</lpage>. <conf-loc>Hanoi, Vietnam</conf-loc>. <pub-id pub-id-type="doi">10.1109/WICT.2013.7113099</pub-id></mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wan</surname>, <given-names>S. P.</given-names></string-name>, <string-name><surname>Yi</surname>, <given-names>Z. H.</given-names></string-name></person-group> (<year>2016</year>). <article-title>Power average of trapezoidal intuitionistic fuzzy numbers using strict t-norms and t-conorms</article-title>. <source>IEEE Transactions on Fuzzy Systems</source><italic>,</italic> <volume>24</volume><issue>(5)</issue><italic>,</italic> <fpage>1035</fpage>&#x2013;<lpage>1047</lpage>. 
<pub-id pub-id-type="doi">10.1109/TFUZZ.2015.2501408</pub-id></mixed-citation></ref>
<ref id="ref-6"><label>[6]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Dubois</surname>, <given-names>D.</given-names></string-name>, <string-name><surname>Prade</surname>, <given-names>H.</given-names></string-name></person-group> (<year>1980</year>). <source>Fuzzy sets and systems: Theory and applications</source>, vol. <volume>144</volume>. <publisher-loc>Amsterdam</publisher-loc>: <publisher-name>Academic Press</publisher-name>.</mixed-citation></ref>
<ref id="ref-7"><label>[7]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Okada</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Gen</surname>, <given-names>M.</given-names></string-name></person-group> (<year>1994</year>). <article-title>Fuzzy shortest path problem</article-title>. <source>Computers &#x0026; Industrial Engineering</source><italic>,</italic> <volume>27</volume><italic>,</italic> <fpage>465</fpage>&#x2013;<lpage>468</lpage>. 
<pub-id pub-id-type="doi">10.1016/0360-8352(94)90335-2</pub-id></mixed-citation></ref>
<ref id="ref-8"><label>[8]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Mahdavi</surname>, <given-names>I.</given-names></string-name>, <string-name><surname>Nourifar</surname>, <given-names>R.</given-names></string-name>, <string-name><surname>Heidarzade</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Amiri</surname>, <given-names>N. M.</given-names></string-name></person-group> (<year>2009</year>). <article-title>A dynamic programming approach for finding shortest chains in a fuzzy network</article-title>. <source>Applied Soft Computing</source><italic>,</italic> <volume>9</volume><issue>(2)</issue><italic>,</italic> <fpage>503</fpage>&#x2013;<lpage>511</lpage>. <comment>110.1016/j.asoc.2008.07.002</comment></mixed-citation></ref>
<ref id="ref-9"><label>[9]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dou</surname>, <given-names>Y.</given-names></string-name>, <string-name><surname>Zhu</surname>, <given-names>L.</given-names></string-name>, <string-name><surname>Wang</surname>, <given-names>H. S.</given-names></string-name></person-group> (<year>2012</year>). <article-title>Solving the fuzzy shortest path problem using multi-criteria decision method based on vague similarity measure</article-title>. <source>Applied Soft Computing</source><italic>,</italic> <volume>12</volume><issue>(6)</issue><italic>,</italic> <fpage>1621</fpage>&#x2013;<lpage>1631</lpage>. 
<pub-id pub-id-type="doi">10.1016/j.asoc.2012.03.013</pub-id></mixed-citation></ref>
<ref id="ref-10"><label>[10]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tajdin</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Mahdavi</surname>, <given-names>I.</given-names></string-name>, <string-name><surname>Mahdavi-Amiri</surname>, <given-names>N.</given-names></string-name>, <string-name><surname>Sadeghpour-Gildeh</surname>, <given-names>B.</given-names></string-name></person-group> (<year>2010</year>). <article-title>Computing a fuzzy shortest path in a network with mixed fuzzy arc lengths using</article-title> <inline-formula id="ieqn-256"><mml:math id="mml-ieqn-256"><mml:mi>&#x03B1;</mml:mi></mml:math></inline-formula><article-title>-cuts</article-title>. <source>Computers &#x0026; Mathematics with Applications</source><italic>,</italic> <volume>60</volume><issue>(4)</issue><italic>,</italic> <fpage>989</fpage>&#x2013;<lpage>1002</lpage>. <pub-id pub-id-type="doi">10.1016/j.camwa.2010.03.038</pub-id></mixed-citation></ref>
<ref id="ref-11"><label>[11]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dey</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Pradhan</surname>, <given-names>R.</given-names></string-name>, <string-name><surname>Pal</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Pal</surname>, <given-names>T.</given-names></string-name></person-group> (<year>2018</year>). <article-title>A genetic algorithm for solving fuzzy shortest path problems with interval type-2 fuzzy arc lengths</article-title>. <source>Malaysian Journal of Computer Science</source><italic>,</italic> <volume>31</volume><issue>(4)</issue><italic>,</italic> <fpage>255</fpage>&#x2013;<lpage>270</lpage>. <pub-id pub-id-type="doi">10.22452/mjcs</pub-id></mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Garg</surname>, <given-names>H.</given-names></string-name>, <string-name><surname>Rawat</surname>, <given-names>P.</given-names></string-name></person-group> (<year>2012</year>). <article-title>An improved algorithm for finding all pair shortest path</article-title>. <source>International Journal of Computer Applications</source><italic>,</italic> <volume>47</volume><issue>(25)</issue><italic>,</italic> <fpage>35</fpage>&#x2013;<lpage>37</lpage>. <pub-id pub-id-type="doi">10.5120/7539-0492</pub-id></mixed-citation></ref>
<ref id="ref-13"><label>[13]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Shukla</surname>, <given-names>K. T.</given-names></string-name></person-group> (<year>2013</year>). <article-title>Fuzzy floyd&#x2019;s algorithm to find shortest route between nodes under uncertain environment</article-title>. <source>International Journal of Mathematics and Computer Applications Research</source><italic>,</italic> <volume>3</volume><issue>(5)</issue><italic>,</italic> <fpage>43</fpage>&#x2013;<lpage>54</lpage>.</mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Aziz</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Farid</surname>, <given-names>M. M.</given-names></string-name>, <string-name><surname>Suryani</surname>, <given-names>E.</given-names></string-name></person-group> (<year>2017</year>). <article-title>Floyd warshall algorithm with FIS sugeno for search evacuation route optimization</article-title>. <source>International Seminar on Application for Technology of Information and Communication (iSemantic)</source>, pp. <fpage>147</fpage>&#x2013;<lpage>151</lpage>. <publisher-loc>Semarang, Indonesia</publisher-loc>. <pub-id pub-id-type="doi">10.1109/ISEMANTIC.2017.8251860</pub-id></mixed-citation></ref>
<ref id="ref-15"><label>[15]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Shafahi</surname>, <given-names>Y.</given-names></string-name>, <string-name><surname>Faturechi</surname>, <given-names>R.</given-names></string-name></person-group> (<year>2009</year>). <article-title>A new fuzzy approach to estimate the O-D matrix from link volumes</article-title>. <source>Transportation Planning and Technology</source><italic>,</italic> <volume>32</volume><issue>(6)</issue><italic>,</italic> <fpage>499</fpage>&#x2013;<lpage>526</lpage>. <pub-id pub-id-type="doi">10.1080/03081060903374700</pub-id></mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Broumi</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Talea</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Bakali</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Smarandache</surname>, <given-names>F.</given-names></string-name>, <string-name><surname>Nagarajan</surname>, <given-names>D.</given-names></string-name> <etal>et al.</etal></person-group> (<year>2019</year>). <article-title>Shortest path problem in fuzzy, intuitionistic fuzzy and neutrosophic environment: An overview</article-title>. <source>Complex &#x0026; Intelligent Systems</source><italic>,</italic> <volume>5</volume><issue>(4)</issue><italic>,</italic> <fpage>371</fpage>&#x2013;<lpage>378</lpage>. <pub-id pub-id-type="doi">10.1007/s40747-019-0098-z</pub-id></mixed-citation></ref>
<ref id="ref-17"><label>[17]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Habib</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Alcantud</surname>, <given-names>J. C. R.</given-names></string-name></person-group> (<year>2021</year>). <article-title>An optimization study based on dijkstra algorithm for a network with trapezoidal picture fuzzy numbers</article-title>. <source>Neural Computing and Applications</source><italic>,</italic> <volume>33</volume><italic>,</italic> <fpage>1329</fpage>&#x2013;<lpage>1342</lpage>. <pub-id pub-id-type="doi">10.1007/s00521-020-05034-y</pub-id></mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Shahzadi</surname>, <given-names>G.</given-names></string-name>, <string-name><surname>Alcantud</surname>, <given-names>J. C. R.</given-names></string-name></person-group> (<year>2022</year>). <article-title>Multi-attribute decision-making with q-rung picture fuzzy information</article-title>. <source>Granular Computing</source><italic>,</italic> <volume>7</volume><italic>,</italic> <fpage>197</fpage>&#x2013;<lpage>215</lpage>. <pub-id pub-id-type="doi">10.1007/s41066-021-00260-8</pub-id></mixed-citation></ref>
<ref id="ref-19"><label>[19]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Bashir</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Edalatpanah</surname>, <given-names>S. A.</given-names></string-name></person-group> (<year>2021</year>). <article-title>A hybrid decision-making analysis under complex q-rung picture fuzzy einstein averaging operators</article-title>. <source>Computational and Applied Mathematics</source><italic>,</italic> <volume>40</volume><issue>(8)</issue><italic>,</italic> <fpage>1</fpage>&#x2013;<lpage>35</lpage>. <pub-id pub-id-type="doi">10.1007/s40314-021-01651-y</pub-id></mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Ullah</surname>, <given-names>I.</given-names></string-name>, <string-name><surname>Allahviranloo</surname>, <given-names>T.</given-names></string-name></person-group> (<year>2022</year>). <article-title>A new method to solve linear programming problems in the environment of picture fuzzy sets</article-title>. <source>Iranian Journal of Fuzzy Systems</source><italic>,</italic> <volume>19</volume><issue>(6)</issue><italic>,</italic> <fpage>29</fpage>&#x2013;<lpage>49</lpage>. 
<pub-id pub-id-type="doi">
10.22111/ijfs.2022.7208</pub-id></mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Thao</surname>, <given-names>N. X.</given-names></string-name></person-group> (<year>2020</year>). <article-title>Similarity measures of picture fuzzy sets based on entropy and their application in MCDM</article-title>. <source>Pattern Analysis and Applications</source><italic>,</italic> <volume>23</volume><issue>(3)</issue><italic>,</italic> <fpage>1203</fpage>&#x2013;<lpage>1213</lpage>. <pub-id pub-id-type="doi">10.1007/s10044-019-00861-9</pub-id></mixed-citation></ref>
<ref id="ref-22"><label>[22]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Mahmood</surname>, <given-names>T.</given-names></string-name>, <string-name><surname>Ali</surname>, <given-names>Z.</given-names></string-name></person-group> (<year>2020</year>). <article-title>The fuzzy cross-entropy for picture hesitant fuzzy sets and their application in multi citeria decision making</article-title>. <source>Punjab University Journal of Mathematics</source><italic>,</italic> <volume>52</volume><issue>(10)</issue><italic>,</italic> <fpage>55</fpage>&#x2013;<lpage>82</lpage>. <comment>ISSN 1016-2526</comment>.</mixed-citation></ref>
<ref id="ref-23"><label>[23]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ganie</surname>, <given-names>A. H.</given-names></string-name>, <string-name><surname>Singh</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Bhatia</surname>, <given-names>P. K.</given-names></string-name></person-group> (<year>2020</year>). <article-title>Some new correlation coefficients of picture fuzzy sets with applications</article-title>. <source>Neural Computing and Applications</source><italic>,</italic> <volume>32</volume><issue>(16)</issue><italic>,</italic> <fpage>12609</fpage>&#x2013;<lpage>12625</lpage>. 
<pub-id pub-id-type="doi">10.1007/s00521-020-04715-y</pub-id></mixed-citation></ref>
<ref id="ref-24"><label>[24]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Nirmani</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Thilakarathne</surname>, <given-names>L.</given-names></string-name>, <string-name><surname>Wickramasinghe</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Senanayake</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Haddela</surname>, <given-names>P. S.</given-names></string-name></person-group> (<year>2018</year>). <article-title>Google map and camera based fuzzified adaptive networked traffic light handling model</article-title>. <conf-name>3rd International Conference on Information Technology Research (ICITR)</conf-name>, pp. <fpage>1</fpage>&#x2013;<lpage>6</lpage>. <publisher-name>Institute of Electrical and Electronics Engineers Inc.</publisher-name>, <publisher-loc>Moratuwa, Sri Lanka</publisher-loc>. <pub-id pub-id-type="doi">10.1109/ICITR.2018.8736158</pub-id></mixed-citation></ref>
<ref id="ref-25"><label>[25]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yue</surname>, <given-names>Q.</given-names></string-name></person-group> (<year>2022</year>). <article-title>Bilateral matching decision-making for knowledge innovation management considering matching willingness in an interval intuitionistic fuzzy set environment</article-title>. <source>Journal of Innovation &#x0026; Knowledge</source><italic>,</italic> <volume>7</volume><issue>(3)</issue><italic>,</italic> <fpage>100209</fpage>. <pub-id pub-id-type="doi">10.1016/j.jik.2022.100209</pub-id></mixed-citation></ref>
<ref id="ref-26"><label>[26]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Jiang</surname>, <given-names>Z.</given-names></string-name>, <string-name><surname>Wei</surname>, <given-names>G.</given-names></string-name>, <string-name><surname>Guo</surname>, <given-names>Y.</given-names></string-name></person-group> (<year>2022</year>). <article-title>Picture fuzzy MABAC method based on prospect theory for multiple attribute group decision making and its application to suppliers selection</article-title>. <source>Journal of Intelligent &#x0026; Fuzzy Systems</source><italic>,</italic> <volume>42</volume><issue>(4)</issue><italic>,</italic> <fpage>3405</fpage>&#x2013;<lpage>3415</lpage>. <pub-id pub-id-type="doi">10.3233/JIFS-211359</pub-id></mixed-citation></ref>
<ref id="ref-27"><label>[27]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Habib</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Al-Shamiri</surname>, <given-names>M. M. A.</given-names></string-name></person-group> (<year>2023</year>). <article-title>Comparative analysis of pythagorean MCDM methods for the risk assessment of childhood cancer</article-title>. <source>Computer Modeling in Engineering &#x0026; Sciences</source><italic>,</italic> <volume>135</volume><issue>(3)</issue><italic>,</italic> <fpage>2585</fpage>&#x2013;<lpage>2615</lpage>. <pub-id pub-id-type="doi">10.32604/cmes.2023.024551</pub-id></mixed-citation></ref>
<ref id="ref-28"><label>[28]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Habib</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Allahviranloo</surname>, <given-names>T.</given-names></string-name></person-group> (<year>2022</year>). <article-title>A new maximal flow algorithm for solving optimization problems with linguistic capacities and flows</article-title>. <source>Information Sciences</source><italic>,</italic> <volume>612</volume><italic>,</italic> <fpage>201</fpage>&#x2013;<lpage>230</lpage>. 
<pub-id pub-id-type="doi">10.1016/j.ins.2022.08.068</pub-id></mixed-citation></ref>
<ref id="ref-29"><label>[29]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Habib</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Akram</surname>, <given-names>M.</given-names></string-name>, <string-name><surname>Kahraman</surname>, <given-names>C.</given-names></string-name></person-group> (<year>2022</year>). <article-title>Minimum spanning tree hierarchical clustering algorithm: A new pythagorean fuzzy similarity measure for the analysis of functional brain networks</article-title>. <source>Expert Systems with Applications</source><italic>,</italic> <volume>201</volume><italic>,</italic> <fpage>117016</fpage>. <pub-id pub-id-type="doi">10.1016/j.eswa.2022.117016</pub-id></mixed-citation></ref>
<ref id="ref-30"><label>[30]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname>, <given-names>F.</given-names></string-name>, <string-name><surname>Zhao</surname>, <given-names>Y.</given-names></string-name>, <string-name><surname>Ye</surname>, <given-names>J.</given-names></string-name>, <string-name><surname>Wang</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Hu</surname>, <given-names>J.</given-names></string-name></person-group> (<year>2023</year>). <article-title>Novel distance measures on hesitant fuzzy sets based on equal-probability transformation and their application in decision making on intersection traffic control</article-title>. <source>Computer Modeling in Engineering &#x0026; Sciences</source><italic>,</italic> <volume>135</volume><issue>(2)</issue><italic>,</italic> <fpage>1589</fpage>&#x2013;<lpage>1602</lpage>. 
<pub-id pub-id-type="doi">10.32604/cmes.2022.022431</pub-id></mixed-citation></ref>
<ref id="ref-31"><label>[31]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname>, <given-names>F.</given-names></string-name>, <string-name><surname>Xu</surname>, <given-names>S.</given-names></string-name>, <string-name><surname>Han</surname>, <given-names>B.</given-names></string-name>, <string-name><surname>Zhang</surname>, <given-names>L.</given-names></string-name>, <string-name><surname>Ye</surname>, <given-names>J.</given-names></string-name></person-group> (<year>2023</year>). <article-title>Neutrosophic adaptive clustering optimization in genetic algorithm and its application in cubic assignment problem</article-title>. <source>Computer Modeling in Engineering &#x0026; Sciences</source><italic>,</italic> <volume>134</volume><issue>(3)</issue><italic>,</italic> <fpage>2211</fpage>&#x2013;<lpage>2226</lpage>. <pub-id pub-id-type="doi">10.32604/cmes.2022.022418</pub-id></mixed-citation></ref>
<ref id="ref-32"><label>[32]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Yi</surname>, <given-names>Y.</given-names></string-name>, <string-name><surname>Guan</surname>, <given-names>Y.</given-names></string-name></person-group> (<year>2012</year>). <chapter-title>A path planning method to robot soccer based on dijkstra algorithm</chapter-title>. In: <person-group person-group-type="author"><string-name><surname>Jin</surname>, <given-names>D.</given-names></string-name>, <string-name><surname>Lin</surname>, <given-names>S.</given-names></string-name></person-group> (Eds.), <source>Advances in electronic commerce, web application and communication</source>, pp. <fpage>89</fpage>&#x2013;<lpage>95</lpage>. <pub-id pub-id-type="doi">10.1007/978-3-642-28658-2_14</pub-id></mixed-citation></ref>
<ref id="ref-33"><label>[33]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zadeh</surname>, <given-names>L. A.</given-names></string-name></person-group> (<year>1975</year>). <article-title>The concept of a linguistic variable and its application to approximate reasoning&#x2013;I</article-title>. <source>Information Sciences</source><italic>,</italic> <volume>8</volume><issue>(3)</issue><italic>,</italic> <fpage>199</fpage>&#x2013;<lpage>249</lpage>. <pub-id pub-id-type="doi">10.1016/0020-0255(75)90036-5</pub-id></mixed-citation></ref>
<ref id="ref-34"><label>[34]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zulqarnain</surname>, <given-names>R. M.</given-names></string-name>, <string-name><surname>Siddique</surname>, <given-names>I.</given-names></string-name>, <string-name><surname>Iampan</surname>, <given-names>A.</given-names></string-name>, <string-name><surname>Baleanu</surname>, <given-names>D.</given-names></string-name></person-group> (<year>2022</year>). <article-title>Aggregation operators for interval-valued pythagorean fuzzy soft set with their application to solve multi-attribute group decision making problem</article-title>. <source>Computer Modeling in Engineering &#x0026; Sciences</source><italic>,</italic> <volume>131</volume><issue>(3)</issue><italic>,</italic> <fpage>1717</fpage>&#x2013;<lpage>1750</lpage>. <pub-id pub-id-type="doi">10.32604/cmes.2022.019408</pub-id></mixed-citation></ref>
</ref-list>
</back>
</article>