Macaulay2 » Documentation
Packages » Bertini :: writeStartFile
next | previous | forward | backward | up | index | toc

writeStartFile -- Writes the list of list of coordinates to a file that Bertini can read.

Synopsis

Description

This function can be used to write "start" files and any other solution file using the option NameStartFile=>"AnyNameYouWant".

i1 : coordinatesOfTwoPnts={{1,0},{3,4}}

o1 = {{1, 0}, {3, 4}}

o1 : List
i2 : writeStartFile(storeBM2Files,coordinatesOfTwoPnts);

Ways to use writeStartFile :

For the programmer

The object writeStartFile is a method function with options.