Gauss Seiddel Method

Total Page:16

File Type:pdf, Size:1020Kb

Gauss Seiddel Method Gauss-Jordan Elimination Method The following row operations on the augmented matrix of a system produce the augmented matrix of an equivalent system, i.e., a system with the same solution as the original one. • Interchange any two rows. • Multiply each element of a row by a nonzero constant. • Replace a row by the sum of itself and a constant multiple of another row of the matrix. For these row operations, we will use the following notations. • Ri ↔ Rj means: Interchange row i and row j. • αRi means: Replace row i with α times row i. • Ri + αRj means: Replace row i with the sum of row i and α times row j. The Gauss-Jordan elimination method to solve a system of linear equations is described in the following steps. 1. Write the augmented matrix of the system. 2. Use row operations to transform the augmented matrix in the form described below, which is called the reduced row echelon form (RREF). (a) The rows (if any) consisting entirely of zeros are grouped together at the bottom of the matrix. (b) In each row that does not consist entirely of zeros, the leftmost nonzero element is a 1 (called a leading 1 or a pivot). (c) Each column that contains a leading 1 has zeros in all other entries. (d) The leading 1 in any row is to the left of any leading 1’s in the rows below it. 3. Stop process in step 2 if you obtain a row whose elements are all zeros except the last one on the right. In that case, the system is inconsistent and has no solutions. Otherwise, finish step 2 and read the solutions of the system from the final matrix. Note: When doing step 2, row operations can be performed in any order. Try to choose row opera- tions so that as few fractions as possible are carried through the computation. This makes calculation easier when working by hand. 1 Example 1. Solve the following system by using the Gauss-Jordan elimination method. x + y + z = 5 2x + 3y + 5z = 8 4x + 5z = 2 Solution: The augmented matrix of the system is the following. 1 1 1 5 2 3 5 8 4 0 5 2 We will now perform row operations until we obtain a matrix in reduced row echelon form. 1 1 1 5 1 1 1 5 R2−2R1 2 3 5 8 −−−−−→ 0 1 3 −2 4 0 5 2 4 0 5 2 1 1 1 5 R3−4R1 −−−−−→ 0 1 3 −2 0 −4 1 −18 1 1 1 5 R3+4R2 −−−−−→ 0 1 3 −2 0 0 13 −26 1 1 1 1 5 13 R3 −−−→ 0 1 3 −2 0 0 1 −2 1 1 1 5 R2−3R3 −−−−−→ 0 1 0 4 0 0 1 −2 1 1 0 7 R1−R3 −−−−→ 0 1 0 4 0 0 1 −2 1 0 0 3 R1−R2 −−−−→ 0 1 0 4 0 0 1 −2 From this final matrix, we can read the solution of the system. It is x = 3, y = 4, z = −2. 2 Example 2. Solve the following system by using the Gauss-Jordan elimination method. x + 2y − 3z = 2 6x + 3y − 9z = 6 7x + 14y − 21z = 13 Solution: The augmented matrix of the system is the following. 1 2 −3 2 6 3 −9 6 7 14 −21 13 Let’s now perform row operations on this augmented matrix. 1 2 −3 2 1 2 −3 2 R2−6R1 6 3 −9 6 −−−−−→ 0 −9 9 −6 7 14 −21 13 7 14 −21 13 1 2 −3 2 R3−7R1 −−−−−→ 0 −9 9 −6 0 0 0 −1 We obtain a row whose elements are all zeros except the last one on the right. Therefore, we conclude that the system of equations is inconsistent, i.e., it has no solutions. Example 3. Solve the following system by using the Gauss-Jordan elimination method. 4y + z = 2 2x + 6y − 2z = 3 4x + 8y − 5z = 4 Solution: The augmented matrix of the system is the following. 0 4 1 2 2 6 −2 3 4 8 −5 4 3 We will now perform row operations until we obtain a matrix in reduced row echelon form. 0 4 1 2 2 6 −2 3 R1↔R2 2 6 −2 3 −−−−−→ 0 4 1 2 4 8 −5 4 4 8 −5 4 2 6 −2 3 R3−2R1 −−−−−→ 0 4 1 2 0 −4 −1 −2 2 6 −2 3 R3+R2 −−−−→ 0 4 1 2 0 0 0 0 1 2 6 −2 3 4 R2 −−−→ 0 1 1/4 1/2 0 0 0 0 2 0 −7/2 0 R1−6R2 −−−−−→ 0 1 1/4 1/2 0 0 0 0 1 1 0 −7/4 0 2 R1 −−−→ 0 1 1/4 1/2 0 0 0 0 This last matrix is in reduced row echelon form so we can stop. It corresponds to the augmented matrix of the following system. ( 7 x − 4 z = 0 1 1 y + 4 z = 2 We can express the solutions of this system as 7 1 1 x = 4 z, y = 2 − 4 z. Since there is no specific value for z, it can be chosen arbitrarily. This means that there are infinitely many solutions for this system. We can represent all the solutions by using a parameter t as follows. 7 1 1 x = 4 t, y = 2 − 4 t, z = t Any value of the parameter t gives us a solution of the system. For example, 1 t = 4 gives the solution (x, y, z) = (7, − 2 , 4) 7 t = −2 gives the solution (x, y, z) = (− 2 , 1, −2). 4 Example 4. Solve the following system by using the Gauss-Jordan elimination method. A + B + 2C = 1 2A − B + D = −2 A − B − C − 2D = 4 2A − B + 2C − D = 0 Solution: We will perform row operations on the augmented matrix of the system until we obtain a matrix in reduced row echelon form. 1 1 2 0 1 1 1 2 0 1 1 1 2 0 1 2 −1 0 1 −2 R2−2R1 0 −3 −4 1 −4 R3−R1 0 −3 −4 1 −4 −−−−−→ −−−−→ 1 −1 −1 −2 4 1 −1 −1 −2 4 0 −2 −3 −2 3 2 −1 2 −1 0 2 −1 2 −1 0 2 −1 2 −1 0 1 1 2 0 1 1 1 2 0 1 R4−2R1 0 −3 −4 1 −4 R4−R2 0 −3 −4 1 −4 −−−−−→ −−−−→ 0 −2 −3 −2 3 0 −2 −3 −2 3 0 −3 −2 −1 −2 0 0 2 −2 2 1 1 2 0 1 1 1 2 0 1 − 1 R R2↔R3 0 −2 −3 −2 3 2 2 0 1 3/2 1 −3/2 −−−−−→ −−−−→ 0 −3 −4 1 −4 0 −3 −4 1 −4 0 0 2 −2 2 0 0 2 −2 2 1 1 2 0 1 1 1 2 0 1 R3+3R2 0 1 3/2 1 −3/2 2R3 0 1 3/2 1 −3/2 −−−−−→ −−→ 0 0 1/2 4 −17/2 0 0 1 8 −17 0 0 2 −2 2 0 0 2 −2 2 1 1 2 0 1 1 1 2 0 1 − 1 R R4−2R3 0 1 3/2 1 −3/2 18 4 0 1 3/2 1 −3/2 −−−−−→ −−−−→ 0 0 1 8 −17 0 0 1 8 −17 0 0 0 −18 36 0 0 0 1 −2 1 1 2 0 1 1 1 2 0 1 R3−8R4 0 1 3/2 1 −3/2 R2−R4 0 1 3/2 0 1/2 −−−−−→ −−−−→ 0 0 1 0 −1 0 0 1 0 −1 0 0 0 1 −2 0 0 0 1 −2 1 1 2 0 1 1 0 0 0 1 R − 3 R 2 2 3 0 1 0 0 2 R1−2R3,R1−R2 0 1 0 0 2 −−−−−→ −−−−−−−−−−−→ 0 0 1 0 −1 0 0 1 0 −1 0 0 0 1 −2 0 0 0 1 −2 From this final matrix, we can read the solution of the system. It is A = 1,B = 2,C = −1,D = −2. 5 Chapter 04.08 Gauss-Seidel Method After reading this chapter, you should be able to: 1. solve a set of equations using the Gauss-Seidel method, 2. recognize the advantages and pitfalls of the Gauss-Seidel method, and 3. determine under what conditions the Gauss-Seidel method always converges. Why do we need another method to solve a set of simultaneous linear equations? In certain cases, such as when a system of equations is large, iterative methods of solving equations are more advantageous. Elimination methods, such as Gaussian elimination, are prone to large round-off errors for a large set of equations. Iterative methods, such as the Gauss-Seidel method, give the user control of the round-off error. Also, if the physics of the problem are well known, initial guesses needed in iterative methods can be made more judiciously leading to faster convergence. What is the algorithm for the Gauss-Seidel method? Given a general set of n equations and n unknowns, we have a11 x1 + a12 x2 + a13 x3 + ... + a1n xn = c1 a21 x1 + a22 x2 + a23 x3 + ... + a2n xn = c2 . an1 x1 + an2 x2 + an3 x3 + ... + ann xn = cn If the diagonal elements are non-zero, each equation is rewritten for the corresponding unknown, that is, the first equation is rewritten with x1 on the left hand side, the second equation is rewritten with x2 on the left hand side and so on as follows 04.08.1 04.08.2 Chapter 04.08 c1 − a12 x2 − a13 x3 − a1n xn x1 = a11 c2 − a21 x1 − a23 x3 − a2n xn x2 = a22 cn−1 − an−1,1 x1 − an−1,2 x2 − an−1,n−2 xn−2 − an−1,n xn xn−1 = an−1,n−1 cn − an1 x1 − an2 x2 − − an,n−1 xn−1 xn = ann These equations can be rewritten in a summation form as n c1 − ∑ a1 j x j j=1 j≠1 x1 = a11 n c2 − ∑ a2 j x j j=1 j≠2 x2 = a22 .
Recommended publications
  • Triangular Factorization
    Chapter 1 Triangular Factorization This chapter deals with the factorization of arbitrary matrices into products of triangular matrices. Since the solution of a linear n n system can be easily obtained once the matrix is factored into the product× of triangular matrices, we will concentrate on the factorization of square matrices. Specifically, we will show that an arbitrary n n matrix A has the factorization P A = LU where P is an n n permutation matrix,× L is an n n unit lower triangular matrix, and U is an n ×n upper triangular matrix. In connection× with this factorization we will discuss pivoting,× i.e., row interchange, strategies. We will also explore circumstances for which A may be factored in the forms A = LU or A = LLT . Our results for a square system will be given for a matrix with real elements but can easily be generalized for complex matrices. The corresponding results for a general m n matrix will be accumulated in Section 1.4. In the general case an arbitrary m× n matrix A has the factorization P A = LU where P is an m m permutation× matrix, L is an m m unit lower triangular matrix, and U is an×m n matrix having row echelon structure.× × 1.1 Permutation matrices and Gauss transformations We begin by defining permutation matrices and examining the effect of premulti- plying or postmultiplying a given matrix by such matrices. We then define Gauss transformations and show how they can be used to introduce zeros into a vector. Definition 1.1 An m m permutation matrix is a matrix whose columns con- sist of a rearrangement of× the m unit vectors e(j), j = 1,...,m, in RI m, i.e., a rearrangement of the columns (or rows) of the m m identity matrix.
    [Show full text]
  • Row Echelon Form Matlab
    Row Echelon Form Matlab Lightless and refrigerative Klaus always seal disorderly and interknitting his coati. Telegraphic and crooked Ozzie always kaolinizing tenably and bell his cicatricles. Hateful Shepperd amalgamating, his decors mistiming purifies eximiously. The row echelon form of columns are both stored as One elementary transformations which matlab supports both above are equivalent, row echelon form may instead be used here we also stops all. Learn how we need your given value as nonzero column, row echelon form matlab commands that form, there are called parametric surfaces intersecting in matlab file make this? This article helpful in row echelon form matlab. There has multiple of satisfy all row echelon form matlab. Let be defined by translating from a sum each variable becomes a matrix is there must have already? We drop now vary the Second Derivative Test to determine the type in each critical point of f found above. Matrices in Matlab Arizona Math. The floating point, not change ababaarimes indicate that are displayed, and matrices with row operations for two general solution is a matrix is a line. The matlab will sum or graphing calculators for row echelon form matlab has nontrivial solution as a way: form for each componentwise operation or column echelon form. For accurate part, not sure to explictly give to appropriate was of equations as a comment before entering the appropriate matrices into MATLAB. If necessary, interchange rows to leaving this entry into the first position. But you with matlab do i mean a row echelon form matlab works by spaces and matrices, or multiply matrices.
    [Show full text]
  • Linear Algebra and Matrix Theory
    Linear Algebra and Matrix Theory Chapter 1 - Linear Systems, Matrices and Determinants This is a very brief outline of some basic definitions and theorems of linear algebra. We will assume that you know elementary facts such as how to add two matrices, how to multiply a matrix by a number, how to multiply two matrices, what an identity matrix is, and what a solution of a linear system of equations is. Hardly any of the theorems will be proved. More complete treatments may be found in the following references. 1. References (1) S. Friedberg, A. Insel and L. Spence, Linear Algebra, Prentice-Hall. (2) M. Golubitsky and M. Dellnitz, Linear Algebra and Differential Equa- tions Using Matlab, Brooks-Cole. (3) K. Hoffman and R. Kunze, Linear Algebra, Prentice-Hall. (4) P. Lancaster and M. Tismenetsky, The Theory of Matrices, Aca- demic Press. 1 2 2. Linear Systems of Equations and Gaussian Elimination The solutions, if any, of a linear system of equations (2.1) a11x1 + a12x2 + ··· + a1nxn = b1 a21x1 + a22x2 + ··· + a2nxn = b2 . am1x1 + am2x2 + ··· + amnxn = bm may be found by Gaussian elimination. The permitted steps are as follows. (1) Both sides of any equation may be multiplied by the same nonzero constant. (2) Any two equations may be interchanged. (3) Any multiple of one equation may be added to another equation. Instead of working with the symbols for the variables (the xi), it is eas- ier to place the coefficients (the aij) and the forcing terms (the bi) in a rectangular array called the augmented matrix of the system. a11 a12 .
    [Show full text]
  • Solutions Linear Algebra: Gradescope Problem Set 3 (1) Suppose a Has 4
    Solutions Linear Algebra: Gradescope Problem Set 3 (1) Suppose A has 4 rows and 3 columns, and suppose b 2 R4. If Ax = b has exactly one solution, what can you say about the reduced row echelon form of A? Explain. Solution: If Ax = b has exactly one solution, there cannot be any free variables in this system. Since free variables correspond to non-pivot columns in the reduced row echelon form of A, we deduce that every column is a pivot column. Thus the reduced row echelon form must be 0 1 1 0 0 B C B0 1 0C @0 0 1A 0 0 0 (2) Indicate whether each statement is true or false. If it is false, give a counterexample. (a) The vector b is a linear combination of the columns of A if and only if Ax = b has at least one solution. (b) The equation Ax = b is consistent only if the augmented matrix [A j b] has a pivot position in each row. (c) If matrices A and B are row equvalent m × n matrices and b 2 Rm, then the equations Ax = b and Bx = b have the same solution set. (d) If A is an m × n matrix whose columns do not span Rm, then the equation Ax = b is inconsistent for some b 2 Rm. Solution: (a) True, as Ax can be expressed as a linear combination of the columns of A via the coefficients in x. (b) Not necessarily. Suppose A is the zero matrix and b is the zero vector.
    [Show full text]
  • A Note on Nonnegative Diagonally Dominant Matrices Geir Dahl
    UNIVERSITY OF OSLO Department of Informatics A note on nonnegative diagonally dominant matrices Geir Dahl Report 269, ISBN 82-7368-211-0 April 1999 A note on nonnegative diagonally dominant matrices ∗ Geir Dahl April 1999 ∗ e make some observations concerning the set C of real nonnegative, W n diagonally dominant matrices of order . This set is a symmetric and n convex cone and we determine its extreme rays. From this we derive ∗ dierent results, e.g., that the rank and the kernel of each matrix A ∈Cn is , and may b e found explicitly. y a certain supp ort graph of determined b A ∗ ver, the set of doubly sto chastic matrices in C is studied. Moreo n Keywords: Diagonal ly dominant matrices, convex cones, graphs and ma- trices. 1 An observation e recall that a real matrix of order is called diagonal ly dominant if W P A n | |≥ | | for . If all these inequalities are strict, is ai,i j=6 i ai,j i =1,...,n A strictly diagonal ly dominant. These matrices arise in many applications as e.g., discretization of partial dierential equations [14] and cubic spline interp ola- [10], and a typical problem is to solve a linear system where tion Ax = b strictly diagonally dominant, see also [13]. Strict diagonal dominance A is is a criterion which is easy to check for nonsingularity, and this is imp ortant for the estimation of eigenvalues confer Ger²chgorin disks, see e.g. [7]. For more ab out diagonally dominant matrices, see [7] or [13]. A matrix is called nonnegative positive if all its elements are nonnegative p ositive.
    [Show full text]
  • Block Matrices in Linear Algebra
    PRIMUS Problems, Resources, and Issues in Mathematics Undergraduate Studies ISSN: 1051-1970 (Print) 1935-4053 (Online) Journal homepage: https://www.tandfonline.com/loi/upri20 Block Matrices in Linear Algebra Stephan Ramon Garcia & Roger A. Horn To cite this article: Stephan Ramon Garcia & Roger A. Horn (2020) Block Matrices in Linear Algebra, PRIMUS, 30:3, 285-306, DOI: 10.1080/10511970.2019.1567214 To link to this article: https://doi.org/10.1080/10511970.2019.1567214 Accepted author version posted online: 05 Feb 2019. Published online: 13 May 2019. Submit your article to this journal Article views: 86 View related articles View Crossmark data Full Terms & Conditions of access and use can be found at https://www.tandfonline.com/action/journalInformation?journalCode=upri20 PRIMUS, 30(3): 285–306, 2020 Copyright # Taylor & Francis Group, LLC ISSN: 1051-1970 print / 1935-4053 online DOI: 10.1080/10511970.2019.1567214 Block Matrices in Linear Algebra Stephan Ramon Garcia and Roger A. Horn Abstract: Linear algebra is best done with block matrices. As evidence in sup- port of this thesis, we present numerous examples suitable for classroom presentation. Keywords: Matrix, matrix multiplication, block matrix, Kronecker product, rank, eigenvalues 1. INTRODUCTION This paper is addressed to instructors of a first course in linear algebra, who need not be specialists in the field. We aim to convince the reader that linear algebra is best done with block matrices. In particular, flexible thinking about the process of matrix multiplication can reveal concise proofs of important theorems and expose new results. Viewing linear algebra from a block-matrix perspective gives an instructor access to use- ful techniques, exercises, and examples.
    [Show full text]
  • Linear Algebra Review
    Linear Algebra Review Kaiyu Zheng October 2017 Linear algebra is fundamental for many areas in computer science. This document aims at providing a reference (mostly for myself) when I need to remember some concepts or examples. Instead of a collection of facts as the Matrix Cookbook, this document is more gentle like a tutorial. Most of the content come from my notes while taking the undergraduate linear algebra course (Math 308) at the University of Washington. Contents on more advanced topics are collected from reading different sources on the Internet. Contents 3.8 Exponential and 7 Special Matrices 19 Logarithm...... 11 7.1 Block Matrix.... 19 1 Linear System of Equa- 3.9 Conversion Be- 7.2 Orthogonal..... 20 tions2 tween Matrix Nota- 7.3 Diagonal....... 20 tion and Summation 12 7.4 Diagonalizable... 20 2 Vectors3 7.5 Symmetric...... 21 2.1 Linear independence5 4 Vector Spaces 13 7.6 Positive-Definite.. 21 2.2 Linear dependence.5 4.1 Determinant..... 13 7.7 Singular Value De- 2.3 Linear transforma- 4.2 Kernel........ 15 composition..... 22 tion.........5 4.3 Basis......... 15 7.8 Similar........ 22 7.9 Jordan Normal Form 23 4.4 Change of Basis... 16 3 Matrix Algebra6 7.10 Hermitian...... 23 4.5 Dimension, Row & 7.11 Discrete Fourier 3.1 Addition.......6 Column Space, and Transform...... 24 3.2 Scalar Multiplication6 Rank......... 17 3.3 Matrix Multiplication6 8 Matrix Calculus 24 3.4 Transpose......8 5 Eigen 17 8.1 Differentiation... 24 3.4.1 Conjugate 5.1 Multiplicity of 8.2 Jacobian......
    [Show full text]
  • What Is on Today 1 Row Reduction and Echelon Forms
    MA 242 (Linear Algebra) Lecture 2: January 23, 2018 Section B1 Professor Jennifer Balakrishnan, [email protected] What is on today 1 Row reduction and echelon forms1 1 Row reduction and echelon forms Lay{Lay{McDonald x1:2 pp. 12 { 24 Today we will refine the method introduced in the previous class into a row reduction algo- rithm that will allow us to analyze any system of linear equations. In the definitions that follow, a nonzero row or nonzero column in a matrix means a row or column that has at least one nonzero entry. A leading entry of a row refers to the leftmost nonzero entry in a nonzero row. A rectangular matrix is in echelon form (or row echelon form) if it has the following three properties: 1. All nonzero rows are above any rows of all zeros. 2. Each leading entry of a row is in a column to the right of the leading entry of the row above it. 3. All entries in a column below a leading entry are zeros. If a matrix in echelon form satisfies the following additional conditions, then it is in reduced echelon form or reduced row echelon form: 4. The leading entry in each nonzero row is 1. 5. Each leading 1 is the only nonzero entry in its column. An echelon matrix (respectively, reduced echelon matrix) is one that is in echelon form (respectively, reduced echelon form). Example 1 The following matrix is in echelon form. The leading entries () may have any nonzero value. The starred entries (*) may have any value (including zero): 2 3 ∗ ∗ ∗ 6 0 ∗ ∗7 6 7 4 0 0 0 05 0 0 0 0 1 MA 242 (Linear Algebra) Lecture 2: January 23, 2018 Section B1 Property 2 above says that the leading entries form an echelon (\steplike") pattern that moves down and to the right through the matrix.
    [Show full text]
  • Lecture 12 Elementary Matrices and Finding Inverses
    Mathematics 13: Lecture 12 Elementary Matrices and Finding Inverses Dan Sloughter Furman University January 30, 2008 Dan Sloughter (Furman University) Mathematics 13: Lecture 12 January 30, 2008 1 / 24 I A is invertible. I The only solution to A~x = ~0 is the trivial solution ~x = ~0. I The reduced row-echelon form of A is In. ~ ~ n I A~x = b has a solution for b in R . I There exists an n × n matrix C for which AC = In. Result from previous lecture I The following statements are equivalent for an n × n matrix A: Dan Sloughter (Furman University) Mathematics 13: Lecture 12 January 30, 2008 2 / 24 I The only solution to A~x = ~0 is the trivial solution ~x = ~0. I The reduced row-echelon form of A is In. ~ ~ n I A~x = b has a solution for b in R . I There exists an n × n matrix C for which AC = In. Result from previous lecture I The following statements are equivalent for an n × n matrix A: I A is invertible. Dan Sloughter (Furman University) Mathematics 13: Lecture 12 January 30, 2008 2 / 24 I The reduced row-echelon form of A is In. ~ ~ n I A~x = b has a solution for b in R . I There exists an n × n matrix C for which AC = In. Result from previous lecture I The following statements are equivalent for an n × n matrix A: I A is invertible. I The only solution to A~x = ~0 is the trivial solution ~x = ~0. Dan Sloughter (Furman University) Mathematics 13: Lecture 12 January 30, 2008 2 / 24 ~ ~ n I A~x = b has a solution for b in R .
    [Show full text]
  • Math 327 the Echelon Form of a Matrix Definition: an M × N Matrix A
    Math 327 The Echelon Form of a Matrix Definition: An m × n matrix A is said to be in reduced row echelon form if it satisfies the following properties: • All zero rows, if there are any, appear at the bottom of the matrix. • The first non-zero entry (from the left) of a non-zero row is a 1 [This entry is called the leading one of its row.] • For each non-zero row, the leading one appears to the right and below and leading ones in preceding rows. • If a column contains a leading one, then all other entries in that column are zero. Notes: • A matrix in reduced row echelon form looks like a “staircase” of leading ones descending from the upper left corner of the matrix. • An m × n matrix that satisfies the first three properties above is said to be in row echelon form. • By interchanging the roles of rows and columns in the definition given above, we can define the reduced column echelon form and the column echelon form of an m × n matrix. Examples: 1 −35 7 2 1 −35 7 2 1 −30 7 2 1 0 0 0 0 0 1 −1 4 0 0 1 −1 4 0 0 1 −1 4 A = 0 0 1 0 , B = C = , D = 00010 01000 00000 0 0 0 0 00000 00000 00001 Definition: An elementary row (column) operation on a matrix A is any one of the following operations: • Type I: Interchange any two rows (columns). • Type II: Multiply a row (column) by a non-zero number.
    [Show full text]
  • (K, N) Threshold Secret Sharing Schemes
    Journal of Information Processing Vol.29 266–274 (Mar. 2021) [DOI: 10.2197/ipsjjip.29.266] Technical Note New Proof Techniques Using the Properties of Circulant Matrices for XOR-based (k, n) Threshold Secret Sharing Schemes Koji Shima1,a) Hiroshi Doi1,b) Received: June 19, 2020, Accepted: December 1, 2020 Abstract: Several secret sharing schemes with low computational costs have been proposed. XOR-based secret shar- ing schemes have been reported to be a part of such low-cost schemes. However, no discussion has been provided on the connection between them and the properties of circulant matrices. In this paper, we propose several theorems of circulant matrices to discuss the rank of a matrix and then show that we can discuss XOR-based secret sharing schemes using the properties of circulant matrices. We also present an evaluation of our software implementation. Keywords: secret sharing scheme, XOR-based scheme, circulant matrix, software implementation posed. The schemes of Fujii et al. [3] and Kurihara et al. [4], [5] 1. Introduction are reported as such (k, n) threshold schemes. Kurihara et al. [6] In modern information society, a strong need exists to securely then proposed an XOR-based (k, L, n) ramp scheme. store large amounts of secret information to prevent informa- tion theft or leakage and avoid information loss. Secret shar- 1.2 Fast Schemes ing schemes are known to simultaneously satisfy the need to dis- Operations over GF(2L), where GF is the Galois or finite tribute and manage secret information, so that such information field, yield fast schemes, but one multiplication operation requires theft and loss can be prevented.
    [Show full text]
  • Matrices, Jordan Normal Forms, and Spectral Radius Theory∗
    Matrices, Jordan Normal Forms, and Spectral Radius Theory∗ René Thiemann and Akihisa Yamada February 23, 2021 Abstract Matrix interpretations are useful as measure functions in termina- tion proving. In order to use these interpretations also for complexity analysis, the growth rate of matrix powers has to examined. Here, we formalized an important result of spectral radius theory, namely that the growth rate is polynomially bounded if and only if the spectral radius of a matrix is at most one. To formally prove this result we first studied the growth rates of matrices in Jordan normal form, and prove the result that every com- plex matrix has a Jordan normal form by means of two algorithms: we first convert matrices into similar ones via Schur decomposition, and then apply a second algorithm which converts an upper-triangular matrix into Jordan normal form. We further showed uniqueness of Jordan normal forms which then gives rise to a modular algorithm to compute individual blocks of a Jordan normal form. The whole development is based on a new abstract type for matri- ces, which is also executable by a suitable setup of the code generator. It completely subsumes our former AFP-entry on executable matri- ces [6], and its main advantage is its close connection to the HMA- representation which allowed us to easily adapt existing proofs on de- terminants. All the results have been applied to improve CeTA [7, 1], our certifier to validate termination and complexity proof certificates. Contents 1 Introduction 4 2 Missing Ring 5 3 Missing Permutations 9 3.1 Instantiations ..........................
    [Show full text]