File:Bernoulli inequality.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 254 × 488 pixels. Other resolutions: 125 × 240 pixels | 250 × 480 pixels | 399 × 768 pixels | 533 × 1,024 pixels | 1,066 × 2,048 pixels.
Original file (SVG file, nominally 254 × 488 pixels, file size: 18 KB)
File information
Structured data
Captions
DescriptionBernoulli inequality.svg | Illustration of Bernoulli's inequality. |
Date | (UTC) |
Source | self-made with MATLAB |
Author | Oleg Alexandrov |
SVG development InfoField | |
Source code InfoField | MATLAB code% 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);
|
Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 06:11, 9 January 2008 | 254 × 488 (18 KB) | Oleg Alexandrov (talk | contribs) | {{Information |Description=Illustration of Bernoulli's inequality. |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov |Permission= |other_versions= }} {{PD-self}} ==Source code ([[: |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on bg.wikipedia.org
- Usage on bs.wikipedia.org
- Usage on de.wikipedia.org
- Usage on de.wikibooks.org
- Usage on de.wikiversity.org
- Kurs:Vorkurs Mathematik (Osnabrück 2009)/Vorlesung 8
- Kurs:Mathematik (Osnabrück 2009-2011)/Teil I/Vorlesung 6
- Kurs:Mathematik für Anwender (Osnabrück 2011-2012)/Teil I/Vorlesung 3
- Kurs:Analysis (Osnabrück 2013-2015)/Teil I/Vorlesung 4
- Kurs:Analysis (Osnabrück 2013-2015)/Teil I/Vorlesung 4/kontrolle
- Kurs:Analysis (Osnabrück 2014-2016)/Teil I/Vorlesung 4
- Kurs:Analysis (Osnabrück 2014-2016)/Teil I/Vorlesung 4/kontrolle
- Kurs:Mathematik für Anwender (Osnabrück 2019-2020)/Teil I/Vorlesung 5
- Kurs:Mathematik für Anwender (Osnabrück 2019-2020)/Teil I/Vorlesung 5/kontrolle
- Kurs:Mathematik für Anwender (Osnabrück 2019-2020)/Teil I/Repetitorium/Vorlesung 5
- Kurs:Mathematik für Anwender (Osnabrück 2020-2021)/Teil I/Vorlesung 5
- Kurs:Mathematik für Anwender (Osnabrück 2020-2021)/Teil I/Vorlesung 5/kontrolle
- Kurs:Analysis (Osnabrück 2021-2023)/Teil I/Vorlesung 4
- Kurs:Analysis (Osnabrück 2021-2023)/Teil I/Vorlesung 4/kontrolle
- Kurs:Vorkurs Mathematik (Osnabrück 2009)/Vorlesung 8/kontrolle
- Kurs:Mathematik für Anwender (Osnabrück 2011-2012)/Teil I/Vorlesung 3/kontrolle
- Kurs:Mathematik für Anwender (Osnabrück 2023-2024)/Teil I/Vorlesung 5
- Kurs:Mathematik für Anwender (Osnabrück 2023-2024)/Teil I/Vorlesung 5/kontrolle
- Usage on en.wikipedia.org
- Usage on en.wikiversity.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on he.wikipedia.org
- Usage on hi.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on hy.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on vi.wikipedia.org
- Usage on www.wikidata.org