To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:Taylorsine.svg

From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 1,600 × 1,200 pixels, file size: 9 KB)

Summary

Description
The sine function and its 7th-degree Taylor polynomial, . Made by english wikipedia user Ktims. Copied here from english wikipedia (Link)
Date 31 May 2006 (original upload date)
Source No machine-readable source provided. Own work assumed (based on copyright claims).
Author No machine-readable author provided. Riojajar~commonswiki assumed (based on copyright claims).

Instructions

Generated with the following gnuplot script, manually colour-matched with the previous chart here for consistency.

set terminal svg size 1600 1200 fname "Times New Roman" fsize 48
set output "taylorsine.svg"
set xzeroaxis lt 0 lw 4
set yzeroaxis lt 0 lw 4
unset border
set key box
set samples 200

set bmargin 0
set lmargin 0
set rmargin 0
set tmargin 0

set xtics axis ("-2π" -2*pi, "-π" -pi, "π" pi, "2π" 2*pi)
set mxtics 2

set ytics axis ("" -5, "" -4, "" -3, "" -2, "" -1, "" 1, "" 2, "" 3, "" 4, "" 5)
set mytics 20

set xrange [-3*pi:3*pi]
set yrange [-5:5]

f(x) = x - (x**3/3!)
plot sin(x) lt 10 lw 4, f(x) lt 12 lw 4

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

31 May 2006

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:24, 31 May 2006Thumbnail for version as of 11:24, 31 May 20061,600 × 1,200 (9 KB)Riojajar~commonswiki== Summary == The sine function and its 7th-degree Taylor polynomial, <math>f(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!}</math> Made by english wikipedia user Ktims == Instructions == Generated with the followin
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.