File:Exponential sequence.pdf

Description
English: Exponential sequence .
Italiano: Sequenza esponenziale .
Date
Source Own work
Author Luca Ghio
Permission
(Reusing this file)
Public domain 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.
Category:Self-published work#Exponential%20sequence.pdfCategory:PD-self#Exponential%20sequence.pdf
gnuplot source
InfoField
click to expand
n=[-10:10];
a=(2/3);
y=a.^n.*(n>=0);
figure
set(gca,'FontSize',14)
stem(n,y,'k')
xlabel('n')
title('(2/3)^n')
axis([-10 10 -0.5 1.5])
grid on
Category:Images with Octave source code Category:Plots of discrete time Category:Natural exponential function
Category:Images with Octave source code Category:Natural exponential function Category:PD-self Category:Plots of discrete time Category:Self-published work