A Note on Product Range of 3-by-3 Normal Matrices

Size: px
Start display at page:

Download "A Note on Product Range of 3-by-3 Normal Matrices"

Transcription

1 International Mathematical Forum, Vol. 11, 2016, no. 18, HIKARI Ltd, A Note on Product Range of 3-by-3 Normal Matrices Peng-Ruei Huang Graduate School of Hirosaki University Hirosaki , Japan Hiroshi Nakazato Department of Mathematical Science Faculty of Science and Technology, Hirosaki University Hirosaki , Japan Copyright c 2016 Peng-Ruei Huang and Hiroshi Nakazato. This article is distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract In this note, some invariant under unitary similarity is discussed for 3-by-3 normal matrices. Especially, MATLAB programs for plotting the product ranges are provided. Mathematics Subject Classification: 15A60, 11R29 Keywords: Product range, numerical range, convex set, plotting 1. Introduction Let A be an n n complex matrix. For any integer k with 1 k n, the k-product range is defined to be { k } Wk Π (A) = (UAU ) ii : U is a unitary matrix. i=1

2 886 Peng-Ruei Huang and Hiroshi Nakazato When k equals 1, the product range is the classical numerical range of A W (A) = {x Ax : x C n, x x = 1}. Hence Wk Π (A) is one of a generalized numerical range. Many properties of the classical numerical range and some generalized numerical ranges have been studied and obtained extensively from the last century due to they have been widely applied to many areas, for instance, numerical analysis, perturbation theory and quantum physics, etc [2, 3, 12]. One of the famous results is the Toeplitz-Hausdorff Theorem which indicates that the classical numerical range is always convex for any n n complex matrix A. Indeed, Toeplitz [13] proved the convexity of the boundary W (A) and later Hausdorff [5] proved the simply connectedness of W (A) [4]. Especially, when A is a normal matrix which means A commutes with its conjugate transpose, we have W (A) = Conv(σ(A)) where Conv and σ(a) are the convex hull and the spectrum of A, respectively. In this note, we will concern the convexity of the k-product range of any 3 3 normal matrix. The concept of product ranges was introduced firstly by Marvin Marcus [8] in Bebiano, Li and Providência [1] investigated some geometrical properties, such as convexity, star-shapedness and simply connectedness of Wk Π(A) in In particular, they have shown that W k Π (A) is not generally simply connected when A is an n n normal matrix with n 4. In addition, they also gave an example which shows that W3 Π (A) is not convex when A is a 3 3 normal matrix. Hence Wk Π (A) is not necessary convex in general even when A is normal. However, for the 2-by-2 case, Hu and Tam [6] have shown that W2 Π (A) is a line segment if and only if A is normal. Recently, the authors [7] of this article provide some sufficient conditions for the convexity of W2 Π (A) when A is a 3 3 normal matrix. Before we consider the k-product range of a 3 3 normal matrix, we need the following elementary observation. Let N be an n n normal matrix. As a normal matrix is unitarily diagonalizable, we may assume N is a diagonal matrix whose diagonal entries are the eigenvalues of N, that is, N = diag(λ 1, λ 2,..., λ n ). An n n real matrix A is said to be unistochastic if each entry a ij of A can be expressed as a ij = u ij 2, for some n n unitary matrix U = (u ij ). Note that a unistochastic matrix is a doubly stochatic matrix which means each row and column sums are 1, as U is

3 Product range of 3-by-3 normal matrices 887 a unitary matrix. For any k {1, 2,..., n}, by a simple calculation, we have k (UNU ) ii = i=1 = k n u ij 2 λ j i=1 j=1 k i=1 j=1 n a ij λ j where (a ij ) is a unistochastic matrix. Hence, the k-product range of an n n normal matrix N can be defined equivalently by { k } n Wk Π (N) = a ij λ j : (a ij ) is a unistochastic matrix. i=1 j=1 The equivalent definition is very useful for investigating the product range of any normal matrix. 2. Plotting the product range In this section, we provide two MATLAB programs for plotting the 2- product range and 3-product range of any 3 3 normal matrix. For convenience, they are written as an m-file for MATLAB. The range Wk Π (N) is a compact subset of the Guassian plane C. We approximate it by its finite many representative points. We adopt as the number of representative points in the examples in Section 3. The following program is in order to plot the 2-product range. function y = p(p,q,r,m) a = ones(1,m+1); t = 0:pi/m:pi; s = 0:pi/m:pi; u = 0:pi/m:pi; b1 = kron(a,a); b11 = kron(cos(t),b1); b12 = kron(cos(s),a); b12 = kron(sin(t),b12); b21 = kron(a,sin(u)); b21 = kron(sin(t),b21); b2 = kron(cos(s),sin(u)); bb2 = kron(cos(t),b2); b3 = kron(sin(s),cos(u)); bb3 = kron(a,b3);

