Update namespace of AbstractAlgebra.Rationals
This commit is contained in:
parent
58a5c38e62
commit
4a28a47520
3 changed files with 4 additions and 4 deletions
|
|
@ -108,11 +108,11 @@ println("\nLoss: ", loss, "\n")
|
|||
|
||||
# === algebraic check ===
|
||||
|
||||
R, gens = polynomial_ring(Generic.Rationals{BigInt}(), ["x", "t₁", "t₂", "t₃"])
|
||||
R, gens = polynomial_ring(AbstractAlgebra.Rationals{BigInt}(), ["x", "t₁", "t₂", "t₃"])
|
||||
x = gens[1]
|
||||
t = gens[2:4]
|
||||
|
||||
S, u = polynomial_ring(Generic.Rationals{BigInt}(), "u")
|
||||
S, u = polynomial_ring(AbstractAlgebra.Rationals{BigInt}(), "u")
|
||||
|
||||
M = matrix_space(R, 7, 7)
|
||||
gram_symb = M(R[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue