Top
Back: D.3.2.22 jordanbasis
Forward: D.3.2.24 jordannf
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.3.2 linalg_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.3.2.23 jordanmatrix

Procedure from library linalg.lib (see linalg_lib).

Usage:

jordanmatrix(e,s,m); ideal e, intvec s, intvec m

Assume:

ncols(e)==size(s)==size(m)

Return:
matrix J;  Jordan matrix with list(e,s,m)==jordan(J)

Example:

LIB "linalg.lib";
ring R=0,x,dp;
ideal e=ideal(2,3);
intvec s=1,2;
intvec m=1,1;
print(jordanmatrix(e,s,m));

Top Back: D.3.2.22 jordanbasis Forward: D.3.2.24 jordannf FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.3.2 linalg_lib Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.