|
D.2.4.10 cantreetoMaple
Procedure from library grobcov.lib (see grobcov_lib).
- Usage:
- cantreetoMaple(T, TM, writefile);
T: is the list provided by mcgs with option ('out',1),
TM: is the name (string) of the table variable in Maple that will
represent the output of the fundamental routines,
writefile: is the name (string) of the file where to write the content.
- Return:
- writes the list provided by buildtree to a file
containing the table representing it in Maple.
- Note:
- It can be called from the output of mcgs with
option ('cgs',1,'out'1)
Example:
|