substitute(arr, f)
sub(arr, f)
arr ** f
|
|
|
|
Alternatively, you can use **.
|
Given a ring S, sub(arr, S) is the same as sub(arr, map(S, ring arr)).
|
|
|
Note that the underlying matroid of the arrangement may change as a result of changing the ring. For example, the Fano matroid is realizable only in characteristic 2:
|
|
|
|
|
|
The source of this document is in HyperplaneArrangements.m2:1846:0.