BOUNDS ON THE COEFFICIENTS OF THE CHARACTERISTIC AND MINIMAL POLYNOMIALS

Size: px
Start display at page:

Download "BOUNDS ON THE COEFFICIENTS OF THE CHARACTERISTIC AND MINIMAL POLYNOMIALS"

Transcription

1 BOUNDS ON THE COEFFICIENTS OF THE CHARACTERISTIC AND MINIMAL POLYNOMIALS Received: 5 October, 006 Accepted: 3 April, 007 Communicated by: JEAN-GUILLAUME DUMAS Laboratoire Jean Kuntzmann Université Joseph Fourier Grenoble I, UMR CNRS 54, 51 avenue des Mathématiques Grenoble, France. Jean-Guillaume.Dumas@imag.fr URL: D. Ştefǎnescu 000 AMS Sub. Class.: 15A45, 15A36. vol. 8, iss., art. 31, 007 Page 1 of 15 Key words: Abstract: Characteristic polynomial, Minimal polynomial, Coefficient bound. This note presents absolute bounds on the size of the coefficients of the characteristic and minimal polynomials depending on the size of the coefficients of the associated matrix. Moreover, we present algorithms to compute more precise input-dependant bounds on these coefficients. Such bounds are e.g. useful to perform deterministic Chinese remaindering of the characteristic or minimal polynomial of an integer matrix.

2 1 Introduction 3 Bound on the Minors for the Characteristic Polynomial 4.1 Hadamard s Bound on the Minors Locating the Largest Coefficient Eigenvalue Bound on the Minimal Polynomial 11 4 Conclusion 13 vol. 8, iss., art. 31, 007 Page of 15

3 1. Introduction The Frobenius normal form of a matrix is used to test two matrices for similarity. Although the Frobenius normal form contains more information on the matrix than the characteristic polynomial, the most efficient algorithms to compute it are based on computations of characteristic polynomials (see for example [8, 9.7]). Now the Smith normal form of an integer matrix is useful e.g. in the computation of homology groups and its computation can be done via the integer minimal polynomial []. In both cases, the polynomials are computed first modulo several prime numbers and then only reconstructed via Chinese remaindering [4, Theorem 10.5]. Thus, precise bounds on the integer coefficients of the integer characteristic or minimal polynomials of an integer matrix are used to find how many primes are sufficient to perform a Chinese remaindering of the modularly computed polynomials. Some bounds on the minimal polynomial coefficients, respectively the characteristic polynomial, have been presented in [], respectively in [1]. The aim of this note is to present sharper estimates in both cases. For both polynomials we present two kinds of results: absolute estimates, useful for comparing complexity constants, and algorithms which compute more precise estimates based on the properties of the input matrix discovered at runtime. Of course, the goal is to provide such estimates at a cost negligible when compared to that of actually computing the polynomials. vol. 8, iss., art. 31, 007 Page 3 of 15

4 . Bound on the Minors for the Characteristic Polynomial.1. Hadamard s Bound on the Minors The first bound of the characteristic polynomial coefficient uses Hadamard s bound, det(a) nb n, see e.g. [4, Theorem 16.6], to show that the coefficients of the characteristic polynomial could be larger, but only slightly: Lemma.1. Let A C n n, with n 4, whose coefficients are bounded in absolute value by B > 1. The coefficients of the characteristic polynomial C A of A are denoted by c j, j = 0,..., n and C A = max{ c j }. Then log ( C A ) n ( log (n) + log (B ) ). Proof. Observe that c j, the j-th coefficient of the characteristic polynomial, is an alternate sum of all the (n j) (n j) diagonal minors of A, see e.g. [3, III.7]. It is therefore bounded by ( ) n (n F (n, j) = j)b (n j). j First note, that from the symmetry of the binomial coefficients we only need to explore the n/ first ones, since (n j)b (n j) > jb j for j < n/. vol. 8, iss., art. 31, 007 Page 4 of 15 The lemma is true for j = 0 by Hadamard s bound. For j = 1 and n, we set f(n) = ( log n (F (n, 1)) n ) log (n) (n 1) log (B).

5 Now df dn n + n ln(n 1) n ln(n) + ln(n) ln(n 1) =. n (n 1) ln() Thus, the numerator of the derivative of f(n) has two roots, one below and one between 6 and 7. Also, f(n) is increasing from to the second root and decreasing afterwards. With n 4 the maximal value of f(n) is therefore at n = 6, for which it is 5 6 log (5) 3 log (6) < For other j s, Stirling s formula has been extended for the binomial coefficient by Stănică in [9], and gives i, Now first ( ) n < e 1 j 1n 1 1j+1 1 1(n j)+1 n π j(n j) ( ) j ( ) n j n n. j n j 1 1n 1 1j (n j) + 1 < 1 1n 6n + 1, since the maximal value of the latter is at j = n. Therefore, ( ) e 1 1n 1 1j+1 1 ( ) 1(n j)+1 1 log log < π π n n Then is decreasing in j for j < n/ so that its maximum is j(n j) Consider now the rest of the approximation. (n ) vol. 8, iss., art. 31, 007 Page 5 of 15 K(n, j) = ( n j ) j ( n n j ) n j (n j)b (n j).

6 We have where log (K(n, j)) = n j log (B ) + n log (n) + n T (n, j), ( ) n T (n, j) = log + j ( ) n j n j n log. j T (n, j) is maximal for j = en. We end with the fact that for n 4, e ( T n, 1 + ) 1 + 4en ( ) e n log π + 1 ( ) n log n (n ) is maximal over Z for n = 16 where it is lower than The latter is lower than We show the effectiveness of our bound on an example matrix: (.1) This matrix has X 5 5X X 80X + 48 for its characteristic polynomial and 80 = ( 5 4 1) 4 is greater than Hadamard s bound 55.9, and less than our bound Note that this numerical bound improves on the one used in [5, lemma.1] since < + log (e) While yielding the same asymptotic result, vol. 8, iss., art. 31, 007 Page 6 of 15

