fix trivial typos

This commit is contained in:
sjnam 2020-03-25 16:14:52 +09:00
parent 6b6414cab4
commit 7815bd346d
2 changed files with 2 additions and 2 deletions

View file

@ -595,7 +595,7 @@ func Subst(U, V PS) PS {
return Z
}
// Monomial Substition: U(c x^n)
// Monomial Substitution: U(c x^n)
// Each Ui is multiplied by c^i and followed by n-1 zeros
func MonSubst(U PS, c0 rat, n int) PS {

View file

@ -609,7 +609,7 @@ func Subst(U, V PS) PS {
return Z
}
// Monomial Substition: U(c x^n)
// Monomial Substitution: U(c x^n)
// Each Ui is multiplied by c^i and followed by n-1 zeros
func MonSubst(U PS, c0 *rat, n int) PS {