FileNameDepth["file"] gives the number of path elements in the file name " file".
$CUDADeviceCount gives the number of CUDA devices on the system.
Of the many ways images can be loaded into a Mathematica notebook, Import is the main method used to access image files on your local computer or at a remote location. The ...
$RecursionLimit gives the current limit on the number of levels of recursion that Mathematica can use.
Once installed, MathLM starts running automatically by default each time the machine is rebooted. To start or stop MathLM manually, follow these instructions. It is assumed ...
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
BenchmarkReport[] runs the benchmark and produces a report in a separate notebook comparing this system to a selection of reference systems. BenchmarkReport["system_1", ...
Cartesian represents the Cartesian coordinate system with default variables Xx, Yy, and Zz.Cartesian[x, y, z] represents the Cartesian coordinate system with variables x, y, ...
AbsoluteFileName["name"] gives the full absolute version of the name for a file in your filesystem.
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...