Hybrid Complex Numbers: The Matrix Version

Author(s):  
G. Dattoli ◽  
S. Licciardi ◽  
R. M. Pidatella ◽  
E. Sabia
2018 ◽  
Vol 11 (3) ◽  
pp. 774-792
Author(s):  
Mutti-Ur Rehman ◽  
M. Fazeel Anwar

In this article we consider the matrix representations of finite symmetric groups Sn over the filed of complex numbers. These groups and their representations also appear as symmetries of certain linear control systems [5]. We compute the structure singular values (SSV) of the matrices arising from these representations. The obtained results of SSV are compared with well-known MATLAB routine mussv.


Author(s):  
Wesley Petersen ◽  
Peter Arbenz

Linear algebra is often the kernel of most numerical computations. It deals with vectors and matrices and simple operations like addition and multiplication on these objects. Vectors are one-dimensional arrays of say n real or complex numbers x0, x1, . . . , xn−1. We denote such a vector by x and think of it as a column vector, On a sequential computer, these numbers occupy n consecutive memory locations. This is also true, at least conceptually, on a shared memory multiprocessor computer. On distributed memory multicomputers, the primary issue is how to distribute vectors on the memory of the processors involved in the computation. Matrices are two-dimensional arrays of the form The n · m real (complex) matrix elements aij are stored in n · m (respectively 2 · n ·m if complex datatype is available) consecutive memory locations. This is achieved by either stacking the columns on top of each other or by appending row after row. The former is called column-major, the latter row-major order. The actual procedure depends on the programming language. In Fortran, matrices are stored in column-major order, in C in row-major order. There is no principal difference, but for writing efficient programs one has to respect how matrices are laid out. To be consistent with the libraries that we will use that are mostly written in Fortran, we will explicitly program in column-major order. Thus, the matrix element aij of the m×n matrix A is located i+j · m memory locations after a00. Therefore, in our C codes we will write a[i+j*m]. Notice that there is no such simple procedure for determining the memory location of an element of a sparse matrix. In Section 2.3, we outline data descriptors to handle sparse matrices. In this and later chapters we deal with one of the simplest operations one wants to do with vectors and matrices: the so-called saxpy operation (2.3). In Tables 2.1 and 2.2 are listed some of the acronyms and conventions for the basic linear algebra subprograms discussed in this book.


2019 ◽  
Vol 7 (1) ◽  
pp. 107-113
Author(s):  
Luis Verde-Star

Abstract We propose some methods for the construction of large quasi-orthogonal matrices and generalized rotations that may be used in applications in data communications and image processing. We use certain combinations of constructions by blocks similar to the one used by Sylvester to build Hadamard matrices. The orthogonal designs related with the matrix representations of the complex numbers, the quaternions, and the octonions are used in our construction procedures.


Author(s):  
C. G. Lascarides ◽  
I. J. Maddox

Let A = (ank) be an infinite matrix of complex numbers ank (n, k = 1, 2,…) and X, Y two subsets of the space s of complex sequences. We say that the matrix A defines a (matrix) transformation from X into Y, and we denote it by writing A: X → Y, if for every sequence x = (xk)∈X the sequence Ax = (An(x)) is in Y, where An(x) = Σankxk and the sum without limits is always taken from k = 1 to k = ∞. The sequence Ax is called the transformation of x by the matrix A. By (X, Y) we denote the class of matrices A such that A: X → Y.


1962 ◽  
Vol 14 ◽  
pp. 418-435 ◽  
Author(s):  
V. F. Cowling ◽  
C. L. Miracle

Let A = (ank) and x = {sn} (n,k = 0,1,2, … ) be a matrix and a sequence of complex numbers, respectively. We write formally(1.1)and say that the sequence x is summable A to the sum t or that the A matrix sums the sequence x to the value t if the series in (1.1) converges andexists and equals t. We say that the matrix A is regular provided it sums every convergent sequence to its limit.


2012 ◽  
Vol 91 (3-4) ◽  
pp. 493-499 ◽  
Author(s):  
Yu. M. Dyukarev ◽  
A. E. Choque Rivero
Keyword(s):  

Mathematics ◽  
2020 ◽  
Vol 8 (4) ◽  
pp. 559
Author(s):  
Luis Medina ◽  
Hans Nina ◽  
Elvis Valero

The nonnegative inverse eigenvalue problem (NIEP) consists of finding necessary and sufficient conditions for the existence of a nonnegative matrix with a given list of complex numbers as its spectrum. If the matrix is required to be Leslie (doubly Leslie), the problem is called the Leslie (doubly Leslie) nonnegative eigenvalue inverse problem. In this paper, necessary and/or sufficient conditions for the existence and construction of Leslie and doubly Leslie matrices with a given spectrum are considered.


2018 ◽  
Vol 167 (01) ◽  
pp. 159-169
Author(s):  
TUSHAR DAS ◽  
DAVID SIMMONS

AbstractWe prove that the matrix analogue of the Veronese curve is strongly extremal in the sense of Diophantine approximation, thereby resolving a question posed by Beresnevich, Kleinbock and Margulis (2015) in the affirmative.


Sign in / Sign up

Export Citation Format

Share Document