پەڕگە:Polynomialdeg3.svg

پەڕگەی سەرەکی(پەڕگەی SVG، بە ناو ٤٠٠ × ٤٠٠ پیکسەڵ، قەبارەی پەڕگە: ٧٣٧ بایت)

ئەم پەڕگە لە Wikimedia Commonsەوەیە و لەوانەیە لە پڕۆژەکانی دیکەش بەکار ھاتبێت. پێناسەکەی لەسەر پەڕەی وەسفی پەڕگەکە لە خوارەوە نیشان دراوە.

کورتە

وەسف

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

ڕێکەوت
سەرچاوە Polynomialdeg3.png
بەرھەمھێنەر N.Mori
ڕێپێدان
(بەکارھێنانەوەی ئەم پەڕگەیە)
Public domain ئەم بەرھەمە بەدەستی بەرھەمھێنەرەکەی N.Mori، بڵاوکراوەتەوە بۆ پاوانی گشتی (public domain). ئەم مافە بۆ سەرانسەری جیھانە.
لە ھەندێ وڵاتدا لەوانەیە یاسا، ڕێگە بەمە نەدات؛ لەو کاتەدا:
N.Mori مافی بەکارھێنانی ئەم بەرھەمە بۆ ھەر مەبەستێک دەبەخشێ بە ھەموو کەسێک، بێ ھیچ مەرجێک، مەگەر ئەو چەشنە مەرجانە کە یاسا ھەبوونیانی بە پێویستی بزانێت.
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
کۆدی سەرچاوە
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");

لێدوانەکان

Add a one-line explanation of what this file represents
Mathematics

بەندەکانی لەم پەڕگەیەدا دەردەکەون

depicts ئینگلیزی

٦ کانوونی دووەمی 2007

مێژووی پەڕگە

کرتە بکە لەسەر یەکێک لە ڕێکەوت/کاتەکان بۆ بینینی پەڕگەکە بەو شێوەی لەو کاتەدا بووە.

ڕێکەوت/کاتھێمائەندازەبەکارھێنەرتێبینی
هەنووکە‏١٦:٣٣، ٢ی کانوونی دووەمی ٢٠١٥ھێما بۆ وەشانی  ‏١٦:٣٣، ٢ی کانوونی دووەمی ٢٠١٥٤٠٠ لە ٤٠٠ (٧٣٧ بایت)KrishnavedalaReverted to version as of 13:02, 30 August 2008: Cleaner rendering. text and graph not clear in the newly uploaded version.
‏٠٨:٣٣، ٢٤ی تەممووزی ٢٠١٣ھێما بۆ وەشانی  ‏٠٨:٣٣، ٢٤ی تەممووزی ٢٠١٣٧٢٠ لە ٧٢٠ (٣٤ کیلۆبایت)IkamusumeFan1. Redrew completely using Matplotlib; 2. Source code added; 3. Labels added.
‏١٣:٠٢، ٣٠ی ئابی ٢٠٠٨ھێما بۆ وەشانی  ‏١٣:٠٢، ٣٠ی ئابی ٢٠٠٨٤٠٠ لە ٤٠٠ (٧٣٧ بایت)N.Mori{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
‏١٣:٤٢، ٦ی کانوونی دووەمی ٢٠٠٨ھێما بۆ وەشانی  ‏١٣:٤٢، ٦ی کانوونی دووەمی ٢٠٠٨٤٠٠ لە ٤٠٠ (٩٦٥ بایت)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

ئەم پەڕەیە ئەم پەڕگەیە بەکار دەھێنێت:

بەکارھێنانی سەرانسەریی پەڕگە

ئەم ویکیانەی دیکەی خوارەوەش ئەم پەڕگە بەکاردێنن:

بینینی بەکارھێنانی گشتی زیاتری ئەم پەڕگەیە.

دراوی مێتا