4 888 Peng-Ruei Huang and Hiroshi Nakazato b22 = -bb2 - bb3; a11 = b11.^2; a12 = b12.^2; a21 = b21.^2; a22 = b22.^2; a13 = 1 - a11 - a12; a23 = 1 - a21 - a22; a31 = 1 - a11 - a21; a32 = 1 - a12 - a22; a33 = 1 - a31 - a32; X = a11.* p + a12.* q + a13.* r; Y = a21.* p + a22.* q + a23.* r; Z = X.* Y; XX = real(z); YY = imag(z); grid; plot(xx,yy) For plotting the 3-product range of a 3 3 normal matrix, we only need to replace 5 codes from the bottom to the above by following : Z = a31.* p + a32.* q + a33.* r; ZZ = X.* Y.* Z; XX = real(zz); YY = imag(zz); grid; plot(xx,yy) In the above two programs, p, q and r are the diagonal entries of the given normal matrix N. For finer approximation, we can replace m by another large number. Of course, it needs more computational times for larger number m. 3. Examples In this section, we will provide some examples by using the programs in Section 2 and a conjecture will be posed for further work. We set m = 200 in the programs. Example 3.1. Let N = diag(1, ω, ω 2 ) where ω 3 = 1. Figure 1 and Figure 2 are the graphs of W Π 2 (N) and W Π 3 (N), respectively. Note that the diagonal entries of N satisfy Theorem 2.1 in [7], so W Π 2 (N) is a triangle Conv(1, ω, ω 2 ).

5 Product range of 3-by-3 normal matrices 889 Figure 1: W Π 2 (N) Figure 2: W Π 3 (N) Example 3.2. Let N = diag( 75i, 7 21i, 7 21 i). Note that the origin is the inner center of the triangle consisting of the diagonal entries of N. But W2 Π (N) is not convex. See Figure 3. Figure 3: W Π 2 (N) Although the numerical experiments indicate that the product range of a 3 3 normal matrix is not necessary convex, they seem like star-shaped and simply connected. Hence, we end this note by providing the following problem for further researching investigation. Question 3.3. Are the product ranges W Π 2 (N) and W Π 3 (N) for any 3 3 normal matrix always star-shaped or simply connected? Acknowledgements. The second author was supported in part by Japan Society for the Promotion of Science, KAKENHI, project number 15K04890.

6 890 Peng-Ruei Huang and Hiroshi Nakazato References [1] N. Bebiano, C.K. Li and J. da Providência, Product of diagonal elements of matrices, Linear Algebra and its Appl., 178 (1993), [2] N. Bebiano and J. da Providência, Numerical ranges in physics, Linear and Multilinear Algebra, 43 (1998), [3] R. Bhatia, Matrix Analysis, Springer-Verlag, New-York, [4] K.E. Gustafson and D.K.M. Rao, Numerical Range : The Field of Values of Linear Operators and Matrices, Springer-Verlag, New York, [5] F. Hausdorff, Der wertvorrat einer bilinearform, Math. Zeitschrift, 3 (1919), [6] S.A. Hu and T.Y. Tam, On the generalized numerical range with principal character, Linear and Multilinear Algebra, 30 (1991), [7] P.-R. Huang and H. Nakazato, Product of two diagonal entries of a 3-by-3 normal matrix, submitted. [8] M. Marcus, Derivations, Plucker relations, and the numerical range, Indiana Univ. Math. J., 22 (1973), [9] M. Marcus, Matlab and Matrices : A Tutorial, Prentice Hall, [10] H. Nakazato, N. Bebiano and J. da Providência, Product of diagonal entries of the unitary orbit of a 3-by-3 normal matrix, Linear Algebra and its Appl., 429 (2008), [11] H. Nakazato, A. Kovacec, N, Bebiano and J. da Providência, The main diagonal products of 3 3 normal matrices whose eigenvalues are the third roots of unity. The Natalia Bebiano anniversary volume, Textos Mat. Ser. B, 44, Univ. Coimbra, Coimbra, 2013, [12] J. da Providência, The numerical ranges of derivations and quantum physics, Linear and Multilinear Algebra, 37 (1994),

7 Product range of 3-by-3 normal matrices 891 [13] O. Toeplitz, Das algebraische Analogon zu einem Satz von Fejér, Math. Zeitschrift, 2 (1918), Received: July 27, 2016; Published: September 19, 2016

b jσ(j), Keywords: Decomposable numerical range, principal character AMS Subject Classification: 15A60

b jσ(j), Keywords: Decomposable numerical range, principal character AMS Subject Classification: 15A60 On the Hu-Hurley-Tam Conjecture Concerning The Generalized Numerical Range Che-Man Cheng Faculty of Science and Technology, University of Macau, Macau. E-mail: fstcmc@umac.mo and Chi-Kwong Li Department

More information

The Improved Arithmetic-Geometric Mean Inequalities for Matrix Norms

The Improved Arithmetic-Geometric Mean Inequalities for Matrix Norms Applied Mathematical Sciences, Vol 7, 03, no 9, 439-446 HIKARI Ltd, wwwm-hikaricom The Improved Arithmetic-Geometric Mean Inequalities for Matrix Norms I Halil Gumus Adıyaman University, Faculty of Arts

More information

Solving Homogeneous Systems with Sub-matrices

Solving Homogeneous Systems with Sub-matrices Pure Mathematical Sciences, Vol 7, 218, no 1, 11-18 HIKARI Ltd, wwwm-hikaricom https://doiorg/112988/pms218843 Solving Homogeneous Systems with Sub-matrices Massoud Malek Mathematics, California State

