Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
GeneralMiniMaxApproximation[{f_x, f_y}, {t, {t_0, t_1}, m, n}, x] finds the rational polynomial function of x, with numerator order m and denominator order n, that gives a ...
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
Converting between strings, boxes, and expressions. Here is a simple expression. This gives the InputForm of the expression as a string.
General Mathematica patterns provide a powerful way to do string manipulation. But particularly if you are familiar with specialized string manipulation languages, you may ...
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
SetFileDate["file"] sets the modification and access dates for a file to be the current date.
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...