Top
Back: D.3.2.8 charpoly
Forward: D.3.2.10 det_B
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.3.2 linalg_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.3.2.9 adjoint

Procedure from library linalg.lib (see linalg_lib).

Usage:

adjoint(A); A = square matrix

Return:

adjoint matrix of A, i.e. Adj*A=det(A)*E

Note:

computation uses busadj(A)

Example:

 
LIB "linalg.lib";
ring r=0,(t,x),lp;
matrix A[2][2]=1,x2,x,x2+3x;
print(A);
matrix Adj[2][2]=adjoint(A);
print(Adj);                    //Adj*A=det(A)*E
print(Adj*A);

Top Back: D.3.2.8 charpoly Forward: D.3.2.10 det_B FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.3.2 linalg_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.