Hello - I started having errors in notebooks making use of RecurrenceTables. I am running Mathmatica Version - "11.3.0 for Mac OS X x86 (64-bit) (March 7, 2018)",
I have several notebooks making use of RecurrenceTable. These have been working for many months. All of a sudden they stopped working maybe after an update?
I have replicated the error by copy/pasting a RecurrenceTable example from the online help into a new and empty Notebook
The example is
RecurrenceTable[{a[n + 1] == 3 a[n], a[1] == 7}, a, {n, 1, 10}]
The error is - RecurrenceTable::dsvar: 1 cannot be used as a variable.
This is happening for all notebooks new and old that use RecurrenceTables
Any ideas what is going on?
thank you Al