Next Article in Journal
Effluent Quality-Aware Event-Triggered Model Predictive Control for Wastewater Treatment Plants
Previous Article in Journal
Some Classification Theorems and Endomorphisms in New Classes
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Embedding of Unimodular Row Vectors

1
School of Computer Science and Engineering, Hunan University of Science and Technology, Xiangtan 411201, China
2
School of Mathematics and Computational Science, Hunan University of Science and Technology, Xiangtan 411201, China
*
Author to whom correspondence should be addressed.
Mathematics 2023, 11(18), 3911; https://doi.org/10.3390/math11183911
Submission received: 7 August 2023 / Revised: 8 September 2023 / Accepted: 13 September 2023 / Published: 14 September 2023

Abstract

:
In this paper, we mainly study the embedding problem of unimodular row vectors, focusing on avoiding the identification of polynomial zeros. We investigate the existence of the minimal syzygy module of the ZLP polynomial matrix and demonstrate that the minimal syzygy module has structural properties that are similar to the fundamental solution system of homogeneous linear equations found in linear algebra. Finally, we provide several embedding methods for unimodular vectors in certain cases.

1. Introduction

In the fields of mathematical theory and engineering calculations, algorithmic algebra and symbolic computation hold significant scientific importance and application value. Some mathematical and engineering problems, such as algebraic topology, circuit analysis, multi-dimensional control, signal processing, multi-dimensional systems, algebraic geometry, and computer algebra can be transformed into problems in terms of multivariate polynomial matrices. Algorithmic algebra and symbolic computing play important roles in solving these problems [1,2,3,4,5,6,7,8,9,10,11,12]. Topics related to polynomial matrix decomposition, equivalence, and embedding problems have consistently been hot topics in this field.
In 1955, French mathematician J.P. Serre proposed a conjecture: Finitely generated projective modules are free in a polynomial ring over a field. After more than 20 years of research and exploration [13,14,15,16,17,18,19,20,21,22], in 1976, Quillen [23] and Suslin [24] independently and almost simultaneously solved Serre’s conjecture. The solution to this conjecture is equivalent to proving that any ZLP polynomial matrix can be embedded into a polynomial invertible matrix. The solution of Serre’s conjecture has profoundly impacted algebraic geometry, computational algebra, symbolic computing, and topology. But this only proves the correctness of the conjecture in theory. In mathematical theory and engineering calculations, there is a need to obtain the specific polynomial invertible matrix after embedding. In 1992, Logar [25] presented an algorithm for the Quillen–Suslin theorem, focusing on the embedding problem of the ZLP polynomial matrix A ( x ) . The core of the algorithm first requires identifying the polynomial invertible matrix U ( x ) , so that A ( x ) · U ( x ) = (E 0). Then it is demonstrated that the final columns of the multivariate polynomial matrix U ( x ) constitute a group of free bases for the syzygy module of the polynomial matrix A ( x ) ; that is, the minimal syzygy module. Finally, a method to compute the free bases of the syzygy module is provided, but the algorithm needs to calculate the zeros of the polynomial. In 2007, Fabianska [26] presented the QS algorithm for the commutative ring. The algorithm first finds the normalized component in the last variable of the polynomial ring. Subsequently, it finds the qualified matrix on the local ring and finally promotes the local solution to obtain the matrix U ( x ) . But the algorithm needs to calculate the maximum ideal containing a specified ideal, which equates to calculating the zeros of the polynomial. As is well known, Abel and Galois proved that there is no formulaic solution for a univariate quintic equation, and the challenge of determining zeros of higher-order univariate polynomials has not been fully solved.
The Quillen–Suslin theorem has established an important foundation for the study of multivariate polynomial matrices, strongly promoting advancements in related theories and applications in related fields. Although the Quillen–Suslin theorem theoretically proves that any ZLP polynomial matrix can be embedded into a polynomial invertible matrix, how to find the above polynomial invertible matrix has always been a difficult problem for mathematical workers. According to research, the embedding problem of the ZLP matrix can be transformed into the study of the embedding of unimodular vectors using a recursive method. This paper mainly studies the embedding problem of unimodular vectors, and we present several embedding methods for unimodular vectors in certain cases.

