The Matrix Market

Home Search Browse Resources

MVMTLS: Tolosa Matrix

from the NEP Collection

Matrix Generator MVMTLS
Source: S. Godet-Thobie, CERFACS and C. Bès, Aerospatiale, France
Discipline: Aeroelasticity
Language: Fortran
Output format: matrix-vector multiply

The Tolosa matrix arises in the stability analysis of a model of an airplane in flight. The interesting modes of this system are described by complex eignevalues whose imaginary parts lie in a prescribed frequency range. The task is to compute the eigenvalues with largest imaginary parts. The problem has been analyzed at CERFACS (Centre European de Recherche et de Formation Avancee en Calcul Scientifique) in cooperation with the Aerospatiale Aircraft division.

The matrix is a sparse 5 x 5 block matrix of order n = 90 + 5k. In practice, k is around 104. When n = 90, each block is of dimension 18 x 18 and

A=matrix((0,I,0,0,0), (X_1,X_2,X_3,X_4,X_5),(0,I,L_1,0,0),(0,I,0,L_2,0),(0,I,0,0,L_3))

where L_i=beta_i I for i=1,2,3 and X_i and beta_i are given data. In general,

A=matrix((0,I,0,0,0), (Y_1,Y_2,Y_3,Y_4,Y_5),(0,I,L_1,0,0),(0,I,0,L_2,0),(0,I,0,0,L_3))

where

 Y_1=Matrix((X_1,0),(0,diag(x_i))), with x_i=-omega_i^2, i=1,...m-18; Y_2=Matrix((X_2,0),(0,diag(y_i))), with y_i=-2alpha_iomega_i, i=1..m-18; Y_i=Matrix((X_i,0),(0,0)) for i=3,4,5

and

omega_i=150+6i; alpha_i=c_1 i+c_2; c_1=0.299/(n/5-18); c_2=0.001-c_1

The following figures show the eigenvalue distribution of Tolosa matrices of orders 90 and 340.

Eigenvalue distribution for order 90

Eigenvalue distribution for order 340

Parameters:

Norder of the matrix. Must be 90+5K for some nonnegative integer K.

Links:


Matrix Instances:


The Matrix Market is a service of the Mathematical and Computational Sciences Division / Information Technology Laboratory / National Institute of Standards and Technology.

[ Home ] [ Search ] [ Browse ] [ Resources ]

Last change in this page: Wed Sep 22 13:37:33 US/Eastern 2004 [Comments: ]