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));

<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
