From 5ac4b69d7a3f286c021245192ef57069b0baa6ee Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 11 Nov 2010 03:00:19 +0530 Subject: Changes to getting started with Sage notebook. --- getting-started-sagenotebook/quickref.tex | 8 -------- 1 file changed, 8 deletions(-) (limited to 'getting-started-sagenotebook/quickref.tex') 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)|} -- cgit