file.tm is a MathLink template file.
Mathematica provides a large number of options for cells. All of these options can be accessed through the Option Inspector menu item in the front end. They can be set either ...
You can enhance the appearance of 3D graphics in Mathematica by changing the direction and color of plot lighting. Lighting , an option for Graphics3D and related functions, ...
Orderless is an attribute that can be assigned to a symbol f to indicate that the elements e_i in expressions of the form f[e_1, e_2, ...] should automatically be sorted into ...
RootReduce[expr] attempts to reduce expr to a single Root object.
NDSolve uses norms of error estimates to determine when solutions satisfy error tolerances. In nearly all cases the norm has been weighted, or scaled, such that it is less ...
MaxFilter[image, r] filters image by replacing every value by the maximum in its range r neighborhood. MaxFilter[data, r] applies max filtering to an array of data.
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
InString[n] is a global object that is assigned to be the text of the n\[Null]^th input line.
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.