next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
saveDeformations -- Store the deformation data of a complex in a file.
Synopsis
Usage:
saveDeformations(C,fn)
Inputs:
C
,
an
embedded complex
fn
,
a
string
, file name.
Outputs:
a
list
, with all
FirstOrderDeformation
s.
Description
Store the deformation data of a complex C in a file with name fn.
See also
loadDeformations
-- Read the deformation data of a complex from a file.
deform
-- Compute the deformations associated to a Stanley-Reisner complex.
Ways to use
saveDeformations
:
saveDeformations(Complex,String)