More information

A Family of Nonnegative Matrices with Prescribed Spectrum and Elementary Divisors 1

A Family of Nonnegative Matrices with Prescribed Spectrum and Elementary Divisors 1 International Mathematical Forum, Vol, 06, no 3, 599-63 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/0988/imf0668 A Family of Nonnegative Matrices with Prescribed Spectrum and Elementary Divisors Ricardo

More information

Traditional Mathematics in the Aomori Prefecture

Traditional Mathematics in the Aomori Prefecture International Mathematical Forum, Vol. 9, 014, no. 33, 1639-1645 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/imf.014.49158 Traditional Mathematics in the Aomori Prefecture Noriaki Nagase Department

More information

1 Linear Algebra Problems

1 Linear Algebra Problems Linear Algebra Problems. Let A be the conjugate transpose of the complex matrix A; i.e., A = A t : A is said to be Hermitian if A = A; real symmetric if A is real and A t = A; skew-hermitian if A = A and

More information

3-by-3 matrices with elliptical numerical range revisited

3-by-3 matrices with elliptical numerical range revisited Electronic Journal of Linear Algebra Volume 26 Volume 26 (2013) Article 12 2013 3-by-3 matrices with elliptical numerical range revisited Patrick X. Rault Tsvetanka Sendova Ilya M. Spitkovsky ilya@math.wm.edu

More information

Convexity and Star-shapedness of Real Linear Images of Special Orthogonal Orbits

Convexity and Star-shapedness of Real Linear Images of Special Orthogonal Orbits Convexity and Star-shapedness of Real Linear Images of Special Orthogonal Orbits Pan-Shun Lau 1, Tuen-Wai Ng 1, and Nam-Kiu Tsing 1 1 Department of Mathematics, The University of Hong Kong, Pokfulam, Hong

More information

On the Power of Standard Polynomial to M a,b (E)

On the Power of Standard Polynomial to M a,b (E) International Journal of Algebra, Vol. 10, 2016, no. 4, 171-177 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.6214 On the Power of Standard Polynomial to M a,b (E) Fernanda G. de Paula

More information

DAVIS WIELANDT SHELLS OF NORMAL OPERATORS

DAVIS WIELANDT SHELLS OF NORMAL OPERATORS DAVIS WIELANDT SHELLS OF NORMAL OPERATORS CHI-KWONG LI AND YIU-TUNG POON Dedicated to Professor Hans Schneider for his 80th birthday. Abstract. For a finite-dimensional operator A with spectrum σ(a), the

More information

Some inequalities for unitarily invariant norms of matrices

Some inequalities for unitarily invariant norms of matrices Wang et al Journal of Inequalities and Applications 011, 011:10 http://wwwjournalofinequalitiesandapplicationscom/content/011/1/10 RESEARCH Open Access Some inequalities for unitarily invariant norms of

More information

Diophantine Equations. Elementary Methods

Diophantine Equations. Elementary Methods International Mathematical Forum, Vol. 12, 2017, no. 9, 429-438 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.7223 Diophantine Equations. Elementary Methods Rafael Jakimczuk División Matemática,

More information

Remarks on the Maximum Principle for Parabolic-Type PDEs

Remarks on the Maximum Principle for Parabolic-Type PDEs International Mathematical Forum, Vol. 11, 2016, no. 24, 1185-1190 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2016.69125 Remarks on the Maximum Principle for Parabolic-Type PDEs Humberto

More information

On Symmetric Bi-Multipliers of Lattice Implication Algebras

On Symmetric Bi-Multipliers of Lattice Implication Algebras International Mathematical Forum, Vol. 13, 2018, no. 7, 343-350 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2018.8423 On Symmetric Bi-Multipliers of Lattice Implication Algebras Kyung Ho

More information

AN EXTENSION OF YAMAMOTO S THEOREM ON THE EIGENVALUES AND SINGULAR VALUES OF A MATRIX

AN EXTENSION OF YAMAMOTO S THEOREM ON THE EIGENVALUES AND SINGULAR VALUES OF A MATRIX Unspecified Journal Volume 00, Number 0, Pages 000 000 S????-????(XX)0000-0 AN EXTENSION OF YAMAMOTO S THEOREM ON THE EIGENVALUES AND SINGULAR VALUES OF A MATRIX TIN-YAU TAM AND HUAJUN HUANG Abstract.

More information

determinantal conjecture, Marcus-de Oliveira, determinants, normal matrices,

determinantal conjecture, Marcus-de Oliveira, determinants, normal matrices, 1 3 4 5 6 7 8 BOUNDARY MATRICES AND THE MARCUS-DE OLIVEIRA DETERMINANTAL CONJECTURE AMEET SHARMA Abstract. We present notes on the Marcus-de Oliveira conjecture. The conjecture concerns the region in the

More information

k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities and Norms of Hankel Matrices

k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities and Norms of Hankel Matrices International Journal of Mathematical Analysis Vol. 9, 05, no., 3-37 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/ijma.05.4370 k-pell, k-pell-lucas and Modified k-pell Numbers: Some Identities

