Matrix: VDOL/hangGlider_4

Description: hangGlider optimal control problem (matrix 4 of 5)

VDOL/hangGlider_4 graph
(undirected graph drawing)


VDOL/hangGlider_4

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: VDOL
  • Click here for a description of the VDOL group.
  • Click here for a list of all matrices
  • Click here for a list of all matrix groups
  • download as a MATLAB mat-file, file size: 1 MB. Use UFget(2694) or UFget('VDOL/hangGlider_4') in MATLAB.
  • download in Matrix Market format, file size: 957 KB.
  • download in Rutherford/Boeing format, file size: 849 KB.

    Matrix properties
    number of rows15,561
    number of columns15,561
    nonzeros149,532
    structural full rank?yes
    structural rank15,561
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetrysymmetric
    numeric value symmetrysymmetric
    typereal
    structuresymmetric
    Cholesky candidate?no
    positive definite?no

    authorB. Senses, A. Rao
    editorT. Davis
    date2015
    kindoptimal control problem
    2D/3D problem?no

    Additional fieldssize and type
    bfull 15561-by-1
    rownamefull 15561-by-82
    mappingfull 15561-by-1

    Notes:

    Optimal control problem, Vehicle Dynamics & Optimization Lab, UF       
    Anil Rao and Begum Senses, University of Florida                       
    http://vdol.mae.ufl.edu                                                
                                                                           
    This matrix arises from an optimal control problem described below.    
    Each optimal control problem gives rise to a sequence of matrices of   
    different sizes when they are being solved inside GPOPS, an optimal    
    control solver created by Anil Rao, Begum Senses, and others at in VDOL
    lab at the University of Florida.  This is one of the matrices in one  
    of these problems.  The matrix is symmetric indefinite.                
                                                                           
    Rao, Senses, and Davis have created a graph coarsening strategy        
    that matches pairs of nodes.  The mapping is given for this matrix,    
    where map(i)=k means that node i in the original graph is mapped to    
    node k in the smaller graph.  map(i)=map(j)=k means that both nodes    
    i and j are mapped to the same node k, and thus nodes i and j have     
    been merged.                                                           
                                                                           
    This matrix consists of a set of nodes (rows/columns) and the          
    names of these rows/cols are given                                     
                                                                           
    Anil Rao, Begum Sense, and Tim Davis, 2015.                            
                                                                           
    VDOL/hangGlider                                                        
                                                                           
    Range maximization of a hang glider optimal control problem is taken   
    from Ref.~\cite{bulirsch1993combining}.  The goal of the optimal       
    control problem is to determine the state and the control that         
    maximize the range of the hang glider in the presence of a thermal     
    updraft. The state of the system is defined by horizontal distance,    
    altitude, horizontal velocity, and the vertical velocity and the       
    control is the lift coefficient. The specified accuracy tolerance of   
    $10^{-8}$ were satisfied after five mesh iterations. As the mesh       
    refinement proceeds, the size of the KKT matrices increases from 360   
    to 16011. This problem is sensitive to accuracy of the mesh and it     
    requires excessive number of collocation points to be able to satisfy  
    the accuracy tolerance. Thus, the size of the KKT matrices changes     
    drastically.                                                           
                                                                           
    @book{bulirsch1993combining,                                           
      title={Combining Direct and Indirect Methods in Optimal Control:     
         Range Maximization of a Hang Glider},                             
      author={Bulirsch, Roland and Nerz, Edda and Pesch, Hans Josef and    
         von Stryk, Oskar},                                                
      year={1993},                                                         
      publisher={Springer}                                                 
    }                                                                      
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD160,356
    Cholesky flop count1.9e+06
    nnz(L+U), no partial pivoting, with AMD305,151
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD12,737,712
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD99,089,535

    For a description of the statistics displayed above, click here.

    Maintained by Tim Davis, last updated 04-Jun-2015.
    Matrix pictures by cspy, a MATLAB function in the CSparse package.
    Matrix graphs by Yifan Hu, AT&T Labs Visualization Group.