Project

General

Profile

Support #1480

Documentation for making ring with parameters

Added by John Abbott over 3 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Manual/documentation
Target version:
Start date:
11 Aug 2020
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

I was recently asked how to compute with parameters. It is not easy to find this out from the documentation. So make better doc!

Here is the example I created "on the fly":

/**/ Qa ::= QQ[a];
/**/ k := NewFractionField(Qa);
/**/ P ::= k[x,y];
/**/ use P;
/**/ I := ideal(x^2+y^2-a^2, x-y);
/**/ ReducedGBasis(I);
[x -y,  y^2 +(-a^2)/2]
/**/ I := ideal(x^2+y^2-a^2, a*x-y);
/**/ ReducedGBasis(I);
[x +(-1/a)*y,  y^2 +(-a^4)/(a^2 +1)]

History

#1 Updated by John Abbott over 3 years ago

  • Category set to Manual/documentation
  • Target version set to CoCoA-5.4.0

#2 Updated by John Abbott about 2 years ago

  • Target version changed from CoCoA-5.4.0 to CoCoA-5.4.2

Also available in: Atom PDF