The general form of an ODE with order n is As in the case of second-order ODEs, such an ODE can be classified as linear or nonlinear. The general form of a linear ODE of ...
It may happen that a given ODE is not linear in y(x) but can be viewed as a linear ODE in x(y). In this case, it is said to be an inverse linear ODE. This is an inverse ...
This equation is solved by simply integrating the right-hand side with respect to x. Here is a plot of the integral curves for different values of the arbitrary constant C[1].
To run Mathematica using a network license, both the client machine and the license server must be on the network and MathLM must be running. If you do not have a MathLM ...
FromServiceResponse[response] converts a response message into a Mathematica expression.
Automatically selecting between hundreds of powerful and in many cases original algorithms, Mathematica provides both numerical and symbolic solving of differential equations ...
In an expression like f[{a,b,c}] you are giving a list as the argument to a function. Often you need instead to apply a function directly to the elements of a list, rather ...
When you use //N to get a numerical result, Mathematica does what a standard calculator would do: it gives you a result to a fixed number of significant figures. You can also ...
"Manipulating Elements of Lists" shows how you can pick out elements of lists based on their positions. Often, however, you will need to select elements based not on where ...
XMLGet["file"] returns the XML expression tree corresponding to the contents of " file".XMLGet["file", parser] uses the pre-initialized XMLParser object to parse the file. ...