diff options
Diffstat (limited to 'getting-started-sagenotebook/quickref.tex')
-rw-r--r-- | getting-started-sagenotebook/quickref.tex | 8 |
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)|} |