לדלג לתוכן

קובץ:Bernoulli inequality.png

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(556 × 1,056 פיקסלים, גודל הקובץ: 28 ק"ב, סוג MIME‏: image/png)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.
תיאור Illustration of Bernoulli's inequality.
תאריך יצירה (UTC)
מקור self-made with MATLAB
יוצר Oleg Alexandrov
קיימת תמונה חדשה תמונה זו בגרסה וקטורית בפורמט "SVG". It should be used in place of this raster image.

File:Bernoulli inequality.png → File:Bernoulli inequality.svg


בשפות אחרות
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
New SVG image

Public domain ברצוני, בעלי זכויות היוצרים על יצירה זו, לשחרר יצירה זו לנחלת הכלל. זה תקף בכל העולם.
יש מדינות שבהן הדבר אינו אפשרי על פי חוק, אם כך:
אני מעניק לכל אחד את הזכות להשתמש בעבודה זו לכל מטרה שהיא, ללא תנאים כלשהם, אלא אם כן תנאים כאלה נדרשים על פי חוק.

Source code (MATLAB)

% Illustration of the bernoulli inequality

function main()

   r = 3; % the power in the Bernoulli inequality
   
   % KSmrq's colors
   red    = [0.867 0.06 0.14];
   blue   = [0, 129, 205]/256;
   green  = [0, 200,  70]/256;
   yellow = [254, 194,   0]/256;
   white = 0.99*[1, 1, 1];

% Set up the grid and other parameters
   N = 100;
   A = -2; B = 2; 
   X = linspace(A, B, N);
   Y1 = 1+r*X;
   Y2 = (1+X).^r;

   C=-3; D = 5;
   
   % Set up the figure
   lw = 3; % linewidth
   fs = 12; % font size
   figure(1); clf;

   set(gca, 'fontsize', fs);
   set(gca, 'linewidth', 0.4*lw)
   hold on;% grid on;
   
   plot_axes (A, B, C, D, lw/1.5);
   
   plot(X, Y1, 'color', blue, 'linewidth', lw);
   plot(X, Y2,   'color', red, 'linewidth', lw);
   
   axis equal; axis([A, B, C, D]); 

   set(gca, 'XTick', [-2, -1, 0, 1, 2]) % text labels on the x axis
   grid on;
   
   saveas(gcf, 'Bernoulli_inequality.eps', 'psc2'); % save as eps
   %plot2svg('Bernoulli_inequality.svg'); % save as svg
   
function plot_axes (A, B, C, D, lw)
   
   black = [0, 0, 0];

   plot([A B], [0, 0], 'linewidth', lw, 'color', black);
   plot([0, 0], [C, D], 'linewidth', lw, 'color', black);

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

checksum אנגלית

f8b6b20cdd1731f509ba6470b59e5589f91d341b

הוגדר לפי: SHA-1 אנגלית

28,690 בית

1,056 פיקסל

556 פיקסל

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית22:24, 6 בינואר 2008תמונה ממוזערת לגרסה מ־22:24, 6 בינואר 2008‪1,056 × 556‬ (28 ק"ב)Oleg Alexandrovtweak
07:39, 6 בינואר 2008תמונה ממוזערת לגרסה מ־07:39, 6 בינואר 2008‪1,056 × 556‬ (25 ק"ב)Oleg AlexandrovTweak
07:28, 6 בינואר 2008תמונה ממוזערת לגרסה מ־07:28, 6 בינואר 2008‪1,056 × 556‬ (25 ק"ב)Oleg Alexandrov{{Information |Description=Illustration of Bernoulli's inequality. |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov |Permission= |other_versions= }} {{PD-self}} ==Source code ([[:

אין בוויקיפדיה דפים המשתמשים בקובץ זה.