7 their bound would state e.g. that the coefficients of the characteristic polynomial of the example are lower than Locating the Largest Coefficient The proof of Lemma.1 suggests that the largest coefficient is to be found between the O( n) last ones. In next lemma we take B into account in order to sharpen this localization. This gives a simple search procedure, computing a more accurate bound as soon as B is known. Lemma.. Let A C n n, with n 4, whose coefficients are bounded in absolute value by B > 1. The characteristic polynomial of A is C A. Then ( ) n (n C A max i)b (n i) i=0,...,d i where D = 1+ 1+δB n, δ Moreover, the cost of computing the δb associated bound on the size is ( ) n O. B This localization improves by a factor close to 1, the localization of the largest B coefficient proposed in [1, Lemma 4.1]. Proof. Consider F (n, j) = ( ) n (n j)b (n j) n for j =,...,. j The numerator of the derivative of F with respect to j is vol. 8, iss., art. 31, 007 Page 7 of 15 n! (n j)b n j ( H(n j) H(j) ln(n j) ln(b ) 1 ),

8 where H(k) = k 1 l=1 is the k-th Harmonic number. We have the bounds l ln(k) + γ k + 1 < H(k) < ln(k) + γ + k γ 3 from [7, Theorem ]. This bound proves that F (n, j) has at most one extremal value for j n. Moreover, F ( n, n ) < ( ) j n 1 + ln nb is thus strictly negative, as soon as n 4. Now let us define G(j) = H(n j) H(j) ln(n j) ln(b ) 1. Using the bounds on the Harmonic numbers, we have that n j + 1 ( ) n j j + 1 < G(j) ln ln(b ) j 1 γ 3 < n j + 1 j γ Then, on one hand, we have that n j+ 1 1 γ j+ 1 3 that its minimal value is M i (n) = n γ 6 13 is increasing for j n so at j =. vol. 8, iss., art. 31, 007 Page 8 of 15 Finally, M i (n) > 6 if we let n go to infinity. 13

9 On the other hand, n j+ 1 3 is also increasing and therefore its maxi- j+ 1 1 γ mal value is M s (n) = ( 4 + 7γ) (n nγ 1 + γ)(3n + 1) at j = n/. Finally, M s (n) (7γ 4), its value at n = 4. 13(3 γ) Then, the monotonicity of G and its bound prove that the maximal value of F (n, j) is found for j between the solutions j i and j s of the two equations below: ( ) n (.) ji ln = 1 + ln(b ) + 6 ji 13. ( ) n (.3) js ln = 1 + ln(b (7γ 4) ) 13(3 γ). This proves in turn that where j s j max { 0; δb n δb (7γ 4) 1 δ = e 13(3 γ) Now for the complexity, we use the following recursive scheme to compute the bound: log(f (n, 0)) = n log(nb ) log(f (n, j + 1)) = log ( F (n,j) B ) ( + log n j j+1 ) } + n j 1 log(n j 1) n j log(n j). vol. 8, iss., art. 31, 007 Page 9 of 15

10 For instance, if we apply this lemma to matrix.1 we see that we just have to look at F (n, j) for j < δb n δb vol. 8, iss., art. 31, 007 Page 10 of 15

11 3. Eigenvalue Bound on the Minimal Polynomial For the minimal polynomial the Hadamard bound may also be used, but is too pessimistic an estimate, in particular when the degree is small. Indeed, one can use Mignotte s bound on the minimal polynomial, as a factor of the characteristic polynomial. There, minpoly A d C A, see [6, Theorem 4]. This yields that the bit size of the largest coefficient of the minimal polynomial is only d bits less than that of the characteristic polynomial. Therefore, one can instead use a bound on the eigenvalues determined by consideration e.g. of the Gershgörin disks and ovals of Cassini (see [10] for more details on the regions containing eigenvalues, and [, Algorithm OCB] for a blackbox algorithm efficiently computing such a bound). This gives a bound on the coefficients of the minimal polynomial of the form β d, where β is a bound on the eigenvalues and d is the degree of the minimal polynomial. We can then use the following lemma to bound the coefficients of the minimal polynomial: Lemma 3.1. Let A C n n with its spectral radius bounded by β 1. minpoly A (X) = d k=0 m ix i. Then β d if d β i, m i { βd } min d ; dπ d β d otherwise This improves the bound given in [, Proposition 3.1] by a factor of log(d) when d β. Proof. Expanding the minimal polynomial yields m i ( d i) β d i by e.g. [6, Theorem IV. 4.1]. Then, if d β, we bound the latter by d i β d i. Let vol. 8, iss., art. 31, 007 Page 11 of 15

12 Now, when d > β, we get the first bound in two steps: first, for i d, we bound the binomial factor by d i and thus get ( d i ) β d i d i β d i β d d d < d β since d > β; second, for i > d, we bound the binomial factor by dd i and thus get ( ) d β d i d d i β d i < d d d β. i The second bound, when d β is obtained by bounding the binomial coefficients by the middle one, ( ) d d, and using Stănică s bound [9] on the latter. This gives that ( ) d β d i 1 4 i π d d d β d. For matrices of constant size entries, both β and d are O(n). However, when d and/or β is small relative to n (especially d) this may be a striking improvement over the Hadamard bound since the length of latter would be of order n log(n) rather than d log(β). This is the case e.g. for the Homology matrices in the experiments of []. Indeed, for those, AA t, the Wishart matrix of A, has very small minimal polynomial degree and has some other useful properties which limit β (e.g. the matrix AA t is diagonally dominant). For example, the most difficult computation of [], is that of the matrix n4c6.b1 which has a degree 87 minimal polynomial with eigenvalues bounded by 117. The refinement of lemma 3.1 yields there a gain in size on the one of [] of roughly 5%. In this case, this represents saving 3 modular projections and an hour of computation. vol. 8, iss., art. 31, 007 Page 1 of 15

13 4. Conclusion We have presented in this note bounds on the coefficient of the characteristic and minimal polynomials of a matrix. Moreover, we give algorithms with low complexity computing even sharper estimates on the fly. The refinements given here are only constant with regards to previous results but yield significant practical speed-ups. vol. 8, iss., art. 31, 007 Page 13 of 15

14 References [1] J.-G. DUMAS, C. PERNET, AND ZHENDONG WAN, Efficient computation of the characteristic polynomial, Proceedings of the 005 International Symposium on Symbolic and Algebraic Computation, Beijing, China, M. Kauers (Ed.), pages ACM Press, New York, 005. [] J.-G. DUMAS, B.D. SAUNDERS AND G. VILLARD, On efficient sparse integer matrix Smith normal form computations, J. Symbolic Computation, 3(1/) (001), [3] F.R. GANTMACHER, The Theory of Matrices. Chelsea, New York, [4] J. von zur GATHEN AND J. GERHARD, Modern Computer Algebra, Cambridge University Press, New York, NY, USA, [5] M. GIESBRECHT AND A. STORJOHANN, Computing rational forms of integer matrices, J. Symbolic Computation, 34(3) (00), [6] M. MIGNOTTE, Mathématiques pour le Calcul Formel, Presses Universitaires Françaises, [7] FENG QI, RUN-QING CUI, CHAO-PING CHEN AND BAI-NI GUO, Some completely monotonic functions involving polygamma functions and an application, J. Math. Anal. Applics., 310(1) (005), [8] A. STORJOHANN, Algorithms for Matrix Canonical Forms. PhD thesis, Institut für Wissenschaftliches Rechnen, ETH-Zentrum, Zürich, Switzerland, November 000. vol. 8, iss., art. 31, 007 Page 14 of 15

