|
D.2.4.9 buildtreetoMaple
Procedure from library grobcov.lib (see grobcov_lib).
- Usage:
- buildtreetoMaple(L, T, writefile);
L: is the list provided by cgsdr called with options
'cgs',0,'out',1;
T: is the name (string) of the table variable in Maple that will
represent the output of buildtree;
writefile: is the name (string) of the file whereas to write the
content.
- Return:
- writes the list provided by cgsdr called with options
'cgs',0,'out',1,(old buildtree) to a file containing
the table representing it in Maple.
Example:
|