More information

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class International Mathematical Forum, Vol. 9, 2014, no. 29, 1389-1396 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.47141 Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the

More information

NOTES ON THE NUMERICAL RANGE

NOTES ON THE NUMERICAL RANGE NOTES ON THE NUMERICAL RANGE JOEL H. SHAPIRO Abstract. This is an introduction to the notion of numerical range for bounded linear operators on Hilbert space. The main results are: determination of the

More information

Matrix Inequalities by Means of Block Matrices 1

Matrix Inequalities by Means of Block Matrices 1 Mathematical Inequalities & Applications, Vol. 4, No. 4, 200, pp. 48-490. Matrix Inequalities by Means of Block Matrices Fuzhen Zhang 2 Department of Math, Science and Technology Nova Southeastern University,

More information

Some Reviews on Ranks of Upper Triangular Block Matrices over a Skew Field

Some Reviews on Ranks of Upper Triangular Block Matrices over a Skew Field International Mathematical Forum, Vol 13, 2018, no 7, 323-335 HIKARI Ltd, wwwm-hikaricom https://doiorg/1012988/imf20188528 Some Reviews on Ranks of Upper Triangular lock Matrices over a Skew Field Netsai

More information

Numerical Solution of Heat Equation by Spectral Method

Numerical Solution of Heat Equation by Spectral Method Applied Mathematical Sciences, Vol 8, 2014, no 8, 397-404 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/1012988/ams201439502 Numerical Solution of Heat Equation by Spectral Method Narayan Thapa Department

More information

Complete Ideal and n-ideal of B-algebra

Complete Ideal and n-ideal of B-algebra Applied Mathematical Sciences, Vol. 11, 2017, no. 35, 1705-1713 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.75159 Complete Ideal and n-ideal of B-algebra Habeeb Kareem Abdullah University

More information

Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric Spaces

Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric Spaces International Journal of Mathematical Analysis Vol. 11, 2017, no. 6, 267-275 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijma.2017.717 Caristi-type Fixed Point Theorem of Set-Valued Maps in Metric

More information

Toric Deformation of the Hankel Variety

Toric Deformation of the Hankel Variety Applied Mathematical Sciences, Vol. 10, 2016, no. 59, 2921-2925 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6248 Toric Deformation of the Hankel Variety Adelina Fabiano DIATIC - Department

More information

Decomposable Numerical Ranges on Orthonormal Tensors

Decomposable Numerical Ranges on Orthonormal Tensors Decomposable Numerical Ranges on Orthonormal Tensors Chi-Kwong Li Department of Mathematics, College of William and Mary, P.O.Box 8795, Williamsburg, Virginia 23187-8795, USA. E-mail: ckli@math.wm.edu

More information

On the Laplacian Energy of Windmill Graph. and Graph D m,cn

On the Laplacian Energy of Windmill Graph. and Graph D m,cn International Journal of Contemporary Mathematical Sciences Vol. 11, 2016, no. 9, 405-414 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijcms.2016.6844 On the Laplacian Energy of Windmill Graph

More information

Cost Allocation for Outside Sources Replacing Service Departments

Cost Allocation for Outside Sources Replacing Service Departments Applied Mathematical Sciences, Vol. 7, 2013, no. 26, 1263-1273 HIKARI Ltd, www.m-hikari.com Cost Allocation for Outside Sources Replacing Service Departments Franklin Lowenthal and Massoud Malek California

More information

Explicit Expressions for Free Components of. Sums of the Same Powers

Explicit Expressions for Free Components of. Sums of the Same Powers Applied Mathematical Sciences, Vol., 27, no. 53, 2639-2645 HIKARI Ltd, www.m-hikari.com https://doi.org/.2988/ams.27.79276 Explicit Expressions for Free Components of Sums of the Same Powers Alexander

More information

Trigonometric Polynomials and Quartic Hyperbolic Ternary Forms

Trigonometric Polynomials and Quartic Hyperbolic Ternary Forms International Journal of Algebra, Vol. 5, 2011, no. 4, 159-166 Trigonometric Polynomials and Quartic Hyperbolic Ternary Forms Seiji Kitamura Graduate School of Science and Technology Hirosaki University,

More information

GENERALIZED NUMERICAL RANGES AND QUANTUM ERROR CORRECTION