15 [9] P. STĂNICĂ, Good lower and upper bounds on binomial coefficients. J. Inequal. in Pure & Appl. Math., (3) (001), Art. 30. [ONLINE: jipam.vu.edu.au/article.php?sid=146]. [10] R.S. VARGA, Geršgorin and his Circles, Volume 36 of Springer Series in Computational Mathematics. Springer-Verlag, Berlin, 004. vol. 8, iss., art. 31, 007 Page 15 of 15

On Newton-Raphson iteration for multiplicative inverses modulo prime powers

On Newton-Raphson iteration for multiplicative inverses modulo prime powers On Newton-Raphson iteration for multiplicative inverses modulo prime powers Jean-Guillaume Dumas To cite this version: Jean-Guillaume Dumas. On Newton-Raphson iteration for multiplicative inverses modulo

More information

arxiv: v3 [math.ra] 10 Jun 2016

arxiv: v3 [math.ra] 10 Jun 2016 To appear in Linear and Multilinear Algebra Vol. 00, No. 00, Month 0XX, 1 10 The critical exponent for generalized doubly nonnegative matrices arxiv:1407.7059v3 [math.ra] 10 Jun 016 Xuchen Han a, Charles

More information

hal , version 1-29 Feb 2008

hal , version 1-29 Feb 2008 Compressed Modular Matrix Multiplication Jean-Guillaume Dumas Laurent Fousse Bruno Salvy February 29, 2008 Abstract We propose to store several integers modulo a small prime into a single machine word.

More information

arxiv: v1 [math.ca] 25 Jan 2011

arxiv: v1 [math.ca] 25 Jan 2011 AN INEQUALITY INVOLVING THE GAMMA AND DIGAMMA FUNCTIONS arxiv:04698v mathca] 25 Jan 20 FENG QI AND BAI-NI GUO Abstract In the paper, we establish an inequality involving the gamma and digamma functions

More information

arxiv: v5 [cs.sc] 15 May 2018

arxiv: v5 [cs.sc] 15 May 2018 On Newton-Raphson iteration for multiplicative inverses modulo prime powers arxiv:109.666v5 [cs.sc] 15 May 018 Jean-Guillaume Dumas May 16, 018 Abstract We study algorithms for the fast computation of

More information

arxiv: v1 [math.ra] 11 Aug 2014

arxiv: v1 [math.ra] 11 Aug 2014 Double B-tensors and quasi-double B-tensors Chaoqian Li, Yaotang Li arxiv:1408.2299v1 [math.ra] 11 Aug 2014 a School of Mathematics and Statistics, Yunnan University, Kunming, Yunnan, P. R. China 650091

More information

Black Box Linear Algebra

Black Box Linear Algebra Black Box Linear Algebra An Introduction to Wiedemann s Approach William J. Turner Department of Mathematics & Computer Science Wabash College Symbolic Computation Sometimes called Computer Algebra Symbols

More information

Q-adic Transform revisited

Q-adic Transform revisited Q-adic Transform revisited Jean-Guillaume Dumas To cite this version: Jean-Guillaume Dumas. Q-adic Transform revisited. 2007. HAL Id: hal-00173894 https://hal.archives-ouvertes.fr/hal-00173894v3

More information

First, we review some important facts on the location of eigenvalues of matrices.

First, we review some important facts on the location of eigenvalues of matrices. BLOCK NORMAL MATRICES AND GERSHGORIN-TYPE DISCS JAKUB KIERZKOWSKI AND ALICJA SMOKTUNOWICZ Abstract The block analogues of the theorems on inclusion regions for the eigenvalues of normal matrices are given

More information

Why solve integer linear systems exactly? David Saunders - U of Delaware

Why solve integer linear systems exactly? David Saunders - U of Delaware NSF CDI, 2007Oct30 1 Why solve integer linear systems exactly?... an enabling tool for discovery and innovation? David Saunders - U of Delaware LinBox library at linalg.org NSF CDI, 2007Oct30 2 LinBoxers

More information

Explicit formulas for computing Bernoulli numbers of the second kind and Stirling numbers of the first kind

Explicit formulas for computing Bernoulli numbers of the second kind and Stirling numbers of the first kind Filomat 28:2 (24), 39 327 DOI.2298/FIL4239O Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Explicit formulas for computing Bernoulli

More information

Jordan Normal and Rational Normal Form Algorithms

Jordan Normal and Rational Normal Form Algorithms Jordan Normal and Rational Normal Form Algorithms Bernard Parisse, Morgane Vaughan Institut Fourier CNRS-UMR 5582 100 rue des Maths Université de Grenoble I 38402 St Martin d Hères Cédex Résumé In this

More information

Applied Mathematics Letters. Comparison theorems for a subclass of proper splittings of matrices

Applied Mathematics Letters. Comparison theorems for a subclass of proper splittings of matrices Applied Mathematics Letters 25 (202) 2339 2343 Contents lists available at SciVerse ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml Comparison theorems for a subclass

More information

Fast Computation of Hermite Normal Forms of Random Integer Matrices

Fast Computation of Hermite Normal Forms of Random Integer Matrices Fast Computation of Hermite Normal Forms of Random Integer Matrices Clément Pernet 1 William Stein 2 Abstract This paper is about how to compute the Hermite normal form of a random integer matrix in practice.

More information

Generalized Numerical Radius Inequalities for Operator Matrices

Generalized Numerical Radius Inequalities for Operator Matrices International Mathematical Forum, Vol. 6, 011, no. 48, 379-385 Generalized Numerical Radius Inequalities for Operator Matrices Wathiq Bani-Domi Department of Mathematics Yarmouk University, Irbed, Jordan

More information

Some bounds for the spectral radius of the Hadamard product of matrices

