Tutorial

MATLAB can compute both indefinite and definite integrals. The command for computing an indefinite integral (antiderivative) is exactly analogous to that for computing a derivative: syms x . f=x^2 . f = x^2 . int(f,x) ans = 1/3*x^3 . As this example shows, MATLAB does not add the "constant of integration." It simply returns one antiderivative ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download