Last chance! 50% off unlimited learning
Sale ends in
zono1 = zonoseg( c(1,-2,3,0,-3,-4) )
zono1
# generators: 6 -- 3 negative, 2 positive, and 1 loops.
#
# segment: [-9,4]
# value pcube.1 pcube.2 pcube.3 pcube.4 pcube.5 pcube.6
# zmin -9 0 1 0 0 1 1
# zmax 4 1 0 1 0 0 0
#
# 2-transition subsegment: [-8,3]
# value source.1 source.2 source.3 source.4 source.5 source.6
# tmin-2trans -8 1 1 0 0 1 1
# tmax-2trans 3 0 0 1 1 0 0
#
# matroid:
# ground set: 6 points {1 2 3 4 5 6}
# hyperplanes: 1 {4}
# rank: 1
# loops: 1 {4}
# multiple groups: 1 {1 2 3 5 6}
# uniform: FALSE
# paving: TRUE
# simple: FALSE
# This matroid is constructed from a 1x6 real matrix.
# 1 2 3 4 5 6
# [1,] 1 -2 3 0 -3 -4
#
# The summary of the simplified matroid is:
# ground set: 1 points {1}
# Point 1 corresponds to the multiple group {1 2 3 5 6} in the original ...
# hyperplanes: 1 {}
# rank: 1
# loops: 0 {}
# multiple groups: 0 {}
# uniform: TRUE
# paving: TRUE
# simple: TRUE
# This matroid is constructed from a 1x1 real matrix.
# 1+...+6
# [1,] -13
## so the 2-transition subsegment is a proper subset of the zonoseg
Run the code above in your browser using DataLab