Some bounds for the spectral radius of the Hadamard product of matrices Some bounds for the spectral radius of the Hadamard product of matrices Guang-Hui Cheng, Xiao-Yu Cheng, Ting-Zhu Huang, Tin-Yau Tam. June 1, 2004 Abstract Some bounds for the spectral radius of the Hadamard

More information

THE VECTOR RATIONAL FUNCTION RECONSTRUCTION PROBLEM

THE VECTOR RATIONAL FUNCTION RECONSTRUCTION PROBLEM 137 TH VCTOR RATIONAL FUNCTION RCONSTRUCTION PROBLM ZACH OLSH and ARN STORJOHANN David R. Cheriton School of Computer Science University of Waterloo, Ontario, Canada N2L 3G1 -mail: astorjoh@uwaterloo.ca

More information

Solving Sparse Rational Linear Systems. Pascal Giorgi. University of Waterloo (Canada) / University of Perpignan (France) joint work with

Solving Sparse Rational Linear Systems. Pascal Giorgi. University of Waterloo (Canada) / University of Perpignan (France) joint work with Solving Sparse Rational Linear Systems Pascal Giorgi University of Waterloo (Canada) / University of Perpignan (France) joint work with A. Storjohann, M. Giesbrecht (University of Waterloo), W. Eberly

More information

Primitive sets in a lattice

Primitive sets in a lattice Primitive sets in a lattice Spyros. S. Magliveras Department of Mathematical Sciences Florida Atlantic University Boca Raton, FL 33431, U.S.A spyros@fau.unl.edu Tran van Trung Institute for Experimental

More information

Eisenstein polynomials over function fields

Eisenstein polynomials over function fields Eisenstein polynomials over function fields The MIT Faculty has made this article openly available Please share how this access benefits you Your story matters Citation As Published Publisher Dotti, Edoardo,

More information

Linear Recurrence Relations for Sums of Products of Two Terms

Linear Recurrence Relations for Sums of Products of Two Terms Linear Recurrence Relations for Sums of Products of Two Terms Yan-Ping Mu College of Science, Tianjin University of Technology Tianjin 300384, P.R. China yanping.mu@gmail.com Submitted: Dec 27, 2010; Accepted:

More information

Reduction of Smith Normal Form Transformation Matrices

Reduction of Smith Normal Form Transformation Matrices Reduction of Smith Normal Form Transformation Matrices G. Jäger, Kiel Abstract Smith normal form computations are important in group theory, module theory and number theory. We consider the transformation

More information

Vector Rational Number Reconstruction

Vector Rational Number Reconstruction Vector Rational Number Reconstruction By Curtis Bright A research paper presented to the University of Waterloo In partial fulfillment of the requirements for the degree of Master of Mathematics in Computational

More information

Modular Algorithms for Computing Minimal Associated Primes and Radicals of Polynomial Ideals. Masayuki Noro. Toru Aoyama

Modular Algorithms for Computing Minimal Associated Primes and Radicals of Polynomial Ideals. Masayuki Noro. Toru Aoyama Modular Algorithms for Computing Minimal Associated Primes and Radicals of Polynomial Ideals Toru Aoyama Kobe University Department of Mathematics Graduate school of Science Rikkyo University Department

More information

Modular Counting of Rational Points over Finite Fields

Modular Counting of Rational Points over Finite Fields Modular Counting of Rational Points over Finite Fields Daqing Wan Department of Mathematics University of California Irvine, CA 92697-3875 dwan@math.uci.edu Abstract Let F q be the finite field of q elements,

More information

A Questionable Distance-Regular Graph

A Questionable Distance-Regular Graph A Questionable Distance-Regular Graph Rebecca Ross Abstract In this paper, we introduce distance-regular graphs and develop the intersection algebra for these graphs which is based upon its intersection

More information

An Even Order Symmetric B Tensor is Positive Definite

An Even Order Symmetric B Tensor is Positive Definite An Even Order Symmetric B Tensor is Positive Definite Liqun Qi, Yisheng Song arxiv:1404.0452v4 [math.sp] 14 May 2014 October 17, 2018 Abstract It is easily checkable if a given tensor is a B tensor, or

More information

18.S34 linear algebra problems (2007)

18.S34 linear algebra problems (2007) 18.S34 linear algebra problems (2007) Useful ideas for evaluating determinants 1. Row reduction, expanding by minors, or combinations thereof; sometimes these are useful in combination with an induction

More information

SIMPLE CONDITIONS FOR PRACTICAL STABILITY OF POSITIVE FRACTIONAL DISCRETE TIME LINEAR SYSTEMS

SIMPLE CONDITIONS FOR PRACTICAL STABILITY OF POSITIVE FRACTIONAL DISCRETE TIME LINEAR SYSTEMS Int. J. Appl. Math. Comput. Sci., 2009, Vol. 19, No. 2, 263 269 DOI: 10.2478/v10006-009-0022-6 SIMPLE CONDITIONS FOR PRACTICAL STABILITY OF POSITIVE FRACTIONAL DISCRETE TIME LINEAR SYSTEMS MIKOŁAJ BUSŁOWICZ,

More information

Fast Multivariate Power Series Multiplication in Characteristic Zero

Fast Multivariate Power Series Multiplication in Characteristic Zero Fast Multivariate Power Series Multiplication in Characteristic Zero Grégoire Lecerf and Éric Schost Laboratoire GAGE, École polytechnique 91128 Palaiseau, France E-mail: lecerf,schost@gage.polytechnique.fr

More information

Splitting Fields for Characteristic Polynomials of Matrices with Entries in a Finite Field.

Splitting Fields for Characteristic Polynomials of Matrices with Entries in a Finite Field. Splitting Fields for Characteristic Polynomials of Matrices with Entries in a Finite Field. Eric Schmutz Mathematics Department, Drexel University,Philadelphia, Pennsylvania, 19104. Abstract Let M n be

More information

Wavelets and Linear Algebra

Wavelets and Linear Algebra Wavelets and Linear Algebra 4(1) (2017) 43-51 Wavelets and Linear Algebra Vali-e-Asr University of Rafsanan http://walavruacir Some results on the block numerical range Mostafa Zangiabadi a,, Hamid Reza

More information

CONSTRUCTING SUPERSINGULAR ELLIPTIC CURVES. Reinier Bröker

CONSTRUCTING SUPERSINGULAR ELLIPTIC CURVES. Reinier Bröker CONSTRUCTING SUPERSINGULAR ELLIPTIC CURVES Reinier Bröker Abstract. We give an algorithm that constructs, on input of a prime power q and an integer t, a supersingular elliptic curve over F q with trace

