[sage-support] matlab-like 'whos' function in SAGE notebook interface?

2008-04-17 Thread Reckoner
In matlab, if you type >> whos you will get a list of all the variables defined in the workspace along with their sizes and other descriptive info. anything similar in the SAGE notebook interface? Thanks in advance. --~--~-~--~~~---~--~~ To post to this group,

[sage-support] Previous evaluation results saved somewhere?

2008-04-16 Thread Reckoner
In Mathematica, the previous results of the valuations are saved in the Out[] variable. does SAGE do something similar? Thanks in advance. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, sen

[sage-support] Re: partially evaluate expression numerically?

2008-04-16 Thread Reckoner
For posterity, the subtle point that Stein made is that instead of substituting the integer 5, he used the the float 5.0 to get the result. On Apr 15, 11:26 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 11:22 AM, Reckoner <[EMAIL PROTECTED]>

[sage-support] partially evaluate expression numerically?

2008-04-15 Thread Reckoner
Suppose I have something like: sage: x,y,z=var('x y z') sage: eq = cos(x)*sin(y)*tan(x) and I want to substitute a value for x, say, x=5. Then, I would have eq = cos(5)*sin(y)*tan(5) which is what I get when I do .substitute() in sage. However, I want this partially numerically evaluated to o

[sage-support] mixed Integer Linear Programming solvers in SAGE?

2008-03-04 Thread Reckoner
Does SAGE already contain the following package: http://sourceforge.net/projects/lpsolve for mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models. If not, will it? Are there already alternative