mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
code for SL(3,Z)
This commit is contained in:
parent
cb3b4b6b49
commit
26777eefdf
8
SL3Z.jl
8
SL3Z.jl
@ -123,8 +123,14 @@ end
|
|||||||
using GroupAlgebras
|
using GroupAlgebras
|
||||||
include("property(T).jl")
|
include("property(T).jl")
|
||||||
|
|
||||||
|
const N = 3
|
||||||
|
|
||||||
|
const name = "SL$(N)Z"
|
||||||
|
const ID = eye(Int, N)
|
||||||
|
S() = SL_generatingset(N)
|
||||||
|
const upper_bound=0.27
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@time check_property_T(name, ID, S; verbose=true, tol=1e-10, upper_bound=upper_bound)
|
||||||
|
Loading…
Reference in New Issue
Block a user