Talaksan:Polynomialdeg3.svg

Mula testwiki
Pumunta sa nabigasyon Pumunta sa paghahanap
Orihinal na file (SVG na file, nominal na 400 × 400 (na) pixel, laki: 737 B)

Mula sa Wikimedia Commons ang talaksang ito at posibleng magamit sa ibang proyekto. Makikita sa baba ang paglalarawan sa pahina ng paglalarawan nito roon.

Buod

Paglalarawan

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

Petsa
Pinagmulan Polynomialdeg3.png
May-akda N.Mori
Permiso
(Muling paggamit sa file)
Public domain Ang akdang ito ay pinakawalan sa sakop ng madla ng may-akda nito, si N.Mori. Magagamit ito sa buong daigdig.
Maaaring hindi ito posibleng legal sa ilang mga bansa; kung ganito:
Ibinibigay ni N.Mori kaninuman ang karapatang gamitin ang akdang ito para sa anumang layunin, na walang anumang kundisyon, maliban na lamang kung ang ganyang mga kundisyon ay kinakailangan sa batas.
SVG genesis
InfoField
 The SVG code is valid.
 This plot was created with Matplotlib.
Source code
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");

Captions

Add a one-line explanation of what this file represents
Graphing of a third degree polynomial, with roots at -4, -1 and 2, and a y-intercept of -2.

Items portrayed in this file

depicts English

plot English

6 Enero 2007

data size English

737 byte

media type English

image/svg+xml

checksum English

6b25de438d8c38ccbc816cead66e0c79b7d47094

Nakaraan ng file

Pindutin ang isang petsa/oras para makita ang file noong puntong yon.

Petsa/OrasThumbnailSukatTagagamitKomento
ngayon17:33, 2 Enero 2015Thumbnail para sa bersiyon noong 17:33, 2 Enero 2015400 × 400 (737 B)wikimediacommons>KrishnavedalaReverted to version as of 13:02, 30 August 2008: Cleaner rendering. text and graph not clear in the newly uploaded version.

Ginagamit ng sumusunod na pahina ang file na ito: