File:Sinesquaredwithantiderivative.png: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 May 2012

4 September 2011

3 September 2011

  • curprev 20:2120:21, 3 September 2011Vipul talk contribs 230 bytes +230 This file was created using [http://www.wolfram.com/mathematica Wolfram Mathematica 8.0] with the following code: <pre>f[x_] := Integrate[(Sin[t])^2, {t, 0, x}] Plot[{(Sin[x])^2, f[x]}, {x, -2 Pi, 2 Pi}, AspectRatio -> 1/2]</pre>