Macaulay2 » Documentation
Packages » Schubert2 :: map(FlagBundle,FlagBundle)
next | previous | forward | backward | up | index | toc

map(FlagBundle,FlagBundle) -- forgetful maps of flag varieties

Synopsis

Description

i1 : F1 = flagBundle({1,2,2,1,3})

o1 = F1

o1 : a flag bundle with subquotient ranks {1..2, 2, 1, 3}
i2 : F2 = flagBundle({3,3,3})

o2 = F2

o2 : a flag bundle with subquotient ranks {3:3}
i3 : f = map(F2,F1)

o3 = f

o3 : a map to F2 from F1

Ways to use this method: