RunThrough["command", expr] executes an external command, giving the printed form of expr as input and taking the output, reading it as Mathematica input, and returning the ...
SP3
(Mathematica Import/Export Format) SP3 geospatial file format. National Geodetic Survey standard format. Stores information about the orbits of GPS satellites. SP3 is an acronym derived from Standard Product ...
Particularly in the physical sciences, it is common to use measurement errors as weights to incorporate measured variation into the fitting. Weights have a relative effect on ...
Mathematica always allows you to refer to special characters by using names such as ∖[Alpha] or explicit hexadecimal codes such as ∖:03b1. And when Mathematica writes out ...
mathlink.h MathLink header file.
Evaluate[expr] causes expr to be evaluated even if it appears as the argument of a function whose attributes specify that it should be held unevaluated.
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
Input
(Built-in Mathematica Symbol) Input[] interactively reads in one Mathematica expression. Input[prompt] requests input, displaying prompt as a "prompt".Input[prompt, init] in a notebook front end uses init ...
InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
If you use the notebook front end for Mathematica, then you can enter some of the operations discussed here in special ways. Special and ordinary ways to enter mathematical ...