OK. Thanks for the information.
Regards
Assad
On Friday, 1 February 2013 12:37:28 UTC+10:30, Dima Pasechnik wrote:
>
> On 2013-02-01, Asad Akhlaq > wrote:
> > --=_Part_333_18658373.1359682782275
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Hi,
> >
> > Please tell me that is
On 2013-02-01, Asad Akhlaq wrote:
> --=_Part_333_18658373.1359682782275
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Please tell me that is it possible to use multiple worksheets, in the sage
> note book, as different *.py files? and then call them from another
> worksheet (say
Hi,
Please tell me that is it possible to use multiple worksheets, in the sage
note book, as different *.py files? and then call them from another
worksheet (say another .py file)?
Thanks
Assad
On Friday, 1 February 2013 08:49:07 UTC+10:30, William wrote:
>
> On Thu, Jan 31, 2013 at 11:54 AM,
Thank you for your kind reply.
Cheers
Assad Akhlaq
On Friday, 1 February 2013 08:49:07 UTC+10:30, William wrote:
>
> On Thu, Jan 31, 2013 at 11:54 AM, Asad Akhlaq
> >
> wrote:
> > Still waiting to hear from you guys. Any help?
>
> Unfortunately, it is not possible to use Sage with Eclipse
On Thu, Jan 31, 2013 at 3:22 AM, LFS wrote:
>
>> It is SO unfortunate that the sagenb.org published worksheets had to be
>> turned off - often a half hour of searching there yielded untold stores of
>> fruit.
>>
>
> 1. It REALLY is unfortunate. I used those published worksheets ALL the time.
> Wit
On Thu, Jan 31, 2013 at 11:54 AM, Asad Akhlaq wrote:
> Still waiting to hear from you guys. Any help?
Unfortunately, it is not possible to use Sage with Eclipse on Windows,
because there is no native port of Sage to Windows. Sorry.
William
>
>
> On Wednesday, 30 January 2013 12:57:19 UTC+10:30
Still waiting to hear from you guys. Any help?
On Wednesday, 30 January 2013 12:57:19 UTC+10:30, Asad Akhlaq wrote:
>
> Hi,
>
> I am a new user of Sage. I have installed Python, Aptana Studio 3 and Sage
> (using VM Virtualbox). I found following explanation on this group but it
> is still confus
It looks like matplotlib does not find numpy, altough this was built
successfully:
spkg/logs/matplotlib-1.1.0.log
BUILDING MATPLOTLIB
matplotlib: 1.1.0
python: 2.7.3 (default,
On Thu, Jan 31, 2013 at 5:40 PM, LFS wrote:
> The second makes the fonts rather small - i used dpi=50
dpi is the size of the raster for the bitmap, and the other size is the
number of inches the image should be. fonts are rendered to fit into this,
therefore they apparently change size!
http://
Thanks Harald! That worked and I very much appreciate your quick reply.
Straightforward is what I want!
BTW: I am satisfied with this, but I will point out the following to anyone
else reading this thread
The first solution does cut off the ylabel a bit from the left; The
second makes the f
On Thu, Jan 31, 2013 at 4:50 PM, LFS wrote:
> Here is the minimal code version
ok, this is a straightforward matplotlib-only question. therefore the
answer is easy :-)
before the histogram line, create a figure and define its size (tuple of
inch values):
plt.figure(figsize=(2,2))
when you sav
Thanks for the quick response.
No packages marked for update for either.
- gcc -v = gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
- yum list |grep glibc = 2.12-1.80.el6_3.5
Thanks,
-*Richard*
On Thursday, January 31, 2013 10:47:05 AM UTC-5, Jeroen Demeyer wrote:
>
> On 2013-
Hiya Harald - I will try. I am really, really bad with forums. That is why
I posted the link to the public page. I think the version is 4.8. (Can't
use sagenb since no public posting.)
Here is the minimal code version I used in an example (for people like me
who don't understand all the program
On 2013-01-31 16:36, rvaug...@gmail.com wrote:
> Our story thus far...
>
> Am running 64-bit Scientfic Linux 6.3 and Sage 5.6.
>
> I then installed IBM ILOG CPLEX Optimization Studio V12.5 for Linux
> x86-64 Multilingual.
>
> After creating several symbolic links, I then ran "sage -b" and receiv
On 2013-01-31 14:53, Joschi ... wrote:
> spkg/logs/matplotlib-1.1.0.log
Please send the matplotlib log file.
> spkg/logs/r-2.14.0.p6.log
Could you try the new R spkg instead:
$ ./sage -i
http://sage.math.washington.edu/home/release/sage-5.7.beta2/sage-5.7.beta2/spkg/standard/r-2.15.2.p0.spkg
--
Our story thus far...
Am running 64-bit Scientfic Linux 6.3 and Sage 5.6.
I then installed IBM ILOG CPLEX Optimization Studio V12.5 for Linux x86-64
Multilingual.
After creating several symbolic links, I then ran "sage -b" and received
the appended.
Thoughts?
-*Richard Vaughn*
=
First, I'll try my MILP problems in double-precision (probably using
CPLEX). I'll re-post my question about arbitrary precision if it turns out
that I need it.
We definitely needed arbitrary precision when we did some related problems
using semi-definite programming (over the real numbers -- w
Hi everyone.
I apologize if my questions were already answered somewhere. I tried to google
but did find anything. Also please let me know if more debug info is needed!
I experience the following problems when building sage5.6 on openSUSE 12.2 (and
I dont know if they are specific to SUSE or no
On Thursday, January 31, 2013 12:22:53 PM UTC+1, LFS wrote:
>
> *Question for anyone:* How to I get my histograms from matplotlib to be
> smaller?
>
>
could you please post the full command of such an example plot? i haven't
followed everything and there are several ways how such a plot is act
This says e^x as it should:
forget();
x=var('x'); h=var('h');
assume(x, 'integer')
f = exp(x)
limit ( (f(x+h)-f(x))/h, h=0)
If I change assume(x, 'integer') to assume(x, 'rational') I got question
"Is x an integer?" from Maxima. Why so?
--
Jori Mäntysalo
--
You received this message because
> It is SO unfortunate that the sagenb.org published worksheets had to be
> turned off - often a half hour of searching there yielded untold stores of
> fruit.
>
>
1. It REALLY is unfortunate. I used those published worksheets ALL the
time. Without them I NEVER would have continued on with Sag
21 matches
Mail list logo