getting-started-sagenotebook/quickref.tex
changeset 468 ac1198488c0e
parent 460 5d032e253580
--- a/getting-started-sagenotebook/quickref.tex	Thu Nov 11 13:21:10 2010 +0530
+++ b/getting-started-sagenotebook/quickref.tex	Thu Nov 11 17:28:23 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)|}