首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
In this study a minimum cost network flow problem with m+n+2 nodes and mn arcs, which is equivalent to the transportation problem with m sources and n destinations, is described as an axial four-index transportation problem of order 1×m×n×1. Several algebraic characterizations of this problem of order 1×m×n×1 are investigated using the singular value decomposition and generalized inverses of its coefficient matrix. The results are compared with some results on the planar four-index transportation problem. It is shown that these problems have common algebraic characterizations and can be solved in terms of eigenvectors of the matrices J m and J n where J m is an m×m matrix, all of whose entries are 1.  相似文献   

2.
《国际计算机数学杂志》2012,89(7):1021-1026
An equality constrained optimization problem equivalent to the transportation problem with m sources and n destinations is described. The optimality condition and some algebraic characterizations of the problem are investigated using its Hessian matrix. In addition, several algebraic characterizations of an equivalent case of the transportation problem are given using the spectral decomposition and generalized inverses of its coefficient matrix. It is shown that the transportation problem and its equivalent case have common algebraic characterizations.  相似文献   

3.
In this paper the following two results are presented: (1)A method which determines the optimal values of certain variables during the iterative solution process. The closer the current primal feasible solution is to the optimal solution, the greater the number of variables which may be determined. (2) For each current feasible solution (Xij) of the given m × n transportation problem A, a feasible solution (X?ij) of an auxiliary m × m(m ?1) transportation problem A? is constructed. Problem A? is shown to be equivalent to an m(m ? 1) × m(m ? 1) assignment problem with two admissible cells per column. The optimally of (Xij) is shown to imply the optimality of (X?ij) and conversely. The best “improving loops” (including the improving loops used in MODI) of A? are shown to be the best “improving loops” of A as well.  相似文献   

4.
《国际计算机数学杂志》2012,89(10):2325-2331
In this study, some algebraic characterizations of the coefficient matrix A of the planar three-index transportation problem are derived and the equivalent formulation of this problem is obtained using the Kronecker product. It is shown that eigenvectors of the matrix G + G are characterized in terms of eigenvectors of the matrix A + A , where G + is the Moore–Penrose inverse of the coefficient matrix G of the equivalent problem.  相似文献   

5.
We present an algorithm to solve the subset‐sum problem (SSP) of capacity c and n items with weights wi,1≤in, spending O(n(mwmin)/p) time and O(n + mwmin) space in the Concurrent Read/Concurrent Write (CRCW) PRAM model with 1≤pmwmin processors, where wmin is the lowest weight and , improving both upper‐bounds. Thus, when nc, it is possible to solve the SSP in O(n) time in parallel environments with low memory. We also show OpenMP and CUDA implementations of this algorithm and, on Graphics Processing Unit, we obtained better performance than the best sequential and parallel algorithms known so far. Copyright © 2015 John Wiley & Sons, Ltd.  相似文献   

6.
The problem is posed: find an algorithm which for any given n-dimensional relation R ? A1 × A2 × ? × An, defined on a set family A = { A1, A2, ?, Anrcub;, n = 1,2, ?, determines all functional dependences between disjoint subsets of A which are embedded in R. A solution algorithm is presented, a theorem is proved that allows a simplification in the algorithm, and an efficient computer implementation (available through the General Systems Depository) is demonstrated.  相似文献   

7.
In Valiant’s theory of arithmetic complexity, the classes VP and VNP are analogs of P and NP. A fundamental problem concerning these classes is the Permanent and Determinant Problem: Given a field \mathbbF{\mathbb{F}} of characteristic ≠ 2, and an integer n, what is the minimum m such that the permanent of an n × n matrix X = (xij) can be expressed as a determinant of an m × m matrix, where the entries of the determinant matrix are affine linear functions of xij ’s, and the equality is in \mathbbF[X]{\mathbb{F}}[{\bf X}]. Mignon and Ressayre (2004) proved a quadratic lower bound m = W(n2)m = \Omega(n^{2}) for fields of characteristic 0. We extend the Mignon–Ressayre quadratic lower bound to all fields of characteristic ≠ 2.  相似文献   

8.
An L(2, 1)-labelling of a graph G is a vertex labelling such that the difference of the labels of any two adjacent vertices is at least 2 and that of any two vertices of distance 2 is at least 1. The minimum span of all L(2, 1)-labellings of G is the λ-number of G and denoted by λ(G). Lin and Lam computed λ(G) for a direct product G=K m ×P n of a complete graph K m and a path P n . This is a natural lower bound of λ(K m ×C n ) for a cycle C n . They also proved that when n≡ 0±od 5m, this bound is the exact value of λ(K m ×C n ) and computed the value when n=3, 5, 6. In this article, we compute the λ-number of G, where G is the direct product K 3×C n of the triangle and a cycle C n for all the other n. In fact, we show that among these n, λ(K 3×C n )=7 for all n≠7, 11 and λ(K 3×C n )=8 when n=7, 11.  相似文献   

9.
This paper is concerned with the controller design of uncertain positive systems. First, we decompose the feedback gain matrix Km×n into m×n non‐negative components and m×n non‐positive components. For the non‐negative components, each component contains only one positive element and the other elements are zero. Similarly, each non‐positive component contains only one negative element and the other ones are zero. Then, a simple and effective controller design approach of uncertain positive systems is proposed by incorporating the decomposed feedback gain matrix into the resulting closed‐loop systems and further applied to uncertain positive switched systems. It is shown that the designed controller is less conservative compared with those in the literature. Finally, a numerical example is provided to verify the validity of the proposed design.  相似文献   

10.
The Taylor series is used for the solution of the optimal-control problem for time-varying linear systems. Instead of solving the state transition matrix from the state equation with a terminal condition, the present approach first transforms the terminal condition into an initial condition, and then solves the initial-value problem to find the transition matrix. This approach leads lo a recursive algebraic formulation for the transition matrix, and only an inverse matrix of small dimension 2n × 2n appears in this formulation. Thus a closed-loop control law is obtained without solving the non-linear Riccati equation, and the matrix to be inverted has only small dimension 2n × 2n. The present approach is of great interest because of its simplicity and numerical stability.  相似文献   

11.
Geometric applications of a matrix-searching algorithm   总被引:1,自引:0,他引:1  
LetA be a matrix with real entries and letj(i) be the index of the leftmost column containing the maximum value in rowi ofA.A is said to bemonotone ifi 1 >i 2 implies thatj(i 1) J(i 2).A istotally monotone if all of its submatrices are monotone. We show that finding the maximum entry in each row of an arbitraryn xm monotone matrix requires (m logn) time, whereas if the matrix is totally monotone the time is (m) whenmn and is (m(1 + log(n/m))) whenm<n. The problem of finding the maximum value within each row of a totally monotone matrix arises in several geometric algorithms such as the all-farthest-neighbors problem for the vertices of a convex polygon. Previously only the property of monotonicity, not total monotonicity, had been used within these algorithms. We use the (m) bound on finding the maxima of wide totally monotone matrices to speed up these algorithms by a factor of logn.On leave from the Technion, Haifa, Israel.  相似文献   

12.
13.
LetA=(a ij ) be the distance matrix of an arbitrary (asymmetric) traveling salesman problem and let τ=τ1τ2...τ m be the optimal solution of the corresponding assignment problem with the subtours τ=τ1τ2...τ m . By choosing (m?1) transpositions (k, l) withk ∈ τ i?1,l ∈ τ i (i=2, ...,m) and patching the subtours by using these transpositions in any order, we get a set of cyclic permutations. It will be shown that within this set of cyclic permutations a tour with minimum distance can be found by O(n 2|τ|* operations, where |τ|* is the maximum number of nodes in a subtour of τ. Moreover, applying this result to the case whenA=(a ij ) is a permuted distribution matrix (Monge-matrix) and thepatching graph G τ is a multipath, a result of Gaikov can be improved: By combining the above theory with a result of Park alinear algorithm for finding an optimal TSP solution can be derived, provided τ is already known.  相似文献   

14.
LetA be a matrix with real entries and letj(i) be the index of the leftmost column containing the maximum value in rowi ofA.A is said to bemonotone ifi 1 >i 2 implies thatj(i 1) ≥J(i 2).A istotally monotone if all of its submatrices are monotone. We show that finding the maximum entry in each row of an arbitraryn xm monotone matrix requires Θ(m logn) time, whereas if the matrix is totally monotone the time is Θ(m) whenmn and is Θ(m(1 + log(n/m))) whenm<n. The problem of finding the maximum value within each row of a totally monotone matrix arises in several geometric algorithms such as the all-farthest-neighbors problem for the vertices of a convex polygon. Previously only the property of monotonicity, not total monotonicity, had been used within these algorithms. We use the Θ(m) bound on finding the maxima of wide totally monotone matrices to speed up these algorithms by a factor of logn.  相似文献   

15.
《国际计算机数学杂志》2012,89(13):2685-2696
Strong product G 1? G 2 of two graphs G 1 and G 2 has a vertex set V(G 1V(G 2) and two vertices (u 1, v 1) and (u 2, v 2) are adjacent whenever u 1=u 2 and v 1 is adjacent to v 2 or u 1 is adjacent to u 2 and v 1=v 2, or u 1 is adjacent to u 2 and v 1 is adjacent to v 2. We investigate the factor-criticality of G 1? G 2 and obtain the following. Let G 1 and G 2 be connected m-factor-critical and n-factor-critical graphs, respectively. Then i. if m? 0, n=0, |V(G 1)|? 2m+2 and |V(G 2)|? 4, then G 1? G 2 is (2m+2)-factor-critical;

ii. if n=1, |V(G 1)|? 2m+3 and either m? 3 or |V(G 2)|? 5, then G 1? G 2 is (2m+4??)-factor-critical, where ?=0 if m is even, otherwise ?=1;

iii. if m+2 ? |V(G 1)|? 2m+2, or n+2? |V(G 2)|? 2n+2, then G 1? G 2 is mn-factor-critical;

iv. if |V(G 1)|? 2m+3 and |V(G 2)|? 2n+3, then G 1? G 2 is (mn?min{[3m/2]2, [3n/2]2})-factor-critical.

  相似文献   

16.
We strengthen the existing definition of (J,J)‐lossless rational matrices (RMs) and find an algebraic characterization of the newly defined class of strongly (J,J)‐lossless RMs. The algebraic characterization is given for possibly improper RMs. A connection is presented to a rational ? problem, known as the Leech problem, which is elaborated on with necessary and sufficient conditions, given in terms of the strongly (J,J)‐lossless property, as an alternative of the Leech conditions, which can be expressed with positivity of a kernel. An algorithm for solving the Leech problem is given and illustrated by examples.  相似文献   

17.
An iterative algorithm baaed on probabilistic estimation is described for obtaining the minimum-norm solution of a very large, consistent, linear system of equations AX = g where A is an (m × n) matrix with non-negative elements, x and g are respectively (n × 1) and (m × 1) vectors with positive components.

This algorithm will find application in the reconstruction of three-dimensional object arrays from projections and in several other areas.  相似文献   

18.
There exists a class of non-linear systems which cannot be transformed into a non-linear observer form (an observable linear system up to output injection) via diffeomorphism, but can be immersed into a higher dimensional non-linear observer form. This class of systems can be characterized by a differential equation called characteristic equation. If the system is an n dimensional system and it is immersible into n?+?m dimensional observer form, the characteristic equation involves n?+?m?+?1 unknowns where n?+?m unknowns are for the state immersion and one for the output transformation. In general, one should solve these unknowns simultaneously which makes the characterization difficult. After investigating the algebraic structure of the characteristic equation, we present an algorithm to check the immersibility under a constant rank assumption. Using the algorithm, one can check the immersibility iteratively since only one unknown is involved at each step of the algorithm.  相似文献   

19.
In the problem of the stabilizing solution of the algebraic Riccati equation, the resolvent Θ(s) = (s I 2n ? H)?1 of the Hamilton 2n × 2n-matrix H of the algebraic Riccati equation allows us to reduce the problem to a linear matrix equation. In [1], the constructions necessary for this and the theorem of existence and representation of the stabilized solutions to an algebraic Riccati equation was proposed. In this paper, the methods of constructing the resolvent and the linear reduction matrix defined by it necessary for the application of the theorem, and in addition, the algorithms of constructing stabilizing solution of the algebraic Riccati equation are proposed.  相似文献   

20.
For any A=A 1+A 2 jQ n×n and η∈<texlscub>i, j, k</texlscub>, denote A η H =?η A H η. If A η H =A, A is called an $\eta$-Hermitian matrix. If A η H =?A, A is called an η-anti-Hermitian matrix. Denote η-Hermitian matrices and η-anti-Hermitian matrices by η HQ n×n and η AQ n×n , respectively.

By using the complex representation of quaternion matrices, the Moore–Penrose generalized inverse and the Kronecker product of matrices, we derive the expressions of the least-squares solution with the least norm for the quaternion matrix equation AXB+CYD=E over Xη HQ n×n and Yη AQ n×n .  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号