File:XCubed Fourier Series Approximation n=7,15.svg
From Wikimedia Commons, the free media repository
XCubed_Fourier_Series_Approximation_n=7,15.svg (SVG file, nominally 720 × 460 pixels, file size: 83 KB)
| Description |
This is a graph of x3, periodic on (-π,π), with the Fourier Series Approximations drawn in at k=7 (red) and k=15 (blue). The approximation is given by
This is the counterpart to this, which has just the original function drawn in. |
|---|---|
| Date |
22 February 2008 |
| Source |
Own Drawing, Plotted in Mathematica, edited in Inkscape. |
| Author | |
| Permission (Reusing this image) |
|
| Other versions | image:XCubed Periodic (-pi, pi).svg |
[edit] Mathematica Code
f[x_] = x^3;
ffour[x_, k_] =
Hold[
Sum[
((-2*(-1)^n*(Pi^2*n^2 - 6))/(n^3))*Sin[n*x],
{n, 1, k}]
];
Plot[
{f[Mod[x, 2 \[Pi], -\[Pi]]],
ReleaseHold[ffour[x, 7]],
ReleaseHold[ffour[x, 15]]},
{x, -2 Pi, 2 Pi}]
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 02:29, 23 February 2008 | 720×460 (83 KB) | Inductiveload (Talk | contribs) | ({{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }} ) | |
| 02:00, 23 February 2008 | 720×460 (83 KB) | Inductiveload (Talk | contribs) | ({{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }} ) | ||
| 01:21, 10 February 2007 | 625×386 (189 KB) | Inductiveload (Talk | contribs) | ({{Information |Description=This is a graph of x<sup>3</sup>, periodic on (-π,π), with the Fourier Series Approximations drawn in at k=7 (red) and k=15 (blue). The approximation is given by <math>f\left( x \right) = \sum\limits_{n = 1}^k {{{ - 2\lef) |
- Edit this file using an external application (See the setup instructions for more information)
File links
The following 2 pages on Wikimedia Commons link to this file. Some pages on other Wikimedia projects may also link to it.
Global file usage
The following other wikis use this file:
- Usage of XCubed Fourier Series Approximation n=7,15.svg on enwikibooks
.