Several things about this just seem odd:<p>- the second example given of an ODE is Black-Scholes (which is a PDE)<p>- ODE's are said to be missing from the "top 10 data science algorithms", but the actual title of the linked paper is "Top 10 algorithms in <i>data mining</i>". Clearly, ODEs
are not data mining algorithms and would not belong on such a list.<p>- it repeatedly refers to the "derivate of a function", instead of "derivative of a function"<p>- it introduces the matrix exponential without giving a definition or link to wikipedia (it's important to at least mention in passing that it is <i>not</i> formed by taking the exponential of each matrix element)<p>- it says that "They're common constructs used in physics (Newton's law is a second-order ODE), chemistry and biology where it's often easier to measure the derivate of a function (e.g., velocity) than the function itself (e.g., position)". I'd have said that differential equations are ubiquitous in science and engineering because they can be used to describe how quantities change over (continuous) time.<p>etc.