GENERALIZED NUMERICAL RANGES AND QUANTUM ERROR CORRECTION J. OPERATOR THEORY 00:0(0000, 101 110 Copyright by THETA, 0000 GENERALIZED NUMERICAL RANGES AND QUANTUM ERROR CORRECTION CHI-KWONG LI and YIU-TUNG POON Communicated by Editor ABSTRACT. For a noisy quantum

More information

A Generalization of p-rings

A Generalization of p-rings International Journal of Algebra, Vol. 9, 2015, no. 8, 395-401 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2015.5848 A Generalization of p-rings Adil Yaqub Department of Mathematics University

More information

A New Characterization of A 11

A New Characterization of A 11 International Journal of Algebra, Vol. 8, 2014, no. 6, 253-266 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2014.4211 A New Characterization of A 11 Yong Yang, Shitian Liu and Yanhua Huang

More information

Secure Weakly Convex Domination in Graphs

Secure Weakly Convex Domination in Graphs Applied Mathematical Sciences, Vol 9, 2015, no 3, 143-147 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/1012988/ams2015411992 Secure Weakly Convex Domination in Graphs Rene E Leonida Mathematics Department

More information

Convex Sets Strict Separation in Hilbert Spaces

Convex Sets Strict Separation in Hilbert Spaces Applied Mathematical Sciences, Vol. 8, 2014, no. 64, 3155-3160 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.44257 Convex Sets Strict Separation in Hilbert Spaces M. A. M. Ferreira 1

More information

ALUTHGE ITERATION IN SEMISIMPLE LIE GROUP. 1. Introduction Given 0 < λ < 1, the λ-aluthge transform of X C n n [4]:

ALUTHGE ITERATION IN SEMISIMPLE LIE GROUP. 1. Introduction Given 0 < λ < 1, the λ-aluthge transform of X C n n [4]: Unspecified Journal Volume 00, Number 0, Pages 000 000 S????-????(XX)0000-0 ALUTHGE ITERATION IN SEMISIMPLE LIE GROUP HUAJUN HUANG AND TIN-YAU TAM Abstract. We extend, in the context of connected noncompact

More information

Restrained Weakly Connected Independent Domination in the Corona and Composition of Graphs

Restrained Weakly Connected Independent Domination in the Corona and Composition of Graphs Applied Mathematical Sciences, Vol. 9, 2015, no. 20, 973-978 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121046 Restrained Weakly Connected Independent Domination in the Corona and

More information

Equivalent Multivariate Stochastic Processes

Equivalent Multivariate Stochastic Processes International Journal of Mathematical Analysis Vol 11, 017, no 1, 39-54 HIKARI Ltd, wwwm-hikaricom https://doiorg/101988/ijma01769111 Equivalent Multivariate Stochastic Processes Arnaldo De La Barrera

More information

Algebraic Models in Different Fields

Algebraic Models in Different Fields Applied Mathematical Sciences, Vol. 8, 2014, no. 167, 8345-8351 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.411922 Algebraic Models in Different Fields Gaetana Restuccia University

More information

Applied Mathematics 205. Unit V: Eigenvalue Problems. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit V: Eigenvalue Problems. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit V: Eigenvalue Problems Lecturer: Dr. David Knezevic Unit V: Eigenvalue Problems Chapter V.2: Fundamentals 2 / 31 Eigenvalues and Eigenvectors Eigenvalues and eigenvectors of

More information

Detection Whether a Monoid of the Form N n / M is Affine or Not

Detection Whether a Monoid of the Form N n / M is Affine or Not International Journal of Algebra Vol 10 2016 no 7 313-325 HIKARI Ltd wwwm-hikaricom http://dxdoiorg/1012988/ija20166637 Detection Whether a Monoid of the Form N n / M is Affine or Not Belgin Özer and Ece

More information

ON EIGENVALUES AND BOUNDARY CURVATURE OF THE NUMERICAL RANGE

ON EIGENVALUES AND BOUNDARY CURVATURE OF THE NUMERICAL RANGE ON EIGENVALUES AND BOUNDAY CUVATUE OF THE NUMEICAL ANGE LAUEN CASTON, MILENA SAVOVA, ILYA SPITKOVSKY AND NAHUM ZOBIN Abstract. For an n n matrix A, let M(A) be the smallest possible constant in the inequality

More information

Second Hankel Determinant Problem for a Certain Subclass of Univalent Functions

Second Hankel Determinant Problem for a Certain Subclass of Univalent Functions International Journal of Mathematical Analysis Vol. 9, 05, no. 0, 493-498 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.988/ijma.05.55 Second Hankel Determinant Problem for a Certain Subclass of Univalent

More information

of a Two-Operator Product 1

of a Two-Operator Product 1 Applied Mathematical Sciences, Vol. 7, 2013, no. 130, 6465-6474 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.39501 Reverse Order Law for {1, 3}-Inverse of a Two-Operator Product 1 XUE

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

Morphisms Between the Groups of Semi Magic Squares and Real Numbers

Morphisms Between the Groups of Semi Magic Squares and Real Numbers International Journal of Algebra, Vol. 8, 2014, no. 19, 903-907 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2014.212137 Morphisms Between the Groups of Semi Magic Squares and Real Numbers

More information

Diagonalizing Hermitian Matrices of Continuous Functions

Diagonalizing Hermitian Matrices of Continuous Functions Int. J. Contemp. Math. Sciences, Vol. 8, 2013, no. 5, 227-234 HIKARI Ltd, www.m-hikari.com Diagonalizing Hermitian Matrices of Continuous Functions Justin Cyr 1, Jason Ekstrand, Nathan Meyers 2, Crystal

More information

ON THE HÖLDER CONTINUITY OF MATRIX FUNCTIONS FOR NORMAL MATRICES

ON THE HÖLDER CONTINUITY OF MATRIX FUNCTIONS FOR NORMAL MATRICES Volume 10 (2009), Issue 4, Article 91, 5 pp. ON THE HÖLDER CONTINUITY O MATRIX UNCTIONS OR NORMAL MATRICES THOMAS P. WIHLER MATHEMATICS INSTITUTE UNIVERSITY O BERN SIDLERSTRASSE 5, CH-3012 BERN SWITZERLAND.

More information

On a 3-Uniform Path-Hypergraph on 5 Vertices

On a 3-Uniform Path-Hypergraph on 5 Vertices Applied Mathematical Sciences, Vol. 10, 2016, no. 30, 1489-1500 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.512742 On a 3-Uniform Path-Hypergraph on 5 Vertices Paola Bonacini Department

More information

L p Theory for the div-curl System

L p Theory for the div-curl System Int. Journal of Math. Analysis, Vol. 8, 2014, no. 6, 259-271 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.4112 L p Theory for the div-curl System Junichi Aramaki Division of Science,

More information

Contra θ-c-continuous Functions

Contra θ-c-continuous Functions International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 1, 43-50 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.714 Contra θ-c-continuous Functions C. W. Baker

More information

On the Generalized Reid Inequality and the Numerical Radii

On the Generalized Reid Inequality and the Numerical Radii Applied Mathematical Sciences, Vol. 5, 2011, no. 9, 441-445 On the Generalized Reid Inequality and the Numerical Radii J. O. Bonyo 1, D. O. Adicka 2, J. O. Agure 3 1,3 Department of Mathematics and Applied

More information

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation Zheng-jian Bai Abstract In this paper, we first consider the inverse

More information

Diameter of the Zero Divisor Graph of Semiring of Matrices over Boolean Semiring

Diameter of the Zero Divisor Graph of Semiring of Matrices over Boolean Semiring International Mathematical Forum, Vol. 9, 2014, no. 29, 1369-1375 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.47131 Diameter of the Zero Divisor Graph of Semiring of Matrices over

More information

Riesz Representation Theorem on Generalized n-inner Product Spaces

Riesz Representation Theorem on Generalized n-inner Product Spaces Int. Journal of Math. Analysis, Vol. 7, 2013, no. 18, 873-882 HIKARI Ltd, www.m-hikari.com Riesz Representation Theorem on Generalized n-inner Product Spaces Pudji Astuti Faculty of Mathematics and Natural

More information

On Annihilator Small Intersection Graph

On Annihilator Small Intersection Graph International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 7, 283-289 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.7931 On Annihilator Small Intersection Graph Mehdi

More information

A Note of the Strong Convergence of the Mann Iteration for Demicontractive Mappings

A Note of the Strong Convergence of the Mann Iteration for Demicontractive Mappings Applied Mathematical Sciences, Vol. 10, 2016, no. 6, 255-261 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.511700 A Note of the Strong Convergence of the Mann Iteration for Demicontractive

More information

Sums of Tribonacci and Tribonacci-Lucas Numbers

Sums of Tribonacci and Tribonacci-Lucas Numbers International Journal of Mathematical Analysis Vol. 1, 018, no. 1, 19-4 HIKARI Ltd, www.m-hikari.com https://doi.org/10.1988/ijma.018.71153 Sums of Tribonacci Tribonacci-Lucas Numbers Robert Frontczak

More information

Convexity of the Joint Numerical Range

Convexity of the Joint Numerical Range Convexity of the Joint Numerical Range Chi-Kwong Li and Yiu-Tung Poon October 26, 2004 Dedicated to Professor Yik-Hoi Au-Yeung on the occasion of his retirement. Abstract Let A = (A 1,..., A m ) be an

More information

Line segments on the boundary of the numerical ranges of some tridiagonal matrices

Line segments on the boundary of the numerical ranges of some tridiagonal matrices Electronic Journal of Linear Algebra Volume 30 Volume 30 (2015) Article 46 2015 Line segments on the boundary of the numerical ranges of some tridiagonal matrices Ilya M. Spitkovsky NYUAD and College of

More information

Morera s Theorem for Functions of a Hyperbolic Variable

Morera s Theorem for Functions of a Hyperbolic Variable Int. Journal of Math. Analysis, Vol. 7, 2013, no. 32, 1595-1600 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2013.212354 Morera s Theorem for Functions of a Hyperbolic Variable Kristin

More information

On a Diophantine Equation 1

On a Diophantine Equation 1 International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 2, 73-81 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.728 On a Diophantine Equation 1 Xin Zhang Department

More information

k-jacobsthal and k-jacobsthal Lucas Matrix Sequences

k-jacobsthal and k-jacobsthal Lucas Matrix Sequences International Mathematical Forum, Vol 11, 016, no 3, 145-154 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/101988/imf0165119 k-jacobsthal and k-jacobsthal Lucas Matrix Sequences S Uygun 1 and H Eldogan Department

More information

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials Applied Mathematical Sciences, Vol. 8, 2014, no. 35, 1723-1730 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4127 A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating

More information

Left R-prime (R, S)-submodules

Left R-prime (R, S)-submodules International Mathematical Forum, Vol. 8, 2013, no. 13, 619-626 HIKARI Ltd, www.m-hikari.com Left R-prime (R, S)-submodules T. Khumprapussorn Department of Mathematics, Faculty of Science King Mongkut

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

Dual and Similar Frames in Krein Spaces

Dual and Similar Frames in Krein Spaces International Journal of Mathematical Analysis Vol. 10, 2016, no. 19, 939-952 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2016.6469 Dual and Similar Frames in Krein Spaces Kevin Esmeral,

More information

Permanents and Determinants of Tridiagonal Matrices with (s, t)-pell Numbers

Permanents and Determinants of Tridiagonal Matrices with (s, t)-pell Numbers International Mathematical Forum, Vol 12, 2017, no 16, 747-753 HIKARI Ltd, wwwm-hikaricom https://doiorg/1012988/imf20177652 Permanents and Determinants of Tridiagonal Matrices with (s, t)-pell Numbers

More information

Double Total Domination on Generalized Petersen Graphs 1

Double Total Domination on Generalized Petersen Graphs 1 Applied Mathematical Sciences, Vol. 11, 2017, no. 19, 905-912 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.7114 Double Total Domination on Generalized Petersen Graphs 1 Chengye Zhao 2

More information

On Density and Hypercyclicity

On Density and Hypercyclicity International Mathematical Forum, Vol. 8, 2013, no. 9, 401-405 HIKARI Ltd, www.m-hikari.com On Density and Hypercyclicity Parvin Karami Department of Mathematics Islamic Azad University, Branch of Mamasani

More information

The Endomorphism Ring of a Galois Azumaya Extension

The Endomorphism Ring of a Galois Azumaya Extension International Journal of Algebra, Vol. 7, 2013, no. 11, 527-532 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2013.29110 The Endomorphism Ring of a Galois Azumaya Extension Xiaolong Jiang

More information

GENERALIZED MATRIX MULTIPLICATION AND ITS SOME APPLICATION. 1. Introduction

GENERALIZED MATRIX MULTIPLICATION AND ITS SOME APPLICATION. 1. Introduction FACTA UNIVERSITATIS (NIŠ) Ser Math Inform Vol, No 5 (7), 789 798 https://doiorg/9/fumi75789k GENERALIZED MATRIX MULTIPLICATION AND ITS SOME APPLICATION Osman Keçilioğlu and Halit Gündoğan Abstract In this

More information

ELA

ELA A METHOD FOR THE INVERSE NUMERICAL RANGE PROBLEM CHRISTOS CHORIANOPOULOS, PANAYIOTIS PSARRAKOS, AND FRANK UHLIG Abstract. For a given complex square matrix A, we develop, implement and test a fast geometric

More information

Poincaré`s Map in a Van der Pol Equation

Poincaré`s Map in a Van der Pol Equation International Journal of Mathematical Analysis Vol. 8, 014, no. 59, 939-943 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.014.411338 Poincaré`s Map in a Van der Pol Equation Eduardo-Luis

More information

The Automorphisms of a Lie algebra

The Automorphisms of a Lie algebra Applied Mathematical Sciences Vol. 9 25 no. 3 2-27 HIKARI Ltd www.m-hikari.com http://dx.doi.org/.2988/ams.25.4895 The Automorphisms of a Lie algebra WonSok Yoo Department of Applied Mathematics Kumoh

More information

Characterization of Weakly Primary Ideals over Non-commutative Rings

Characterization of Weakly Primary Ideals over Non-commutative Rings International Mathematical Forum, Vol. 9, 2014, no. 34, 1659-1667 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.49155 Characterization of Weakly Primary Ideals over Non-commutative Rings

More information

H-Transversals in H-Groups

H-Transversals in H-Groups International Journal of Algebra, Vol. 8, 2014, no. 15, 705-712 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2014.4885 H-Transversals in H-roups Swapnil Srivastava Department of Mathematics

More information

Trace conditions for symmetry of the numerical range

Trace conditions for symmetry of the numerical range Electronic Journal of Linear Algebra Volume 26 Volume 26 (2013) Article 40 2013 Trace conditions for symmetry of the numerical range Louis Deaett Louis.Deaett@quinnipiac.edu Ramiro H. Lafuente-Rodriguez

More information

On Positive Stable Realization for Continuous Linear Singular Systems

On Positive Stable Realization for Continuous Linear Singular Systems Int. Journal of Math. Analysis, Vol. 8, 2014, no. 8, 395-400 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.4246 On Positive Stable Realization for Continuous Linear Singular Systems

More information

Convexity of Generalized Numerical Ranges Associated with SU(n) and SO(n) Dawit Gezahegn Tadesse

Convexity of Generalized Numerical Ranges Associated with SU(n) and SO(n) Dawit Gezahegn Tadesse Convexity of Generalized Numerical Ranges Associated with SU(n) and SO(n) by Dawit Gezahegn Tadesse A thesis submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements

More information

On the Probability that a Group Element Fixes a Set and its Generalized Conjugacy Class Graph

On the Probability that a Group Element Fixes a Set and its Generalized Conjugacy Class Graph International Journal of Mathematical Analysis Vol. 9, 2015, no. 4, 161-167 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.411336 On the Probability that a roup Element Fixes a Set and

More information

On Regular Prime Graphs of Solvable Groups

On Regular Prime Graphs of Solvable Groups International Journal of Algebra, Vol. 10, 2016, no. 10, 491-495 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2016.6858 On Regular Prime Graphs of Solvable Groups Donnie Munyao Kasyoki Department

More information

Convex Sets Strict Separation. in the Minimax Theorem

Convex Sets Strict Separation. in the Minimax Theorem Applied Mathematical Sciences, Vol. 8, 2014, no. 36, 1781-1787 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4271 Convex Sets Strict Separation in the Minimax Theorem M. A. M. Ferreira

More information

Some Properties of a Semi Dynamical System. Generated by von Forester-Losata Type. Partial Equations

Some Properties of a Semi Dynamical System. Generated by von Forester-Losata Type. Partial Equations Int. Journal of Math. Analysis, Vol. 7, 2013, no. 38, 1863-1868 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2013.3481 Some Properties of a Semi Dynamical System Generated by von Forester-Losata

More information

Nonexistence of Limit Cycles in Rayleigh System

Nonexistence of Limit Cycles in Rayleigh System International Journal of Mathematical Analysis Vol. 8, 014, no. 49, 47-431 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.014.4883 Nonexistence of Limit Cycles in Rayleigh System Sandro-Jose

More information

Direct Product of BF-Algebras

Direct Product of BF-Algebras International Journal of Algebra, Vol. 10, 2016, no. 3, 125-132 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.614 Direct Product of BF-Algebras Randy C. Teves and Joemar C. Endam Department

More information

Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation on a Restricted Domain

Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation on a Restricted Domain Int. Journal of Math. Analysis, Vol. 7, 013, no. 55, 745-75 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.013.394 Hyers-Ulam-Rassias Stability of a Quadratic-Additive Type Functional Equation

More information

Weyl s Theorem and Property (Saw)

Weyl s Theorem and Property (Saw) International Journal of Mathematical Analysis Vol. 12, 2018, no. 9, 433-437 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijma.2018.8754 Weyl s Theorem and Property (Saw) N. Jayanthi Government

More information

An Envelope for Left Alternative Algebras

An Envelope for Left Alternative Algebras International Journal of Algebra, Vol. 7, 2013, no. 10, 455-462 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2013.3546 An Envelope for Left Alternative Algebras Josef Rukavicka Department

More information

Continuity of Darboux Functions

Continuity of Darboux Functions International Mathematical Forum, Vol. 8, 2013, no. 16, 783-788 HIKARI Ltd, www.m-hikari.com Continuity of Darboux Functions Nikita Shekutkovski Ss. Cyril and Methodius University, Skopje, Republic of

More information

Locating Chromatic Number of Banana Tree

Locating Chromatic Number of Banana Tree International Mathematical Forum, Vol. 12, 2017, no. 1, 39-45 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.610138 Locating Chromatic Number of Banana Tree Asmiati Department of Mathematics

More information

Order-theoretical Characterizations of Countably Approximating Posets 1

Order-theoretical Characterizations of Countably Approximating Posets 1 Int. J. Contemp. Math. Sciences, Vol. 9, 2014, no. 9, 447-454 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijcms.2014.4658 Order-theoretical Characterizations of Countably Approximating Posets

More information

A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions

A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions International Mathematical Forum, Vol. 12, 2017, no. 17, 835-840 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.78701 A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions

More information

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators.

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. Adjoint operator and adjoint matrix Given a linear operator L on an inner product space V, the adjoint of L is a transformation

More information

On a Principal Ideal Domain that is not a Euclidean Domain

On a Principal Ideal Domain that is not a Euclidean Domain International Mathematical Forum, Vol. 8, 013, no. 9, 1405-141 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/imf.013.37144 On a Principal Ideal Domain that is not a Euclidean Domain Conan Wong

More information

On Generalized Derivations and Commutativity. of Prime Rings with Involution

On Generalized Derivations and Commutativity. of Prime Rings with Involution International Journal of Algebra, Vol. 11, 2017, no. 6, 291-300 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2017.7839 On Generalized Derivations and Commutativity of Prime Rings with Involution

More information

Induced Cycle Decomposition of Graphs

Induced Cycle Decomposition of Graphs Applied Mathematical Sciences, Vol. 9, 2015, no. 84, 4165-4169 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.5269 Induced Cycle Decomposition of Graphs Rosalio G. Artes, Jr. Department

More information

On a Certain Representation in the Pairs of Normed Spaces

On a Certain Representation in the Pairs of Normed Spaces Applied Mathematical Sciences, Vol. 12, 2018, no. 3, 115-119 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.712362 On a Certain Representation in the Pairs of ormed Spaces Ahiro Hoshida

More information

Secure Weakly Connected Domination in the Join of Graphs

Secure Weakly Connected Domination in the Join of Graphs International Journal of Mathematical Analysis Vol. 9, 2015, no. 14, 697-702 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.519 Secure Weakly Connected Domination in the Join of Graphs

More information

Geometric Construction of an Ellipse from Its Moments

Geometric Construction of an Ellipse from Its Moments Applied Mathematical Sciences, Vol. 10, 2016, no. 3, 127-135 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.511704 Geometric Construction of an llipse from Its Moments Brian J. M c Cartin

More information