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 - cones in finite dimensional space
Author Message
  Post subject:  Re: cones in finite dimensional space  Reply with quote
You need Singular in version 3-1-5.
Singular -v
shoukd display
Code:
Singular for ix86-Linux version 3-1-5 (3150)  Aug  6 2012 18:03:48
with
        factory(@(#) factoryVersion = 3.1.5),libfac(3.1.3,March 2011),
        GMP(5.0),NTL(5.5.2),MP(1.1.2.1),32bit,static readline,Plural,fan/cone,DBM,

the cone functionality by including " fan/cone" like above.
Post Posted: Mon Aug 06, 2012 7:20 pm
  Post subject:  cones in finite dimensional space  Reply with quote
Hello,

In principle we can define cones in Singular. But I am not being able to do this. Singular is showing me the following :


intmat HL[5][3]=
. 1,0, 0,
. -1,0, 0,
. 0,1, 1,
. 0,1,-1,
. 0,0, 1;
> cone c=coneViaRays(HL);
? `cone` is undefined
? error occurred in or before STDIN line 26: `cone c=coneViaRays(HL);`
> cone c=coneViaRays(HL);

Do I have to upgrade my version for example and how to do it ?
do I need to to use a special library for this ?

What I need, is to define a cone and find its dual.

Thanks for any help
Post Posted: Mon Aug 06, 2012 6:45 pm


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