Re: Matrix Minimax, sorta



In article <dj572n$9bs$2@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Hauke Reddmann <fc3a501@xxxxxxxxxxxxxx> wrote:
>I have the equation aA+bB+cC+...=min.,
>where a,b,c... are scalars, A,B,C are matrices,
>a=b=c=...=0 is ruled out and "min." isn't
>Euclidean norm but the rank.
>
>For special cases (e.g. two 2x2 matrices - just
>fix a/b so that the determinant vanishes) this
>is easy, but can you give a general approach?

The rank is the size of the largest nonsingular
square submatrix. For the rank to be <= r, all
the (r+1) x (r+1) submatrices must have
determinant 0. Those determinants are polynomials
in a,b,c,... So it's essentially reduced to
solving a (maybe rather large) set of polynomials.
Groebner basis techniques may help.

Robert Israel israel@xxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada



.



Relevant Pages

  • Re: Tell whether a matrix is full rank using a calculator
    ... My calculator does not have a built in function that computes the ... Is there another way to know whether a matrix is full rank? ... eigenvalues), or some other method.... ... determinant of your matrix and see whether or not it is equal to 0. ...
    (sci.math)
  • Re: Tell whether a matrix is full rank using a calculator
    ... Is there another way to know whether a matrix is full rank? ... A square matrix is full rank if and only if its determinant is ... determinant of your matrix and see whether or not it is equal to 0. ... If the calculator can do exact determinants, ...
    (sci.math)
  • Re: Tell whether a matrix is full rank using a calculator
    ... Is there another way to know whether a matrix is full rank? ... A square matrix is full rank if and only if its determinant is ... determinant of your matrix and see whether or not it is equal to 0. ... If the calculator can do exact determinants, ...
    (sci.math)
  • Re: matrix inversion
    ... has determinant one and is full rank. ... but matlab gives zero ... The matrix is badly conditioned according to rcond(). ...
    (comp.soft-sys.matlab)
  • Re: Generalized Eigenvalue Problem for Three matrices
    ... You want lambda and mu so that A - lambda B - mu C has rank ... the determinant of this submatrix is a polynomial in lambda and mu. ... two of these polynomials will have a nonzero ...
    (sci.math)