user_guide:intro_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
user_guide:intro_tutorial [2019/02/06 18:35] – [Getting started] rephrased oroehriguser_guide:intro_tutorial [2019/03/07 10:34] (current) kalmar
Line 3: Line 3:
 To get your copy of polymake, visit the [[:download:start|downloads page]]. For installation instructions, see the [[install:install|installation instructions]]. To get your copy of polymake, visit the [[:download:start|downloads page]]. For installation instructions, see the [[install:install|installation instructions]].
 ====Getting started==== ====Getting started====
-Onc eyou have polymake installed, fire it up by entering ''polymake'' on the command line. You should be presented with a greeting, followed by an input prompt which looks like this:+Once you have polymake installed, fire it up by entering ''polymake'' on the command line. You should be presented with a greeting, followed by an input prompt which looks like this:
 <code> <code>
 polytope > polytope >
 </code> </code>
-After the prompt you can enter an enriched form of perl code. You will probably want to look at some of the various code examples performing tasks of different complexity that can be found in the [[.start#tutorials|tutorials]]. Also see [[user_guide:perl_intro|the polymake-perl introduction]] for more info.+After the prompt you can enter an enriched form of perl code. You will probably want to look at some of the various code examples performing tasks of different complexity that can be found in the [[.start#tutorials|tutorials]]. Also see [[user_guide:tutorials:perl_intro|the polymake-perl introduction]] for more info.
  
 To get helpful tips on things you can do in the shell, visit the [[.shell|interactive shell wiki page]]. To get helpful tips on things you can do in the shell, visit the [[.shell|interactive shell wiki page]].
Line 30: Line 30:
 </code> </code>
  
-There are [[user_guide:start#application_tutorials|introductory tutorials]] for all applications. Also check out the [[:release_docs:3.0|documentation]].+There are [[user_guide:start#application_tutorials|introductory tutorials]] for all applications. Also check out the [[reldocs>latest|documentation]].
  
 ====Getting help==== ====Getting help====
Line 49: Line 49:
 If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'': If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'':
 <code> <code>
- polytope > cube(3)->GRAPH->                              # hit TAB!+ polytope > $c = cube(3)
 + polytope > $c->GRAPH->                              # hit TAB!
 add                               disable_rules                     MAX_CLIQUES                       set_as_default add                               disable_rules                     MAX_CLIQUES                       set_as_default
 ADJACENCY                         dont_save                         name                              set_as_default_now ADJACENCY                         dont_save                         name                              set_as_default_now
Line 101: Line 102:
  
 Back to [[start|User Guide]] Back to [[start|User Guide]]
 +
  • user_guide/intro_tutorial.txt
  • Last modified: 2019/03/07 10:34
  • by kalmar