PatternMatchQuotientFieldCategory(S, R, Q)ΒΆ
patmatch1.spad line 691 [edit on github]
S: SetCategory
R: Join(IntegralDomain, PatternMatchable S, ConvertibleTo Pattern S)
This package provides pattern matching functions on quotients.
- patternMatch: (Q, Pattern S, PatternMatchResult(S, Q)) -> PatternMatchResult(S, Q)
patternMatch(a/b, pat, res)
matches the patternpat
to the quotienta/b
; res contains the variables ofpat
which are already matched and their matches.