More information

A Fast Las Vegas Algorithm for Computing the Smith Normal Form of a Polynomial Matrix

A Fast Las Vegas Algorithm for Computing the Smith Normal Form of a Polynomial Matrix A Fast Las Vegas Algorithm for Computing the Smith Normal Form of a Polynomial Matrix Arne Storjohann and George Labahn Department of Computer Science University of Waterloo Waterloo, Ontario, Canada N2L

More information

Three Ways to Test Irreducibility

Three Ways to Test Irreducibility Three Ways to Test Irreducibility Richard P. Brent Australian National University joint work with Paul Zimmermann INRIA, Nancy France 12 Feb 2009 Outline Polynomials over finite fields Irreducibility criteria

More information

Polynomial root separation examples

Polynomial root separation examples Journal of Symbolic Computation 4 (2006) 080 090 www.elsevier.com/locate/jsc Polynomial root separation examples Arnold Schönhage Institut für Informati III, Universität Bonn, Römerstr. 64, D-537 Bonn,

More information

Remarks on the Cayley Representation of Orthogonal Matrices and on Perturbing the Diagonal of a Matrix to Make it Invertible

Remarks on the Cayley Representation of Orthogonal Matrices and on Perturbing the Diagonal of a Matrix to Make it Invertible Remarks on the Cayley Representation of Orthogonal Matrices and on Perturbing the Diagonal of a Matrix to Make it Invertible Jean Gallier Department of Computer and Information Science University of Pennsylvania

More information

Three Ways to Test Irreducibility

Three Ways to Test Irreducibility Outline Three Ways to Test Irreducibility Richard P. Brent Australian National University joint work with Paul Zimmermann INRIA, Nancy France 8 Dec 2008 Polynomials over finite fields Irreducibility criteria

More information

Inverting integer and polynomial matrices. Jo60. Arne Storjohann University of Waterloo

Inverting integer and polynomial matrices. Jo60. Arne Storjohann University of Waterloo Inverting integer and polynomial matrices Jo60 Arne Storjohann University of Waterloo Integer Matrix Inverse Input: An n n matrix A filled with entries of size d digits. Output: The matrix inverse A 1.

More information

An Algorithm for Projective Representations of some Matrix Groups.

An Algorithm for Projective Representations of some Matrix Groups. An Algorithm for Projective Representations of some Matrix Groups Kübra GÜL 1, Abdullah ÇAĞMAN 2, Nurullah ANKARALIOĞLU 1 1 Mathematics Department, Faculty of Science, Ataturk University, 25240, Erzurum,

More information

Computing Characteristic Polynomials of Matrices of Structured Polynomials

Computing Characteristic Polynomials of Matrices of Structured Polynomials Computing Characteristic Polynomials of Matrices of Structured Polynomials Marshall Law and Michael Monagan Department of Mathematics Simon Fraser University Burnaby, British Columbia, Canada mylaw@sfu.ca

More information

MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences.

MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences. MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences. Congruences Let n be a postive integer. The integers a and b are called congruent modulo n if they have the same

More information

arxiv: v1 [cs.ds] 11 Oct 2018

arxiv: v1 [cs.ds] 11 Oct 2018 Path matrix and path energy of graphs arxiv:1810.04870v1 [cs.ds] 11 Oct 018 Aleksandar Ilić Facebook Inc, Menlo Park, California, USA e-mail: aleksandari@gmail.com Milan Bašić Faculty of Sciences and Mathematics,

More information

Modern Computer Algebra

Modern Computer Algebra Modern Computer Algebra JOACHIM VON ZUR GATHEN and JURGEN GERHARD Universitat Paderborn CAMBRIDGE UNIVERSITY PRESS Contents Introduction 1 1 Cyclohexane, cryptography, codes, and computer algebra 9 1.1

More information

Approximation algorithms for nonnegative polynomial optimization problems over unit spheres

Approximation algorithms for nonnegative polynomial optimization problems over unit spheres Front. Math. China 2017, 12(6): 1409 1426 https://doi.org/10.1007/s11464-017-0644-1 Approximation algorithms for nonnegative polynomial optimization problems over unit spheres Xinzhen ZHANG 1, Guanglu

More information

Exactly Solve Integer Linear Systems Using Numerical Methods

Exactly Solve Integer Linear Systems Using Numerical Methods Exactly Solve Integer Linear Systems Using Numerical Methods Zhendong Wan Department of Computer Science, University of Delaware, Newark, DE, USA Abstract We present a new fast way to exactly solve non-singular

More information

Math 113 Homework 5. Bowei Liu, Chao Li. Fall 2013

Math 113 Homework 5. Bowei Liu, Chao Li. Fall 2013 Math 113 Homework 5 Bowei Liu, Chao Li Fall 2013 This homework is due Thursday November 7th at the start of class. Remember to write clearly, and justify your solutions. Please make sure to put your name

More information

Signature of Symmetric Rational Matrices and the Unitary Dual of Lie Groups

Signature of Symmetric Rational Matrices and the Unitary Dual of Lie Groups Signature of Symmetric Rational Matrices and the Unitary Dual of Lie Groups [Extended Abstract] Jeffrey Adams Department of Mathematics University of Maryland College Park, MD, 20742 USA jda@math.umd.edu

More information

Sparsity of Matrix Canonical Forms. Xingzhi Zhan East China Normal University

Sparsity of Matrix Canonical Forms. Xingzhi Zhan East China Normal University Sparsity of Matrix Canonical Forms Xingzhi Zhan zhan@math.ecnu.edu.cn East China Normal University I. Extremal sparsity of the companion matrix of a polynomial Joint work with Chao Ma The companion matrix

More information

For δa E, this motivates the definition of the Bauer-Skeel condition number ([2], [3], [14], [15])

For δa E, this motivates the definition of the Bauer-Skeel condition number ([2], [3], [14], [15]) LAA 278, pp.2-32, 998 STRUCTURED PERTURBATIONS AND SYMMETRIC MATRICES SIEGFRIED M. RUMP Abstract. For a given n by n matrix the ratio between the componentwise distance to the nearest singular matrix and

More information

ELA

ELA CRITICAL EXPONENTS: OLD AND NEW CHARLES R. JOHNSON AND OLIVIA WALCH. Abstract. For Hadamard and conventional powering, we survey past and current work on the existence and values of critical exponents

More information

Sharp Bounds for the Harmonic Numbers

Sharp Bounds for the Harmonic Numbers Sharp Bounds for the Harmonic Numbers arxiv:math/050585v3 [math.ca] 5 Nov 005 Mark B. Villarino Depto. de Matemática, Universidad de Costa Rica, 060 San José, Costa Rica March, 08 Abstract We obtain best

More information

Latter research on Euler-Mascheroni constant. 313, Bucharest, Romania, Târgovişte, Romania,

Latter research on Euler-Mascheroni constant. 313, Bucharest, Romania, Târgovişte, Romania, Latter research on Euler-Mascheroni constant Valentin Gabriel Cristea and Cristinel Mortici arxiv:3.4397v [math.ca] 6 Dec 03 Ph. D. Student, University Politehnica of Bucharest, Splaiul Independenţei 33,

More information

BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION

BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION K Y BERNETIKA VOLUM E 46 ( 2010), NUMBER 4, P AGES 655 664 BOUNDS OF MODULUS OF EIGENVALUES BASED ON STEIN EQUATION Guang-Da Hu and Qiao Zhu This paper is concerned with bounds of eigenvalues of a complex

More information

hal , version 1-22 Nov 2009

hal , version 1-22 Nov 2009 Author manuscript, published in "Kinet. Relat. Models 1, 3 8) 355-368" PROPAGATION OF GEVREY REGULARITY FOR SOLUTIONS OF LANDAU EQUATIONS HUA CHEN, WEI-XI LI AND CHAO-JIANG XU Abstract. By using the energy-type

More information

Cyclic Vector of the Weighted Mean Matrix Operator

Cyclic Vector of the Weighted Mean Matrix Operator Punjab University Journal of Mathematics (ISSN 1016-2526) Vol. 50(1)(2018) pp. 79-88 Cyclic Vector of the Weighted Mean Matrix Operator Ebrahim Pazouki Mazandaran Management and Planning Organization P.

More information

Vector Fields on the Space of Functions Univalent Inside the Unit Disk via Faber Polynomials

Vector Fields on the Space of Functions Univalent Inside the Unit Disk via Faber Polynomials Symmetry, Integrability and Geometry: Methods and Applications SIGMA 5 (2009), 032, pages Vector Fields on the Space of Functions Univalent Inside the Unit Disk via Faber Polynomials Helene AIRAULT LAMFA

More information

BOUNDS ON THE NUMBER OF REAL SOLUTIONS TO POLYNOMIAL EQUATIONS

BOUNDS ON THE NUMBER OF REAL SOLUTIONS TO POLYNOMIAL EQUATIONS 2 October 2007 arxiv:0706.375 BOUNDS ON THE NUMBER OF REAL SOLUTIONS TO POLYNOMIAL EQUATIONS DANIEL J. BATES, FRÉDÉRIC BIHAN, AND FRANK SOTTILE Abstract. We use Gale duality for complete intersections

More information

Parametric euclidean algorithm

Parametric euclidean algorithm Theoretical Mathematics & Applications, vol.3, no.3, 2013, 13-21 ISSN: 1792-9687 (print), 1792-9709 (online) Scienpress Ltd, 2013 Parametric euclidean algorithm Ali Ayad 1, Ali Fares 2 and Youssef Ayyad

More information

arxiv: v2 [cs.sc] 22 Jun 2017

arxiv: v2 [cs.sc] 22 Jun 2017 Sparse Polynomial Interpolation with Finitely Many Values for the Coefficients arxiv:1704.04359v [cs.sc] Jun 017 Qiaolong Huang and Xiao-Shan Gao KLMM, UCAS, Academy of Mathematics and Systems Science

More information

The Accelerated Euclidean Algorithm

The Accelerated Euclidean Algorithm The Accelerated Euclidean Algorithm Sidi Mohamed Sedjelmaci To cite this version: Sidi Mohamed Sedjelmaci The Accelerated Euclidean Algorithm Laureano Gonzales-Vega and Thomas Recio Eds 2004, University

More information

REFINEMENTS AND SHARPENINGS OF SOME DOUBLE INEQUALITIES FOR BOUNDING THE GAMMA FUNCTION

REFINEMENTS AND SHARPENINGS OF SOME DOUBLE INEQUALITIES FOR BOUNDING THE GAMMA FUNCTION REFINEMENTS AND SHARPENINGS OF SOME DOUBLE INEQUALITIES FOR BOUNDING THE GAMMA FUNCTION BAI-NI GUO YING-JIE ZHANG School of Mathematics and Informatics Department of Mathematics Henan Polytechnic University

More information

Combinatorial properties of the numbers of tableaux of bounded height

Combinatorial properties of the numbers of tableaux of bounded height Combinatorial properties of the numbers of tableaux of bounded height Marilena Barnabei, Flavio Bonetti, and Matteo Sibani Abstract We introduce an infinite family of lower triangular matrices Γ (s), where

More information

Spectrally arbitrary star sign patterns

Spectrally arbitrary star sign patterns Linear Algebra and its Applications 400 (2005) 99 119 wwwelseviercom/locate/laa Spectrally arbitrary star sign patterns G MacGillivray, RM Tifenbach, P van den Driessche Department of Mathematics and Statistics,

More information

Some bounds for the spectral radius of the Hadamard product of matrices

Some bounds for the spectral radius of the Hadamard product of matrices Some bounds for the spectral radius of the Hadamard product of matrices Tin-Yau Tam Mathematics & Statistics Auburn University Georgia State University, May 28, 05 in honor of Prof. Jean H. Bevis Some

More information

THREE INEQUALITIES INVOLVING HYPERBOLICALLY TRIGONOMETRIC FUNCTIONS

THREE INEQUALITIES INVOLVING HYPERBOLICALLY TRIGONOMETRIC FUNCTIONS THREE INEQUALITIES INVOLVING HYPERBOLICALLY TRIGONOMETRIC FUNCTIONS CHAO-PING CHEN, JIAN-WEI ZHAO, AND FENG QI Abstract. In the short note, by using mathematical induction and infinite product representations

More information

New duality operator for complex circulant matrices and a conjecture of Ryser

New duality operator for complex circulant matrices and a conjecture of Ryser New duality operator for complex circulant matrices and a conjecture of Ryser Luis H. Gallardo Mathematics University of Brest Brest, France Luis.Gallardo@univ-brest.fr Submitted: May 6, 2015; Accepted:

More information

Modular Periodicity of the Euler Numbers and a Sequence by Arnold

Modular Periodicity of the Euler Numbers and a Sequence by Arnold Arnold Math J. (2018) 3:519 524 https://doi.org/10.1007/s40598-018-0079-0 PROBLEM CONTRIBUTION Modular Periodicity of the Euler Numbers and a Sequence by Arnold Sanjay Ramassamy 1 Received: 19 November

More information

Algorithms for exact (dense) linear algebra

Algorithms for exact (dense) linear algebra Algorithms for exact (dense) linear algebra Gilles Villard CNRS, Laboratoire LIP ENS Lyon Montagnac-Montpezat, June 3, 2005 Introduction Problem: Study of complexity estimates for basic problems in exact

More information

Hecke Operators for Arithmetic Groups via Cell Complexes. Mark McConnell. Center for Communications Research, Princeton

Hecke Operators for Arithmetic Groups via Cell Complexes. Mark McConnell. Center for Communications Research, Princeton Hecke Operators for Arithmetic Groups via Cell Complexes 1 Hecke Operators for Arithmetic Groups via Cell Complexes Mark McConnell Center for Communications Research, Princeton Hecke Operators for Arithmetic

More information

Black Box Linear Algebra with the LinBox Library. William J. Turner North Carolina State University wjturner

Black Box Linear Algebra with the LinBox Library. William J. Turner North Carolina State University   wjturner Black Box Linear Algebra with the LinBox Library William J. Turner North Carolina State University www.math.ncsu.edu/ wjturner Overview 1. Black Box Linear Algebra 2. Project LinBox 3. LinBox Objects 4.

More information

ANSWER TO A QUESTION BY BURR AND ERDŐS ON RESTRICTED ADDITION, AND RELATED RESULTS Mathematics Subject Classification: 11B05, 11B13, 11P99

ANSWER TO A QUESTION BY BURR AND ERDŐS ON RESTRICTED ADDITION, AND RELATED RESULTS Mathematics Subject Classification: 11B05, 11B13, 11P99 ANSWER TO A QUESTION BY BURR AND ERDŐS ON RESTRICTED ADDITION, AND RELATED RESULTS N. HEGYVÁRI, F. HENNECART AND A. PLAGNE Abstract. We study the gaps in the sequence of sums of h pairwise distinct elements

More information

LONG CYCLES IN ABC PERMUTATIONS

LONG CYCLES IN ABC PERMUTATIONS LONG CYCLES IN ABC PERMUTATIONS IGOR PAK AND AMANDA REDLICH Abstract. An abc-permutation is a permutation σ abc S n obtained by exchanging an initial block of length a a final block of length c of {1,...,

More information

Sharp inequalities and complete monotonicity for the Wallis ratio

Sharp inequalities and complete monotonicity for the Wallis ratio Sharp inequalities and complete monotonicity for the Wallis ratio Cristinel Mortici Abstract The aim of this paper is to prove the complete monotonicity of a class of functions arising from Kazarinoff

More information

Computing Minimal Polynomial of Matrices over Algebraic Extension Fields

Computing Minimal Polynomial of Matrices over Algebraic Extension Fields Bull. Math. Soc. Sci. Math. Roumanie Tome 56(104) No. 2, 2013, 217 228 Computing Minimal Polynomial of Matrices over Algebraic Extension Fields by Amir Hashemi and Benyamin M.-Alizadeh Abstract In this

More information

Black Box Linear Algebra with the LinBox Library. William J. Turner North Carolina State University wjturner

Black Box Linear Algebra with the LinBox Library. William J. Turner North Carolina State University   wjturner Black Box Linear Algebra with the LinBox Library William J. Turner North Carolina State University www.math.ncsu.edu/ wjturner Overview 1. Black Box Linear Algebra 2. Project LinBox 3. LinBox Objects 4.

More information

An Approach to Hensel s Lemma

An Approach to Hensel s Lemma Irish Math. Soc. Bulletin 47 (2001), 15 21 15 An Approach to Hensel s Lemma gary mcguire Abstract. Hensel s Lemma is an important tool in many ways. One application is in factoring polynomials over Z.

More information

Vector Rational Number Reconstruction

Vector Rational Number Reconstruction Vector Rational Number Reconstruction Curtis Bright cbright@uwaterloo.ca David R. Cheriton School of Computer Science University of Waterloo, Ontario, Canada N2L 3G1 Arne Storjohann astorjoh@uwaterloo.ca

More information

Dihedral groups of automorphisms of compact Riemann surfaces of genus two

Dihedral groups of automorphisms of compact Riemann surfaces of genus two Electronic Journal of Linear Algebra Volume 26 Volume 26 (2013) Article 36 2013 Dihedral groups of automorphisms of compact Riemann surfaces of genus two Qingje Yang yangqj@ruc.edu.com Dan Yang Follow

More information

Fast Polynomial Multiplication

Fast Polynomial Multiplication Fast Polynomial Multiplication Marc Moreno Maza CS 9652, October 4, 2017 Plan Primitive roots of unity The discrete Fourier transform Convolution of polynomials The fast Fourier transform Fast convolution

More information

Legendre modified moments for Euler s constant

Legendre modified moments for Euler s constant Journal of Computational and Applied Mathematics 29 (28) 484 492 www.elsevier.com/locate/cam Legendre modified moments for Euler s constant Marc Prévost Laboratoire de Mathématiques Pures et Appliquées,

More information

INEQUALITIES FOR THE GAMMA FUNCTION

INEQUALITIES FOR THE GAMMA FUNCTION INEQUALITIES FOR THE GAMMA FUNCTION Received: 16 October, 26 Accepted: 9 February, 27 Communicated by: XIN LI AND CHAO-PING CHEN College of Mathematics and Informatics, Henan Polytechnic University, Jiaozuo

More information

Numeric-Symbolic Exact Rational Linear System Solver

Numeric-Symbolic Exact Rational Linear System Solver Numeric-Symbolic Exact Rational Linear System Solver B. David Saunders, David Harlan Wood, and Bryan S. Youse Dept. of Computer and Information Sciences, University of Delaware Newark, Delaware, USA saunders@udel.edu,

More information

JORDAN AND RATIONAL CANONICAL FORMS

JORDAN AND RATIONAL CANONICAL FORMS JORDAN AND RATIONAL CANONICAL FORMS MATH 551 Throughout this note, let V be a n-dimensional vector space over a field k, and let φ: V V be a linear map Let B = {e 1,, e n } be a basis for V, and let A

More information

ELA THE OPTIMAL PERTURBATION BOUNDS FOR THE WEIGHTED MOORE-PENROSE INVERSE. 1. Introduction. Let C m n be the set of complex m n matrices and C m n

ELA THE OPTIMAL PERTURBATION BOUNDS FOR THE WEIGHTED MOORE-PENROSE INVERSE. 1. Introduction. Let C m n be the set of complex m n matrices and C m n Electronic Journal of Linear Algebra ISSN 08-380 Volume 22, pp. 52-538, May 20 THE OPTIMAL PERTURBATION BOUNDS FOR THE WEIGHTED MOORE-PENROSE INVERSE WEI-WEI XU, LI-XIA CAI, AND WEN LI Abstract. In this

More information

An estimation of the spectral radius of a product of block matrices

An estimation of the spectral radius of a product of block matrices Linear Algebra and its Applications 379 (2004) 267 275 wwwelseviercom/locate/laa An estimation of the spectral radius of a product of block matrices Mei-Qin Chen a Xiezhang Li b a Department of Mathematics

More information

Solving Sparse Integer Linear Systems

Solving Sparse Integer Linear Systems Solving Sparse Integer Linear Systems Wayne Eberly, Mark Giesbrecht, Giorgi Pascal, Arne Storjohann, Gilles Villard To cite this version: Wayne Eberly, Mark Giesbrecht, Giorgi Pascal, Arne Storjohann,

More information

12x + 18y = 30? ax + by = m

12x + 18y = 30? ax + by = m Math 2201, Further Linear Algebra: a practical summary. February, 2009 There are just a few themes that were covered in the course. I. Algebra of integers and polynomials. II. Structure theory of one endomorphism.

More information

On the smallest eigenvalues of covariance matrices of multivariate spatial processes

On the smallest eigenvalues of covariance matrices of multivariate spatial processes On the smallest eigenvalues of covariance matrices of multivariate spatial processes François Bachoc, Reinhard Furrer Toulouse Mathematics Institute, University Paul Sabatier, France Institute of Mathematics

More information

Cryptanalysis of a Zero-Knowledge Identification Protocol of Eurocrypt 95

Cryptanalysis of a Zero-Knowledge Identification Protocol of Eurocrypt 95 Cryptanalysis of a Zero-Knowledge Identification Protocol of Eurocrypt 95 Jean-Sébastien Coron and David Naccache Gemplus Card International 34 rue Guynemer, 92447 Issy-les-Moulineaux, France {jean-sebastien.coron,

More information

On Robbins example of a continued fraction expansion for a quartic power series over F 13

On Robbins example of a continued fraction expansion for a quartic power series over F 13 Journal of Number Theory 28 (2008) 09 5 www.elsevier.com/locate/jnt On Robbins example of a continued fraction expansion for a quartic power series over F 3 Alain Lasjaunias C.N.R.S.-UMR 5465, Université

More information

AN EXPLICIT FORMULA FOR BERNOULLI POLYNOMIALS IN TERMS OF r-stirling NUMBERS OF THE SECOND KIND

AN EXPLICIT FORMULA FOR BERNOULLI POLYNOMIALS IN TERMS OF r-stirling NUMBERS OF THE SECOND KIND ROCKY MOUNTAIN JOURNAL OF MATHEMATICS Volume 46, Number 6, 2016 AN EXPLICIT FORMULA FOR BERNOULLI POLYNOMIALS IN TERMS OF r-stirling NUMBERS OF THE SECOND KIND BAI-NI GUO, ISTVÁN MEZŐ AND FENG QI ABSTRACT.

More information

Singular Value Inequalities for Real and Imaginary Parts of Matrices

Singular Value Inequalities for Real and Imaginary Parts of Matrices Filomat 3:1 16, 63 69 DOI 1.98/FIL16163C Published by Faculty of Sciences Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Singular Value Inequalities for Real Imaginary

More information

9.1 Eigenvectors and Eigenvalues of a Linear Map

9.1 Eigenvectors and Eigenvalues of a Linear Map Chapter 9 Eigenvectors and Eigenvalues 9.1 Eigenvectors and Eigenvalues of a Linear Map Given a finite-dimensional vector space E, letf : E! E be any linear map. If, by luck, there is a basis (e 1,...,e

More information

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}.

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. 2 Arithmetic This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. (See [Houston, Chapters 27 & 28]) 2.1 Greatest common divisors Definition 2.16. If a, b are integers, we say

More information

WRONSKIANS AND LINEAR INDEPENDENCE... f (n 1)

WRONSKIANS AND LINEAR INDEPENDENCE... f (n 1) WRONSKIANS AND LINEAR INDEPENDENCE ALIN BOSTAN AND PHILIPPE DUMAS Abstract We give a new and simple proof of the fact that a finite family of analytic functions has a zero Wronskian only if it is linearly

More information

Numerical Analysis: Solving Systems of Linear Equations

Numerical Analysis: Solving Systems of Linear Equations Numerical Analysis: Solving Systems of Linear Equations Mirko Navara http://cmpfelkcvutcz/ navara/ Center for Machine Perception, Department of Cybernetics, FEE, CTU Karlovo náměstí, building G, office

More information

José Felipe Voloch. Abstract: We discuss the problem of constructing elements of multiplicative high

José Felipe Voloch. Abstract: We discuss the problem of constructing elements of multiplicative high On the order of points on curves over finite fields José Felipe Voloch Abstract: We discuss the problem of constructing elements of multiplicative high order in finite fields of large degree over their

More information

CONGRUENCES FOR GENERALIZED FROBENIUS PARTITIONS WITH AN ARBITRARILY LARGE NUMBER OF COLORS

CONGRUENCES FOR GENERALIZED FROBENIUS PARTITIONS WITH AN ARBITRARILY LARGE NUMBER OF COLORS #A7 INTEGERS 14 (2014) CONGRUENCES FOR GENERALIZED FROBENIUS PARTITIONS WITH AN ARBITRARILY LARGE NUMBER OF COLORS Frank G. Garvan Department of Mathematics, University of Florida, Gainesville, Florida

More information

Computing Minimal Nullspace Bases

Computing Minimal Nullspace Bases Computing Minimal Nullspace ases Wei Zhou, George Labahn, and Arne Storjohann Cheriton School of Computer Science University of Waterloo, Waterloo, Ontario, Canada {w2zhou,glabahn,astorjoh}@uwaterloo.ca

More information