User Portlet
| Discussions |
|---|
| This is a great review of the Notebook Assistant. It’s impressive but has issues like incorrect code and missing syntax checks. Your point about it ‘remembering’ past inputs is interesting. Does this happen in all notebooks or just the same one?... |
| Wolfram's Fourier does not support NumericArray directly. A simple workaround is converting NumericArray back to a standard list before applying Fourier: f2 = Fourier[Normal[dataNum]]. However, this may negate potential memory benefits. If... |