getting-started-sagenotebook/quickref.tex
changeset 460 5d032e253580
parent 314 11869b16d86b
--- a/getting-started-sagenotebook/quickref.tex	Thu Nov 11 02:55:20 2010 +0530
+++ b/getting-started-sagenotebook/quickref.tex	Thu Nov 11 03:00:19 2010 +0530
@@ -1,8 +0,0 @@
-Creating a linear array:\\
-{\ex \lstinline|    x = linspace(0, 2*pi, 50)|}
-
-Plotting two variables:\\
-{\ex \lstinline|    plot(x, sin(x))|}
-
-Plotting two lists of equal length x, y:\\
-{\ex \lstinline|    plot(x, y)|}