Top
Back: closeSSI
Forward: readDataFromSSI
FastBack:
FastForward:
Up: ssi_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.21.5 writeDataToSSI

Procedure from library ssi.lib (see ssi_lib).

Usage:
writeDataToSSI(filename, data); filename string, data list, filename is the path to the SSI file, data is the list of expressions to write

Example:
 
LIB "ssi.lib";
ring R = 0, (x, y, z), dp;
writeDataToSSI("example.ssi", list(x^2, y^2, z^2, "hello world"));


Top Back: closeSSI Forward: readDataFromSSI FastBack: FastForward: Up: ssi_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.1, 2025, generated by texi2html.