Expo02.svg


Description
English: Graphs of y = b x for various bases b :
base 1 / 2 .

Each curve passes through the point (0, 1) because any nonzero number raised to the power of 0 is 1. At x = 1 , the value of y equals the base because any number raised to the power of 1 is the number itself.

Automatic replacement for Image:Expo02.png : "A graph showing e^x (in red), 10^x (in green) and 1.7^x (in blue) over the x-interval -3 to 3."

Created in wikipedia:Gnuplot .

Gnuplot source code:

set terminal svg size 315 304 fname "Verdana" fsize 12

set output "exp.svg"

set xrange [-3:3]
set yrange [-0.9:5.1]
set samples 500

set ticscale 0.5
set xtics axis 1
set ytics axis 1

set grid linewidth 0.1
unset key
unset border

set label 1 "e" at 1.1,exp(1)
set label 2 "10" at 0.8,10**0.7
set label 3 "2" at 1.1,1.9
set label 4 "½" at 1.1,0.6

plot exp(x) 1
plot 10**x 2
plot 2**x 3
plot 0.5**x 4
Source Own work
Author User:EnEdC

Summary

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.2 or any later version published by the Free Software Foundation ; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License .
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update .
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic , 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

Captions

the problem and cerbolatry

Items portrayed in this file

depicts