*DECK TRISP SUBROUTINE TRISP (N, A, B, C, D, U, Z) C***BEGIN PROLOGUE TRISP C***SUBSIDIARY C***PURPOSE Subsidiary to SEPELI C***LIBRARY SLATEC C***TYPE SINGLE PRECISION (TRISP-S) C***AUTHOR (UNKNOWN) C***DESCRIPTION C C This subroutine solves for a non-zero eigenvector corresponding C to the zero eigenvalue of the transpose of the rank C deficient ONE matrix with subdiagonal A, diagonal B, and C superdiagonal C , with A(1) in the (1,N) position, with C C(N) in the (N,1) position, and all other elements zero. C C***SEE ALSO SEPELI C***ROUTINES CALLED (NONE) C***REVISION HISTORY (YYMMDD) C 801001 DATE WRITTEN C 890831 Modified array declarations. (WRB) C 891214 Prologue converted to Version 4.0 format. (BAB) C 900402 Added TYPE section. (WRB) C***END PROLOGUE TRISP