Fayl:Polynomialdeg3.svg

testwiki saytından
Naviqasiyaya keç Axtarışa keç
Faylın orijinalı (SVG faylı, nominal olaraq 400 × 400 piksel, faylın ölçüsü: 737 bayt)

Bu fayl Wikimedia Commonsdandır və başqa layihələrdə də istifadə edilə bilər. Faylın təsvir səhifəsindəki məlumat aşağıda göstərilib.

Xülasə

İzah

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

Tarix
Mənbə Polynomialdeg3.png
Müəllif N.Mori
İcazə
(Faylın təkrar istifadəsi)
Public domain This work has been released into the public domain by its author, N.Mori. This applies worldwide.
In some countries this may not be legally possible; if so:
N.Mori grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
SVG genesis
InfoField
 The SVG code is valid.
 This plot was created with Matplotlib.
Mənbə kodu
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");

Başlıqlar

Bu faylın nəyi təmsil etdiyinə dair bir sətirlik izahat əlavə et
Graphing of a third degree polynomial, with roots at -4, -1 and 2, and a y-intercept of -2.

Bu faylda təsvir olunan elementlər

təsvir edir

plot ingilis

6 yanvar 2007

data size ingilis

737 Bayt

media type ingilis

image/svg+xml

checksum ingilis

6b25de438d8c38ccbc816cead66e0c79b7d47094

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

Tarix/VaxtMiniatürÖlçülərİstifadəçiŞərh
hal-hazırkı17:33, 2 yanvar 201517:33, 2 yanvar 2015 tarixindəki versiyanın miniatür görüntüsü400 × 400 (737 bayt)wikimediacommons>KrishnavedalaReverted to version as of 13:02, 30 August 2008: Cleaner rendering. text and graph not clear in the newly uploaded version.

Aşağıdakı 3 səhifə bu faylı istifadə edir: