summaryrefslogtreecommitdiff
path: root/getting-started-sagenotebook/quickref.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-11-11 03:00:35 +0530
committerPuneeth Chaganti2010-11-11 03:00:35 +0530
commit8719bc60eaeed46d6e747d6f38fadb75b5b01a16 (patch)
treeee6e6b96d687b4bd448a7883c67491cf9407b580 /getting-started-sagenotebook/quickref.tex
parent822f9277ca6982a63ee8185c6d6715728e28af5b (diff)
parent5ac4b69d7a3f286c021245192ef57069b0baa6ee (diff)
downloadst-scripts-8719bc60eaeed46d6e747d6f38fadb75b5b01a16.tar.gz
st-scripts-8719bc60eaeed46d6e747d6f38fadb75b5b01a16.tar.bz2
st-scripts-8719bc60eaeed46d6e747d6f38fadb75b5b01a16.zip
Merged heads.
Diffstat (limited to 'getting-started-sagenotebook/quickref.tex')
-rw-r--r--getting-started-sagenotebook/quickref.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/getting-started-sagenotebook/quickref.tex b/getting-started-sagenotebook/quickref.tex
index b26d168..e69de29 100644
--- a/getting-started-sagenotebook/quickref.tex
+++ b/getting-started-sagenotebook/quickref.tex
@@ -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)|}