Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Installation on Mac Os X
Author Message
  Post subject:   Reply with quote
Hi!
The gap-Interface does not allow you to type in Singular code directly into gap, but provides you a few easy to use functions, which provide the interface between gap and Singular automatically.
For example:

gap> LoadPackage("singular");
The GAP interface to Singular, by Marco Costantini and Willem de Graaf
true


gap> StartSingular();
gap> R1:= PolynomialRing( Rationals, ["x","y","z"] : old );;

http://www-gap.mcs.st-and.ac.uk/Manuals ... chap1.html

If you prefer our compact syntax for commutative algebra, then there is still the possibility to use Singular directly.
Best regards,
Michael Brickenstein
Post Posted: Wed Dec 06, 2006 3:03 pm
  Post subject:  Installation on Mac Os X  Reply with quote
Hi,

I'm new with Singular and I have problems with installation. I installed singular with FinkCommander but it seems that it does not work. For instance I have this output:

gap> LoadPackage("singular");
The GAP interface to Singular, by Marco Costantini and Willem de Graaf
true
gap> ring r = 0, (x,y,z), dp;
Variable: 'ring' must have a value

Syntax error: ; expected
ring r = 0, (x,y,z), dp;
^

Thanks, Nicola
Post Posted: Tue Dec 05, 2006 6:37 pm


It is currently Fri May 13, 2022 10:59 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group