Project

General

Profile

Bug #1157

FactorAlgExt

Added by Elisa Palezzato about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Incomplete function
Target version:
Start date:
21 Feb 2018
Due date:
% Done:

100%

Estimated time:
2.01 h
Spent time:

Description

In cocoa-5.2.2 FactorAlgExt overlooks the missing coefficient: that is, the irreducible factors are correct, but the costant leading coefficient is not considered.

FactorAlgExt.cpkg5 (2.68 KB) FactorAlgExt.cpkg5 Elisa Palezzato, 22 Feb 2018 03:36

Related issues

Related to CoCoALib - Feature #1203: factor over algebraic extensionsClosed2018-07-31

History

#1 Updated by Anna Maria Bigatti about 6 years ago

Missing coefficient:

use QQ7::=QQ[z];
L:= QQ7/ideal(z^6 + z^5 + z^4 + z^3 + z^2 + z + 1);
use L[t,x, y];
F:=x^3 + t^3*x + t;
G01:= subst(F, x, -z*t - z^3);
G01;
indent(FactorAlgExt(G01));
-- record[
 -- RemainingFactor := (1),
 -- factors := [t^2 +(z^2)*t +(z^4)],
 -- multiplicities := [2]
--]
H:=(t^2 +(z^2)*t +(z^4))^2;
H;
H=G01;
-z*H=G01;

#2 Updated by Elisa Palezzato about 6 years ago

Ho cambiato solo il return finale.

Elisa

#3 Updated by Anna Maria Bigatti about 6 years ago

  • Description updated (diff)
  • Category set to Incomplete function
  • Status changed from New to Feedback
  • Assignee set to Elisa Palezzato

#4 Updated by Anna Maria Bigatti about 6 years ago

  • Estimated time set to 2.01 h

#5 Updated by Anna Maria Bigatti about 6 years ago

  • Target version set to CoCoA-5.2.4
  • % Done changed from 0 to 90

#6 Updated by Anna Maria Bigatti over 5 years ago

  • Related to Feature #1203: factor over algebraic extensions added

#7 Updated by Anna Maria Bigatti over 5 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 90 to 100

Also available in: Atom PDF