Cells as Mathematica Expressions Notebooks as Mathematica Expressions Manipulating Notebooks from the Kernel
Mathematica provides hundreds of options to control every aspect of the construction and styling of graphics. The options are carefully designed to be both flexible and ...
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
Version 6.0 represented a major step forward in visualization and graphics, with many new and original concepts. Among them was full integration of Mathematica symbolic ...
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
Equations Solving Equations The Representation of Equations and Solutions
When you have numerical data, it is often convenient to find a simple formula that approximates it. For example, you can try to "fit" a line or curve through the points in ...