John Duncan on Sun, 26 Oct 2025 22:16:14 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

mfinit with trivial character


Hello,

Using Version 2.17.2, the input 

mfinit( [ n, k, Mod( 0, n ) ], s )

for given n, k and s, seems to return an error whenever n>2. 

Would it be reasonable to define it to coincide with

mfinit( [ n, k ], s )

?

Yours faithfully,


John