Fichièr d'origina(Fichièr SVG, resolucion de 400 × 400 pixèls, talha : 737 octets)

Descripcion

Descripcion

Polynomial of degree 3 with roots at 2, -1, and -4:

Data
Font Polynomialdeg3.png
Autor N.Mori
Permission
(Reütilizacion d'aqueste fichièr)
Public domain S'ha alliberat aquesta obra al domini públic pel seu autor N.Mori. Això s'aplica a tot el món.
En alguns països això pot no ser legalment possible, en tal cas:
N.Mori concedeix a tothom el dret d'usar aquesta obra per a qualsevol propòsit, sense cap condició llevat d'aquelles requerides per la llei.
SVG information
InfoField
 
El codi font d'aquest SVG és vàlid.
 
Aqueste imatge vectorial es estat creat amb Matplotlib
Codi font
InfoField

Python code

Source code
# Author: Ika, 2013-07-24
from pylab import *
import pylab as pl
import numpy as np

# Create a figure of size 8x6 points, 80 dots per inch
pl.figure(figsize=(8,8), dpi=80)

# Create a plot of the cubic function y=(x+4)(x+1)(x-2)/4
x = np.linspace(-5.0,4.0,256, endpoint=True)
y = (x+4)*(x+1)*(x-2)/4
pl.plot(x,y,color="magenta", linewidth=3.0, linestyle="-")

# Set labels
pl.xlim(-5,4)
pl.ylim(-4,7)

# Move the spines
ax = pl.gca()
ax.set_xlabel('x')
ax.set_ylabel('y')
ax.text(-5, 3, r'$y=\frac{1}{4}(x+4)(x+1)(x-2)$', fontsize=20)

# Set up the grid
ax.spines['right'].set_color('none')
ax.spines['top'].set_color('none')
ax.xaxis.set_ticks_position('bottom')
ax.spines['bottom'].set_position(('data',0))
ax.yaxis.set_ticks_position('left')
ax.spines['left'].set_position(('data',0))
ax.grid(color="grey",linestyle='--',linewidth=1)

# Save the figure to the output SVG file
plt.savefig("Cubic_Function_SVG.svg");

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer
Mathematics

Elements representats en aquest fitxer

subjècte representat

Istoric del fichièr

Clicar sus una data e una ora per veire lo fichièr tal coma èra a aqueste moment

Data e oraMiniaturaDimensionsUtilizaireComentari
actual2 genièr de 2015 a 16.33Miniatura per la version del 2 genièr de 2015 a 16.33400×400 (737 octets)KrishnavedalaReverted to version as of 13:02, 30 August 2008: Cleaner rendering. text and graph not clear in the newly uploaded version.
24 julhet de 2013 a 08.33Miniatura per la version del 24 julhet de 2013 a 08.33720×720 (34 Ko)IkamusumeFan1. Redrew completely using Matplotlib; 2. Source code added; 3. Labels added.
30 agost de 2008 a 13.02Miniatura per la version del 30 agost de 2008 a 13.02400×400 (737 octets)N.Mori{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
6 genièr de 2008 a 13.42Miniatura per la version del 6 genièr de 2008 a 13.42400×400 (965 octets)N.Mori{{Information| |Description=Polynomial of degree 3: <math>y=\frac{x^3}{4}+\frac{3x^2}{4}-\frac{3x}{2}-2=\frac{1}{4}(x+4)(x+1)(x-2)</math> |Source=Image:Polynomialdeg3.png |Date=2007-01-06 |Author=~~~ |Permission=See below |other_versions=None }} [[Cat

La pagina çaijós compòrta aqueste imatge :

Usatge global del fichièr

Los autres wikis seguents utilizan aqueste imatge :

Veire l'utilizacion globala d'aqueste fichièr.

Metadonadas