Project

General

Profile

Feature #1803

Improve trivial operations with ideal whose GBasis is [1]

Added by Anna Maria Bigatti about 1 month ago.

Status:
New
Priority:
Normal
Category:
-
Target version:
Start date:
25 Mar 2024
Due date:
% Done:

0%

Estimated time:

Description

Sum is clever -- if HasGBasis(I) and is ideal(1).
Do the same for product and for other similar operations.

use QQ[x,y,z];
I := ideal(x, x-1); GBasis(I); 
ideal(y) + I;  ---> gives (1)   :-)
ideal(y) * I;  ---> uses generators    :-(


Related issues

Related to CoCoALib - Design #1647: Suppress zero from ideal generators? Detect 1 and simplify generators?Closed2022-01-20

History

#1 Updated by Anna Maria Bigatti about 1 month ago

  • Related to Design #1647: Suppress zero from ideal generators? Detect 1 and simplify generators? added

Also available in: Atom PDF