vivekbhattacharya
Results
2
issues of
vivekbhattacharya
I am interested in taking the derivative of a polynomial with respect to its coefficients. When the coefficients are such that all terms of order $n \ge k$ for some...
I am confused about how `Polyester` handles arguments to anonymous functions. In short, why does the last example below not work? ``` function temp(x, y) return x + y end...