2. Preliminaries and Results

In the following, let R = K [ x 1 , x 2 , , x n ] denote the set of polynomial rings in n variables x 1 , x 2 , , x n with coefficients in the field K; R l × m denotes the set of l   ×   m matrices with entries in R, E r denotes the r × r identity matrix, and 0 r × t denotes the r × t zero matrix.
To avoid confusion, and for simplicity, A ( x ) will be denoted by A.
Firstly, we provide several basic definitions.
Definition 1.
Let A R s × t ( s < t ) ; A is said to be a ZLP (zero left prime) matrix if the s × s minors of A generate the unit ideal R.
Definition 2.
Let A R s × t ( s < t ) be a ZLP matrix,
(1) 
If there exists a ZRP matrix Q 1 R t × ( t s ) , such that A · Q 1 = 0 s × ( t s ) , then Q 1 is termed the right zero matrix of A.
(2) 
If there exists a matrix Q 2 R t × s , such that A · Q 2 = E s , then Q 2 is termed the right inverse matrix of A.
(3) 
If there exists a matrix Q R t × t , such that A · Q = ( E s , 0 s × ( t s ) ) , then Q is termed the right unitization matrix of A.
We know that the right inverse matrix is easy to calculate [17], but the right zero matrix involves calculating free bases, and it is difficult.
Definition 3.
In the ring R n × 1 , a solution vector that satisfies A · y = 0 is termed a syzygy of the equations A · y = 0 , and the set of all solution vectors is termed the syzygy module of matrix A, denoted as S y z ( A ) . The set with the least number of generating elements in the syzygy module is called the minimal syzygy module.
Definition 4.
The embedding of a ZLP matrix A R s × t ( s < t ) refers to completing the ZLP matrix A to a square invertible matrix B R t × t , i.e., the rows of A in B be ordered in the same manner as in A; we say that the embedding of A can be implemented.
Definition 5.
Let A R s × t ( s < t ) be a ZLP matrix; the solution set vector α 1 , α 2 , , α r of the homogeneous linear equation system A · y = 0 is termed the fundamental solution system of A · y = 0 if the following two conditions are met:
(1) 
α 1 , α 2 , , α r is linearly independent on ring R, i.e., if there exists u 1 , u 2 , , u r R , such that u 1 α 1 + u 2 α 2 + + u r α r = 0 , then u 1 = u 2 = = u r = 0 .
(2) 
For any solution vector β with A · y = 0 , there exists u 1 , u 2 , , u r R , such that
β = u 1 α 1 + u 2 α 2 + + u r α r .
If the above equation holds, we can say that β can be represented as an R-combination of α 1 , α 2 , , α r .
From the definitions, it is easy to see that the solution vector of the homogeneous linear equation system A · y = 0 is syzygy of A, and the fundamental solution system of A · y = 0 corresponds to the minimal syzygy module of A.
Lemma 1.
Let A R s × t ( s < t ) be a ZLP matrix, then the right zero matrix of A must exist.
Proof. 
Since A is a ZLP matrix, by the Quillen–Suslin theorem, there exists B A t × t , such that
A · B = ( E s 0 s × ( t s ) ) ,
and block B into B = ( P Q ) , where P A t × s , Q A t × ( t s ) , then we have A · Q = 0 s × ( t s ) , and Q is a ZRP matrix, i.e., Q is a right zero matrix of A.    □
Proposition 1.
Let F R s × t be a ZLP matrix. The embedding of F is equivalent to finding an invertible matrix U R t × t , such that F · U = ( E t 0 ) .
Proof. 
Since F · U = ( E t 0 ) . Let T = ( 0 E t s ) · U 1 , then
F T · U = E t 0 0 E t s .
Thus F T = U 1 . Thus, F can be embedded into the invertible matrix U 1 .    □
Since the right inverse matrix of F can be easily found, the embedding problem of F can be transformed into finding the right zero matrix of F.
Theorem 1.
Let A R s × t ( s < t ) be a ZLP matrix, then the column vector of the right zero matrix Q of A constitutes the fundamental solution system of A x = 0 .
Proof. 
Assume α 1 , α 2 , , α t s is the column vector of Q. Thus, α 1 , α 2 , , α t s are all solution vectors of A · y = 0 , if there exists u 1 , u 2 , , u t s R , such that u 1 α 1 + u 2 α 2 + + u t s α t s = 0 , and let u = ( u 1 , u 2 , , u t s ) T , then Q · u = 0 . Because Q is a ZRP matrix, there exists P R ( t s ) × s , such that P · Q = E t s , then 0 = P · Q · u = E t s · u = u , so u = 0 , i.e., u 1 = u 2 = = u t s = 0 , α 1 , α 2 , , α t s is linearly independent.
Next, we prove that any solution vector β with A · y = 0 can be represented as an R-combination of α 1 , α 2 , , α t s . Assuming β is a solution of the original equation system A · y = 0 , then β R t × 1 , consider A · y = 0 as a linear equation system of the fraction field K ( x 1 , x 2 , , x n ) , because the rank of A is s, then the number of vectors contained in the fundamental solution system of A · y = 0 is t s , and α 1 , α 2 , , α t s is a fundamental solution system of the equation system, then β = u 1 α 1 + u 2 α 2 + + u t s α t s , where u i K ( x 1 , x 2 , , x n ) , i = 1 , 2 , , t s . We hereby certify that u i R , thereby proving that β can be represented as an R-combination of α 1 , α 2 , , α t s . Because Q = ( α 1 , α 2 , , α t s ) R t × ( t s ) is a ZRP matrix, there exists P R ( t s ) × t , such that P · Q = E t s . Let u = ( u 1 , u 2 , , u t s ) T , then β = u 1 α 1 + u 2 α 2 + + u t s α t s = ( α 1 , α 2 , , α t s ) · u = Q · u , P · β = P · Q · u = E t s u = u , because P R ( t s ) × t , β R t × 1 , then u = P · β R ( t s ) × 1 , so β can be expressed as an R-combination of ( α 1 , α 2 , , α t s ) , and the column vector ( α 1 , α 2 , , α t s ) of the right zero matrix of A constitutes the fundamental solution system of the original equation system A · y = 0 .    □
Lemma 2.
Let A R s × t ( s < t ) be a ZLP matrix, Q 1 R t × ( t s ) is the right zero matrix of A, then there exists P R t × s , such that ( P Q 1 ) is an invertible matrix, and A · ( P Q 1 ) = ( E s 0 s × ( t s ) ) .
Proof. 
Since A is a ZLP matrix, according to the Quillen–Suslin theorem, there is an invertible matrix ( P Q ) , such that A · ( P Q ) = ( E s 0 s × ( t s ) ) , where P R t × s , Q A t × ( t s ) . Since ( P Q ) is invertible, then Q is a ZRP matrix, and A · Q = 0 ; therefore, Q is the right zero matrix of A. And if the column vectors of Q , Q 1 are the fundamental solution system of A · y = 0 , then there exists U , V R ( t s ) × ( t s ) , such that Q = Q 1 · U , Q 1 = Q · V , then Q 1 = Q 1 · U · V . Because Q 1 is a ZRP matrix, there is a matrix F R ( t s ) × t , such that F · Q 1 = E t s , then E t s = F · Q 1 = F · Q 1 · U · V = U · V , so U · V is an invertible matrix, then
( P Q 1 ) = ( P Q V ) = ( P Q ) · d i a g ( E s V )
Since ( P Q ) , d i a g ( E s V ) are both invertible matrices, then ( P Q 1 ) is also an invertible matrix, A · ( P Q 1 ) = A · ( P Q V ) = ( A P A Q V ) = ( E s 0 ) , and the conclusion is true.    □
Theorem 2.
Let A R s × t ( s < t ) be a ZLP matrix, if Q 1 R t × ( t s ) is a matrix composed of a column vector based on the fundamental solution system of A · y = 0 , then Q 1 is the right zero matrix of A.
Proof. 
According to the Quillen–Suslin theorem, there is an invertible matrix ( P Q ) , such that A ( P Q ) = ( E s 0 s × ( t s ) ) . It can be seen that Q is the right zero matrix of A. According to theorem 1, Q is the fundamental solution system of A · y = 0 . Then there exists U , V R ( t s ) × ( t s ) , such that Q = Q 1 · U , Q 1 = Q · V , as shown by the proof of Lemma 2, A · ( P Q 1 ) = ( E s 0 ) . Therefore, Q 1 is the right zero matrix of A.    □
We know that the embedding challenge for a ZLP matrix can be transformed into the embedding problems of unimodular rows. By addressing the embedding of a single unimodular row, we can recursively solve the embedding of a ZLP matrix.
Now, thinking about a matrix
E n u · v = 1 u 1 v 1 u 1 v 2 u 1 v n u 2 v 1 1 u 2 v 2 u 2 v n u n v 1 u n v 2 1 u n v n ,
where u = ( u 1 , u 2 , , u n ) T R n × 1 , v = ( v 1 , v 2 , , v n ) R 1 × n , v · u = 1 , and u , v is a unimodular.
Below, we present an important theorem.
Theorem 3.
The column vectors of the matrix E n u · v is the generator set of the syzygy of unimodular row vector v, where v · u = 1 .
Proof. 
Thus, each column of E n u · v belongs to S y z ( v ) . Thinking about the matrix ( E n u · v u ) , where u is a ZRP matrix if we perform a column transformation on it, we have that ( E n u · v u ) is equivalent to ( E n u ) ; thus, ( E n u ) is a ZLP matrix. Therefore, ( E n u · v u ) is a ZLP matrix. According to the proposition of Lin [27], there exist unimodular matrices M , N R n × n , such that
M · ( E n u · v ) · N = ( E n 0 ) .
Let M 1 = ( m 1 , m 2 , , m n ) , we have ( E n u · v ) · N = ( m 1 , m 2 , , m n 1 , 0 ) . Setting Q R n × ( n 1 ) = ( m 1 , m 2 , , m n 1 ) ; thus, Q is a ZRP matrix. By calculation, we have v · ( E n u · v ) = ( 0 , 0 , , 0 ) and v · ( E n u · v ) · N = ( 0 , 0 , , 0 ) . Therefore, each column of Q is a solution vector of v · y = 0 and Q is the right zero matrix of v. By theorem 1, Q is the fundamental solution system of v · y = 0 . Since Q can be linearly represented by the column vectors of v, we have that any r S y z ( v ) can be linearly represented by the column vectors of E n u · v and the column vectors of the matrix E n u · v form the generating set for the syzygy of the unimodular row v.    □
Lemma 3.
If v · u = v · u ¯ = 1 , then E n u · v is equivalent to E n u ¯ · v , where u , u ¯ R n × 1 are unimodular columns, and v R 1 × n is a unimodular row.
Proof. 
Since ( E n u · v ) ( E n ( u ¯ u · ) v ) = E n u · v ( u ¯ u ) · v + u · v · ( u ¯ u ) · v = E n ( u + u ¯ u ) · v = E n u ¯ · v . Next, we need to explain that E n ( u ¯ u ) · v is an invertible matrix. ( E n ( u ¯ u ) · v ) ( E n + ( u ¯ u ) · v ) = E n ( u ¯ u ) · v · ( u ¯ u ) · v = E n ; therefore, we have that the matrix E n ( u ¯ u ) · v is an invertible matrix, and E n u · v is equivalent to E n u ¯ · v .    □
Theorem 4.
Let v = ( v 1 , v 2 , , v n ) be a unimodular row, if there exists a certain v i ( i = 1 , 2 , , n ) , such that
v i m o d ( v 1 , v 2 , , v i 1 , v i + 1 , , v n ) c , c K , c 0 ,
then the embedding of v = ( v 1 , v 2 , , v n ) can be implemented.
Proof. 
Without loss of generality, let i = 1 , and then, we have
v 1 + u 2 v 2 + + u n v n = c ,
where u 2 , , u n R . By Formula (1), completing unimodular row v to a square invertible matrix
V 1 = v 1 v 2 v n u 2 1 0 u n 0 1
where d e t V 1 = c , and then, we have
V = v 1 v 2 v n u 2 1 0 ( 1 / c ) u n 0 1 / c
where d e t V = 1 .    □
Theorem 5.
Let v = ( v 1 , v 2 , , v n ) be a unimodular row, if there exists a certain v i ( i = 1 , 2 , , n ) , such that
v i m o d ( v 1 , v 2 , , v i 1 , v i + 1 , , v n ) 0 ,
then the embedding of v = ( v 1 , v 2 , , v n ) can be implemented.
Proof. 
Without loss of generality, let i = 1 , we have
v 1 = a 2 v 2 + + a n v n , u 1 v 1 + u 2 v 2 + u 3 v 3 + + u n v n = 1 ,
where a 2 , , a n , u 1 , u 2 , , u n R . By substituting v 1 , we obtain
( u 2 + u 1 a 2 ) · v 2 + ( u 3 + u 1 a 3 ) · v 3 + + ( u n + u 1 a n ) · v n = 1 .
Completing unimodular row v = ( 0 , v 2 , v 3 , , v n ) to a square invertible matrix
N = 0 v 2 v n ( u 2 + u 1 a 2 ) 1 0 ( u n + u 1 a n ) 0 1 ,
where d e t N = 1 . By Formula (2), perform a column transformation on matrix N to obtain matrix M, we have
M = v 1 v 2 v n ( u 2 + u 1 a 2 a 2 ) 1 0 ( u n + u 1 a n a n ) 0 1 ,
where d e t M = 1 .    □
Lemma 4.
Let v = ( v 1 , v 2 , . . , v n ) R , u = ( u 1 , u 2 , . . , u n ) T R , v be a unimodular row, u is a unimodular column and v · u = 1 . If the embedding of v can be implemented, then, the embedding of u can be implemented.
Proof. 
Since the embedding of v can be implemented, by the Quillen–Suslin theorem, we assume that there is an invertible matrix Q n × n R , such that
Q = v 1 v 2 v n a 21 a 22 a 2 n a n 1 a n 2 a n n , Q · u = v 1 v 2 v n a 21 a 22 a 2 n a n 1 a n 2 a n n · u 1 u 2 u n = 1 x 1 x n .
We perform a linear row transformation on matrix Q · u ; we have P · Q · u = [ 1 , 0 , , 0 ] T where P is the elementary matrix product. Since P and Q are invertible matrices, by Proposition 1, we have solved the embedding of u.    □
Theorem 6.
If there are n 1 components in v = ( v 1 , v 2 , , v n ) , we generate the principal ideal, then the embedding of v can be implemented.
Proof. 
Without loss of generality, we suppose that v 2 , v 3 , , v n generates the principal ideal d , and we have q 2 v 2 + q 3 v 3 + + q n v n = d ( q 2 , , q n , d R ) . Since v 2 , , v n d , we have v 2 = m 2 d , v 3 = m 3 d , , v n = m n d ( m 2 , , m n R ) . Substitution to obtain
q 2 m 2 d + q 3 m 3 d + + q n m n d = d a n d q 2 m 2 + q 3 m 3 + + q n m n = 1 .
Since u = ( u 1 , u 2 , , u n ) T , and v u = 1 , we set
u ¯ = ( 0 , q 2 , , q n ) T , v = ( v 1 , m 2 , , m n ) , u = ( u 1 , d u 2 , , d u n ) T .
Thus, u ¯ and u are unimodular columns and v is a unimodular row.
Think about the embedding of u ¯ , by Theorem 5, we have
0 m 2 m n q 2 1 0 q n 0 1
as an invertible matrix. Since v u ¯ = 1 , by Lemma 4, we can obtain the invertible matrix, which includes v . Subsequently, since v u = 1 , using Lemma 4 once more, we can solve the embedding of u .
Assuming that the embedding of u = ( u 1 , d u 2 , , d u n ) T is
M = u 1 a 12 a 1 n d u 2 a 22 a 2 n d u n a n 2 a n n ,
where a i j R , i , j = 1 , 2 , , n and d e t M = 1 . Then by the properties of determinants, we have
N = u 1 d a 12 d a 1 n u 2 a 22 a 2 n u n a n 2 a n n
d e t N = d e t M = 1 , and N is an invertible matrix; therefore, we solved the embedding of u. And because v u = 1 , using Lemma 4, we can obtain the invertible matrix, which includes the v.    □

