VertexInComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a directed path to at least one of v_1, v_2, ....VertexInComponent[g, {v_1, v_2, ...}, k] ...
ZeroTest is an option to various linear algebra functions that gives a function to use in testing whether symbolic expressions should be treated as zero.
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.
$CharacterEncodings gives the list of character encodings that can be used.
$FrontEnd is a global variable that specifies to what front end object, if any, the kernel is currently connected.
$FrontEndSession is a global symbol that represents the current session of the front end from which the kernel is being run.
$KernelCount gives the number of subkernels available for parallel computations.
$MinNumber gives the minimum positive arbitrary-precision number that can be represented on a particular computer system.
A linear second-order ordinary differential equation is said to be exact if An exact linear second-order ODE is solved by reduction to a linear first-order ODE.
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...