Top
Back: D.5.6 mondromy_lib
Forward: D.5.6.2 invunit
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.6 mondromy_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.6.1 detadj

Procedure from library mondromy.lib (see mondromy_lib).

Usage:

detadj(U); U matrix

Assume:

U is a square matrix with non zero determinant.

Return:

The procedure returns a list with at most 2 entries.
If U is not a square matrix, the list is empty.
If U is a square matrix, then the first entry is the determinant of U. If U is a square matrix and the determinant of U not zero, then the second entry is the adjoint matrix of U.

Display:

The procedure displays comments if printlevel>=1.

Example:

 
LIB "mondromy.lib";
ring R=0,x,dp;
matrix U[2][2]=1,1+x,1+x2,1+x3;
list daU=detadj(U);
daU[1];
→ -x2-x
print(daU[2]);
→ x3+1, -x-1,
→ -x2-1,1    

Top Back: D.5.6 mondromy_lib Forward: D.5.6.2 invunit FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.6 mondromy_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.