A method like "Newton's" method chooses a step, but the validity of that step only goes as far as the Newton quadratic model for the function really reflects the function. ...
SymbolicC has a number of functions for working with the C preprocessor. These allow you to set up including header files, defining macros, as well as setting up conditional ...
You can use the Mathematica BSF engine that ships with the GUIKit` framework in third-party applications that support BSF. The naming conventions to note are that BSF uses ...
NFourierSeries[expr, t, n] gives a numerical approximation to the order n Fourier exponential series expansion of expr, where expr is a periodic function of t with period 2 ...
NFourierTrigSeries[expr, t, k] gives a numerical approximation to the order n Fourier trigonometric series expansion of expr, where expr is a periodic function of t with ...
AdjacencyMatrix[g] gives the SparseArray object representing the graph g.AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional ...
PrimeQCertificate[n] gives a certificate that n is prime or that n is composite.
CholeskyDecomposition[m] gives the Cholesky decomposition of a matrix m.
ClosenessCentrality[g] gives a list of closeness centralities for the vertices in the graph g.