This is not a number question, and I hope it is on topic.
I always wondered how come, with modern supercomputers, the most important DE, especially the ones that refer to Physics, haven't been patiently solved one by one, and codified for reference, the way a century ago they did with sines, trig values and log tables.
Do you have an answer and an explanation, if the answer is negative?
Possible reason #1:
trig valuesandlog tablesare nicely behaved in the sense that a sampling of values is useful to interpolate between them.DEs on the other hand are not nearly as nicely behaved.Possible reason #2:
trigandlogfunctions yield one single value for any given input. In contrast, solutions to aDEcan often be expressed in different forms, which are not always obviously equivalent to one another, and there may be no consensus on which form should be chosen as "reference".