version 1.1.1.1, 1999/10/08 02:12:02 |
version 1.3, 2000/06/08 08:35:03 |
|
|
|
%% $OpenXM: OpenXM/src/kan96xx/Kan/usage.sm1,v 1.2 2000/01/16 07:55:42 takayama Exp $ |
%% usage.sm1 |
%% usage.sm1 |
%% [(key word) |
%% [(key word) |
%% [( ) |
%% [( ) |
|
|
[(obj toVectors vec) |
[(obj toVectors vec) |
(Convert the internal expression of vector into the array <<vec>>.) |
(Convert the internal expression of vector into the array <<vec>>.) |
(obj can be [n [g1 ... gm]] where n is the length of the vector.) |
(obj can be [n [g1 ... gm]] where n is the length of the vector.) |
|
$cf. [(toe_) array_of_poly] gbext $ |
$Example 1: [(x) ring_of_polynomials 0] define_ring $ |
$Example 1: [(x) ring_of_polynomials 0] define_ring $ |
$ (e_ + 2). toVectors :: $ |
$ (e_ + 2). toVectors :: $ |
( ---> [2 , 1] ) |
( ---> [2 , 1] ) |