File:MidRiemann2.svg

Summary

Description
English: A middle Riemann sum of x^3 over [0,2] using 4 subdivisions.
Date
Source Own work
Author Qef
Other versions Shows same thing as this bitmap version: file:MidRiemann2.PNG

Gnuplot source

set terminal svg font "Bitstream Vera Sans,18"
set output "MidRiemann2.svg"

set xrange [0:2]
set yrange [0:8]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics axis nomirror offset 0,0.5
set ytics axis nomirror offset -0.5,0
set key off
set border 0

set samples 100

plot '-' using 1:($1*$1*$1) with boxes fill linetype rgbcolor "blue" linewidth 3
0.25
0.75
1.25
1.75
e
plot x*x*x with line linetype rgbcolor "red" linewidth 3

Licensing

Public domain This work has been released into the public domain by its author, Qef. This applies worldwide.

In some countries this may not be legally possible; if so:
Qef grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Category:PD-user#MidRiemann2.svg Category:Riemann integral Category:Images with Gnuplot source code
Category:Images with Gnuplot source code Category:PD-user Category:Riemann integral