3. Algorithm and Example

Based on a well-known result on the connection of stable self-modules with orbits of unimodular rows, we have the following Algorithm 1.
Algorithm 1 Smith form F.
Require: 
 
The unimodular row v = ( v 1 , v 2 , , v n ) , and v 2 , v 3 , , v n = d R .
Ensure: 
 
The invertible matrix N, which includes v.
1:
Using Symbol calculation software Singular compute u = ( u 1 , u 2 , , u n ) T , such that v u = 1 , and q 2 v 2 + q 3 v 3 + + q n v n = d ( q 2 , , q n , d R ) .
2:
Obtain v 2 = m 2 d , v 3 = m 3 d , , v n = m n d ( m 2 , , m n R ) , q 2 m 2 d + q 3 m 3 d + + q n m n d = d and q 2 m 2 + q 3 m 3 + + q n m n = 1 .
3:
set u ¯ = ( 0 , q 2 , , q n ) T , v = ( v 1 , m 2 , , m n ) , u = ( u 1 , d u 2 , , d u n ) T . Thus, u ¯ and u are unimodular columns and v is a unimodular row.
4:
By Theorem 5, compute the embedding of u ¯ .
5:
By Lemma 4, compute the embedding of v .
6:
By Lemma 4, compute the embedding of u .
7:
By properties of determinants, compute the embedding of u.
8:
By Lemma 4, compute the embedding of v and obtain the invertible matrix N, which includes v.
9:
Return  N.
Example 1.
Let v = ( 1 + x y x x 2 y ) ; thus, v is a unimodular row, and then, we calculate the invertible matrix after embedding vector v.
By calculation, we have u = ( 1 x y x y 2 y ) T and v u = 1 . Since v 2 , v 3 = x , we have
1 · x + 0 · x · x y = x .
By Theorem 6, we assume
u ¯ = ( 0 1 0 ) T , v = ( 1 + x y + x 1 x y ) u = ( 1 x y x ( x y 1 ) x y ) T .
Thus, u ¯ and u are unimodular columns and v is a unimodular row.
Think about the embedding of u ¯ , by Theorem 5, we have
0 1 x 1 1 0 0 0 1
is an invertible matrix. Since v u ¯ = 1 , by Lemma 4, we can obtain the invertible matrix A, which includes v , where
A = 1 + x y + x 1 x y 1 0 0 0 0 1
And then, v u = 1 , using Lemma 4 one more,
1 + x y + x 1 x y 1 0 0 0 0 1 · 1 x y x ( x y 1 ) x y = 1 1 x y x y .
We perform the row transformation on it, and we have
1 0 0 x y 1 1 0 x y 0 1 · 1 + x y + x 1 x y 1 0 0 0 0 1 · 1 x y x ( x y 1 ) x y = 1 0 0 .
Setting
P = 1 0 0 x y 1 1 0 x y 0 1 · 1 + x y + x 1 x y 1 0 0 0 0 1 = 1 + x y + x 1 x y x 2 y 2 + x 2 y x x y 1 x 2 y 2 x y x y ( 1 + x y + x ) x y x 2 y 2 1
By the Quillen–Suslin theorem, the inverse matrix of P is the matrix embedded with vector u , where
P 1 = 1 x y 1 0 x ( x y 1 ) ( 1 + x y + x ) x y x y 0 1
Using Lemma 4, we have that matrix Q is the matrix embedded with vector u, where
Q = 1 x y x 0 x y 1 ( 1 + x y + x ) x y y 0 1 .
And because v u = 1 , using Lemma 4, we can obtain the invertible matrix M embedded with vector v, where
M = 1 + x y + x x x 2 y x y 2 + x y 1 x y 1 x 2 y 2 x y y ( 1 + x y + x ) x y x 2 y 2 1 ,
and d e t M = 1 .

4. Conclusions

In this paper, we avoid the challenge of finding the zeros of multivariate polynomials by transforming the matrix embedding problem into studying matrix E n u v . For special unimodular vectors, we provide embedding methods, but there are also many problems that need to be solved. Investigating these problems holds significant theoretical value and scientific relevance in algebraic geometry, computer algebra, symbolic computing, and topology. It will also enrich the content, ideas, and methodologies of algorithmic algebra and symbolic computation. Further research will also offer valuable applications in circuit analysis, signal processing, control, and multidimensional systems.

Author Contributions

Conceptualization, T.W.; methodology, J.L.; software, J.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research is supported by the National Natural Science Foundation of China (11971161, 12371507, 12271154, 12201204), the Hunan Provincial Natural Science Foundation of China (2022JJ30234, 2023JJ40275), and the Scientific Research Fund of Hunan Province Education Department (22A0334, 20C0790).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bose, N. Applied Multidimensional Systems Theory; Van Nostrand Reinhold: New York, NY, USA, 1982; Volume 10, pp. 142–149. [Google Scholar]
  2. Bose, N.; Buchberger, B.; Guiver, J. Multidimensional Systems Theory and Applications; Kluwer: Dordrecht, The Netherlands, 2003. [Google Scholar]
  3. Cope, F.; Amer, J. Formal solutions of irregular linear differential equations. Partll. Math. 1936, 58, 130–140. [Google Scholar] [CrossRef]
  4. Dennis, R.; Stein, M. Injective stability for K2 of local rings. Bull. Am. Math. Soc. 1974, 80, 1010–1013. [Google Scholar] [CrossRef]
  5. Fornasini, E. A note on output feedback stabillizabillity of multivariable 2D Systems. Syst. Control. Lett. 1988, 10, 45–50. [Google Scholar] [CrossRef]
  6. Faugere, J.; Saint-Martin, F. Design of Regular nonseparable bidimensional wavelets using Gröbner basis techniques. IEEE Trans. Signal Proc. 1998, 46, 845–856. [Google Scholar] [CrossRef]
  7. Norton, G.; Salagean, A. Strong Gröbner bases and cyclic codes over a finite-chain ring. Electron. Notes Discret. Math. 2001, 6, 240–250. [Google Scholar] [CrossRef]
  8. Henrion, D.; Lasserre, J. Solving nonconvex optimization problem. IEEE Control. Syst. Mag. 2004, 24, 72–83. [Google Scholar]
  9. Quadrat, A. An introduction to constructive algebraic analysis and its applications. OAI 2010, 1, 281–471. [Google Scholar] [CrossRef]
  10. Lu, R.; Liang, X. An Efficient and Privacy-Preserving Aggregation Scheme for Smart Grid Comunications. IEEE Trans. Parallel Distrib. Syst. 2012, 23, 1621–1631. [Google Scholar]
  11. Xu, L.; Yan, S. A new elementary operation approach to multidimensional Realization and LFR uncertainty. IEEE Trans. Ciruits Syst. 2012, 59, 638–645. [Google Scholar]
  12. Liu, J.; Li, D. Some criteria for Gröbner bases and their applications. J. Symb. Comput. 2019, 92, 15–21. [Google Scholar] [CrossRef]
  13. Menal, P.; Vaserstein, L. On the structure of GL2 over stable range one rings. J. Pure Appl. Algebra 1966, 64, 149–162. [Google Scholar] [CrossRef]
  14. Claborn, L.; Fossum, R. Generalizations of the notion of class group. Ill. J. Math. 1968, 12, 228–253. [Google Scholar] [CrossRef]
  15. Bass, H.; Milnor, J.; Serre, J. Solution of the congruence subgroup problem for SLn (n ≥ 3) and Sp2n (n ≥ 2). Inst. Hautes Etudes Sci. Publ. Math. 1967, 33, 59–137. [Google Scholar] [CrossRef]
  16. Bass, H.; Murthy, M. Grothendieck groups and Picard groups of abelian group rings. Ann. Math. 1967, 86, 16–73. [Google Scholar] [CrossRef]
  17. Liu, J.; Li, D.; Zheng, L. The Lin-Bose Problem. IEEE Trans. Circuits Syst. II 2014, 61, 41–43. [Google Scholar] [CrossRef]
  18. Davis, E.; Geramita, A. Maximal ideals in polynomial rings. In Conference on Commutative Algebra; Lecture Notes in Mathematics; Springer: Berlin/Heidelberg, Germany, 1973; Volume 311, pp. 57–60. [Google Scholar]
  19. Bass, H. Liberation des Modules Projectifs sur Certains Anneaux de Polynomials; Springer: Berlin/Heidelberg, Germany; New York, NY, USA, 1973; Volume 448, pp. 228–254. [Google Scholar]
  20. Dennis, R. The GE2 property for discrete subrings of C. Proc. Am. Math. Soc. 1975, 50, 77–82. [Google Scholar]
  21. Choi, M.; Lan, T. An old question of Hilbert. In Queen’s Papers in Pure and Applied Mathematics; Queen’s University: Kingston, ON, Canada, 1976. [Google Scholar]
  22. Suslin, A. On the structure of the special linear group over polynomial rings. Math. USSR Izv. 1977, 11, 221–238. [Google Scholar] [CrossRef]
  23. Quillen, D. Projective modules over polynomial rings. Invent. Math. 1976, 36, 167–171. [Google Scholar] [CrossRef]
  24. Suslin, A. Projective modules over polynomial rings are free. Dokl. Akad. Nauk. SSSR 1976, 229, 1063–1066. (In Russian) [Google Scholar]
  25. Logar, A.; Sturmfels, B. Algorithms for the Quillen-Suslin theorem. J. Algebra 1992, 145, 231–239. [Google Scholar] [CrossRef]
  26. Fabianska, A.; Quadrat, A. Applications of the Quillen-Suslin theorem to multidimensional systems theory. J. Biotechnol. 2014, 2014, 96. [Google Scholar]
  27. Lin, Z.; Boudellioua, M.; Xu, L. On the Equivalence and Factorization of Multivariate Polynomial Matrices. Proc. IEEE 2006, 2006, 4911–4914. [Google Scholar]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wu, T.; Liu, J.; Guan, J. Embedding of Unimodular Row Vectors. Mathematics 2023, 11, 3911. https://doi.org/10.3390/math11183911

AMA Style

Wu T, Liu J, Guan J. Embedding of Unimodular Row Vectors. Mathematics. 2023; 11(18):3911. https://doi.org/10.3390/math11183911

Chicago/Turabian Style

Wu, Tao, Jinwang Liu, and Jiancheng Guan. 2023. "Embedding of Unimodular Row Vectors" Mathematics 11, no. 18: 3911. https://doi.org/10.3390/math11183911

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop