951 - 960 of 1050 for Risch algorithmSearch Results
View search results from all Wolfram sites (8976 matches)
Setting Up the Problem   (Mathematica Tutorial)
The first argument given to DSolve is the differential equation, the second argument is the unknown function, and the last argument identifies the independent variable. Here ...
Equations in One Variable   (Mathematica Tutorial)
The main equations that Solve and related Mathematica functions deal with are polynomial equations. It is easy to solve a linear equation in  x. One can also solve quadratic ...
Inequalities   (Mathematica Tutorial)
Just as the equation x^2+3x==2 asserts that x^2+3x is equal to 2, so also the inequality x^2+3x>2 asserts that x^2+3x is greater than 2. In Mathematica, Reduce works not only ...
DoubleStep Method for NDSolve   (Mathematica Tutorial)
The method "DoubleStep" performs a single application of Richardson's extrapolation for any one-step integration method. Although it is not always optimal, it is a general ...
Numerical Solution of ...   (Mathematica Tutorial)
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
Utility Packages for Numerical ...   (Mathematica Tutorial)
NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
Options for Graphics   (Mathematica Tutorial)
When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
Polynomial Orderings   (Mathematica Tutorial)
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
Solving Equations   (Mathematica Tutorial)
An expression like x^2+2x-7==0 represents an equation in Mathematica. You will often need to solve equations like this, to find out for what values of x they are true. This ...
Newton's Method   (Mathematica Tutorial)
Newton's method for nonlinear equations is based on a linear approximation so the Newton step is found simply by setting M_k(p)=0, Near a root of the equations, Newton's ...
1 ... 93|94|95|96|97|98|99 ... 105 Previous Next

...