Compute Difference Quotients: New In Wolfram Language 11

Symbolic & Numeric Calculus

Compute Difference Quotients

The Wolfram Language can compute not only the well-known univariate difference quotient, but multivariate and higher-order quotients as well.

In[1]:=Click for copyable inputDifferenceQuotient[f[x], {x, h}]Out[1]=

The second-order difference quotient is the difference quotient of the first-order quotient.

In[2]:=Click for copyable inputDifferenceQuotient[f[x], {x, 2, h}]Out[2]=In[3]:=Click for copyable inputDifferenceQuotient[f[x], {x, h}]; DifferenceQuotient[f[x], {x, 2, h}]; % == DifferenceQuotient[%%, {x, h}]Out[3]=

Compute a multivariate difference quotient.

In[4]:=Click for copyable inputDifferenceQuotient[(x + y + 1)/(((x^2 + 3) (y + 5))), {x, h}, {y, k}]Out[4]=

Create a table of increasing difference quotients of a polynomial, which produces polynomials of decreasing order.

In[5]:=Click for copyable inputGrid[Table[ DifferenceQuotient[x^3 y^2 + 5 x y + 11, {x, i, r}, {y, j, s}], {i, 4}, {j, 3}], Spacings -> {2, 1}]Out[5]=

Related Examples

Compute a Mellin TransformFind an Inverse Mellin TransformPerform a Mellin ConvolutionSolve a SIAM Challenge ProblemCompute Difference QuotientsEvaluate a Derivative Using First PrinciplesGenerate a Gallery of Difference QuotientsVisualize Secants and TangentsFind the Largest Small PolygonFind the Charge Distribution on a SphereOptimize the Shape of a CamModel a Hanging ChainSolve a Volterra Integral EquationSolve a Fredholm Integral EquationSolve an Integro-Differential EquationSolve the Tautochrone ProblemSolve an Initial Value Problem Using a Green's FunctionSolve a Boundary Value Problem Using a Green's FunctionSolve the Wave Equation Using Its Fundamental SolutionFind the Impulse Response of a CircuitRepresent Functions in Terms of MeijerGCompute Definite Integrals Using G ReductionCompute Areas and Volumes in Non-Cartesian CoordinatesSolve an ODE with a Ramp Forcing Function de es fr ja ko pt-br ru zh

Tag » What Is The Difference Quotient