Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Installation on Mac Os X
PostPosted: Tue Dec 05, 2006 6:37 pm 

Joined: Tue Dec 05, 2006 6:23 pm
Posts: 2
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Dec 06, 2006 3:03 pm 

Joined: Fri Apr 29, 2005 10:57 am
Posts: 3
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

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