[sage-support] macOS downloads: "py2" variants?

2020-09-02 Thread Brian McGroarty
The macOS downloads for Sage version 9.1 include variants with and without "py2" in the name. The installation instructions and the macOS readme in the top level directory don't indicate what this is for. Which version would be appropriate for first time use on a Mojave machine? Is py2 there on

[sage-support] Can sage's palp decompress these polytopes?

2017-02-05 Thread Brian Fitzpatrick
Kreuzer has a list of five-dimensional reflexive polytopes at this link: http://quark.itp.tuwien.ac.at/~kreuzer/d5/ I want to read these compressed files. Is this possible in sage? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe

[sage-support] Re: Debian unstable binary install needed libiml and/or libiml-dev to run successfully

2017-02-01 Thread Brian Flaherty
Sorry, I forgot to add machine info. root@stendahl:~# uname -a Linux stendahl 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux Debian unstable. On Wednesday, February 1, 2017 at 1:39:15 PM UTC-8, Brian Flaherty wrote: > > Hello, > > I tried installing sage this m

[sage-support] Debian unstable binary install needed libiml and/or libiml-dev to run successfully

2017-02-01 Thread Brian Flaherty
: libiml.so.0: cannot open shared object file: No such file or directory > In Debian aptitiude, I installed libiml0 and libiml-dev. After intalling those, sage ran from the command line as root and did all the patching and sage runs. Thought I'd let you know. Brian -- You received

[sage-support] How do I use maxima.fpprec in sage?

2015-08-18 Thread Brian Rich
I have recently picked up sage, and while browsing through a list of functions in the completion list, found maxima.fpprec. I assume it is used for getting or setting the value of the maxima variable of the same name, but I cannot figure out how to use this particular function. Can someone tell

Re: [sage-support] non parametric curve plot

2015-05-18 Thread Brian Sherson
I believe what you are looking for is “implicit_plot” ~Brian On 05/18/2015 03:15 PM, Evrim Ulu wrote: Hello, Is there a way to plot non-parametric curve of 2-variables f(x,y)=0? I've seen the documentation always employs rational parametrization or uses plot3d. best, evrim. -

Re: [sage-support] differentiating large function problem

2014-12-22 Thread Brian Sherson
Dustin, I don’t think you can use LaTeX syntax to define f. ~Brian On 12/22/2014 11:27 AM, Dustin Tingley wrote: Hi, I'm trying to differentiate a pretty nasty function. However, I keep running into invalid syntax problems. a, c, g, k, t, g1, e2, t = var('a,c,g,k,t,g1,e2,t')

Re: [sage-support] How long a time is compilation Sage?

2014-12-17 Thread Brian Sherson
Actually, I did -j8. On Dec 17, 2014 12:59 AM, "Jori Mantysalo" wrote: > On Tue, 16 Dec 2014, Brian Sherson wrote: > > That sounds about right, Dmitry. It takes my server a few hours, and it >> is an 8-core, 3.5 GHz processor. >> > > Then you have not set

Re: [sage-support] How long a time is compilation Sage?

2014-12-16 Thread Brian Sherson
That sounds about right, Dmitry. It takes my server a few hours, and it is an 8-core, 3.5 GHz processor. ~Brian On Dec 16, 2014 4:04 PM, "Dmitry Nanyshev" wrote: > Hi all. How long time is a compilation? I am download Sage 5.0.1. > Unzipped. Run make. It's been for 3 hours

[sage-support] Solving symbolic inequalities does not always yield explicit solutions.

2014-11-13 Thread Brian Sherson
y < 0, -y*z + x > 0]] Instead of: [[0 < y, x < y*z], [y < 0, x > y*z]] Any ideas on how to get SAGE to return the latter result? The inequalities I wish to solve for are linear in the variable I wish to solve for. ~Brian -- You received this message because you are subscribe

[sage-support] Assumptions not acknowledged

2014-09-18 Thread Brian Sherson
Could anyone tell me what I am doing wrong here? sage: g(x,y) = ((x-y)/sqrt(1-(x-y)^2)/y) sage: forget() sage: var("alpha") sage: assume(alpha>0) sage: assume(alpha<1) sage: assume(x>-1+alpha) sage: *assume(x-alpha-1<0)* sage: g(x,y).integral(y, alpha, x+1, algorithm="maxima") And yet I stil

[sage-support] Re: Problems with heft vectors in M2

2014-09-05 Thread Brian Fitzpatrick
Thank you. I will move it. On Friday, September 5, 2014 5:49:17 PM UTC-4, Dima Pasechnik wrote: > > On 2014-09-05, Brian Fitzpatrick > > wrote: > > I hope this is on-topic in this group. > > sorry, but IMHO this belongs in > https://groups.google.com/fo

[sage-support] Problems with heft vectors in M2

2014-09-05 Thread Brian Fitzpatrick
I hope this is on-topic in this group. I am working with the "NormalToricVarieties" package in M2. Part of my research involves determining when the higher cohomology groups of certain twists of the structure sheaf of a toric variety vanish. I have a specific example where in computing HH^1(X,O

Re: [sage-support] exponents with units of measurement?

2014-09-03 Thread Brian Sherson
Don’t feel too bad, it took me a while to discover that method. :) ~Brian On 09/01/2014 08:40 PM, Hal Snyder wrote: how could I have missed that? Thank you! On Monday, September 1, 2014 10:35:11 PM UTC-5, shersonb wrote: Try the .simplify_radical() method. ~Brian -- You received

Re: [sage-support] exponents with units of measurement?

2014-09-01 Thread Brian Sherson
Try the .simplify_radical() method. ~Brian On 09/01/2014 08:31 PM, Hal Snyder wrote: Is there a way to simplify sqrt(some_unit_of_measurement^2) without knowing what's in the expression? Often a chain of computations will lead to a result like the following: 7.5 * sqrt(units.length.me

[sage-support] Heartbleed bug

2014-04-13 Thread Brian Sherson
First question: Is SAGE notebook susceptible to the Heartbleed bug when run with secure=True? Secondly, if so, would any connection that attempts to exploit that bug necessarily show up in the console? ~Brian -- You received this message because you are subscribed to the Google Groups

Re: [sage-support] Standard Sage Compile Flags

2014-03-18 Thread Brian Wissman
her than 13.5s without setting the MPIR_CONFIGURE variable. I'm curious if this problem exists for all core processors after Nehalem or just for the Xeon line. If so, some computations are needlessly running slower than they need to. Thank you again for your advice! Brian On Sunday, March 16, 2014

[sage-support] Standard Sage Compile Flags

2014-03-16 Thread Brian Wissman
workstation without compiling on the old machine then transferring over? Thank you for your help! Brian -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sag

Re: [sage-support] Re: Array in Sage

2013-05-20 Thread Brian Sherson
Have you looked into numpy module? It is not specific to Sage, but it should work. Also, the indexing is a little bit friendlier. sage: import numpy sage: C = numpy.array(1, 2], [3, 4]], [[3, 4], [5, 6]]], [[[7, 8], [9, 10]], [[-1, -2], [-3, -4) sage: C array( 1, 2], [ 3, 4]

[sage-support] Re: unable to start Sage notebook after VMware/Windows crash

2010-10-19 Thread Brian
having won't recur... Thanks to you both for your time, and your willingness to help! Regards, Brian On Sep 30, 8:56 pm, Enrico wrote: > Forgive my impertinence but this sounds like a slightly unstable setup > to be using. I'd just reinstall if dumping a file into sagenb/storage &

[sage-support] Re: "python not found" error after installation (Ubuntu)

2010-09-30 Thread Brian
, mostly "can't cd to /usr/lib" or some such...). Finally tweaking on the "Sometimes programs like ark are the troublemakers" statement, I realized I'd been unzipping using File Roller. Tried the recommended "tar --lzma -xf sage-x.y.z-...tar.lzma" and n

[sage-support] Re: unable to start Sage notebook after VMware/Windows crash

2010-09-29 Thread Brian
Thanks, Dan. I'll give that a try. I had figured that was probably the case - but had no way to efficiently figure out what had gotten chomped on by the crash, as I'm very far from a Python guru. Brian -- To post to this group, send email to sage-support@googlegroups.com To unsubs

[sage-support] Re: unable to start Sage notebook after VMware/Windows crash

2010-09-29 Thread Brian
cont'd. Oops. my apologies, I have Sage 4.4.alpha0 running on that VMware player 3.1.0 build-261024... Brian On Sep 29, 1:31 pm, Brian wrote: > Hi, > > I'm using Sage in a commercial environment to perform physics > simulations of optical systems. As our computing en

[sage-support] unable to start Sage notebook after VMware/Windows crash

2010-09-29 Thread Brian
le again? On a related note, can anyone tell me how to "execute" Sage on my stored HTML (produced by Firefox "Save As" rather than the notebook's "Save" button)? Any help would be greatly appreciated, as the project lumbers on in desperate and immediate need

[sage-support] Complex valued functions and parametric_plots

2010-01-30 Thread Brian Lins
strange thing is that parametric_plot works fine when z is a fractional linear transformation or a polynomial. I am getting this error on both 4.0.2 and 4.3.1 Any insight into why this is happening would be greatly appreciated. -Brian -- To post to this group, send email to sage-support

[sage-support] Re: No sans-serif font in notebook latex entries

2009-05-13 Thread Brian Hawkins
I did not know about the %latex command, thanks for the tip. Looking at the symbol table, I found one that serves my particular purpose well: \top. $M^\top$ renders as I'd like for a transpose and avoids using an unsupported font in jsMath. Brian On May 12, 4:55 am, Jason Grout wrote:

[sage-support] No sans-serif font in notebook latex entries

2009-05-11 Thread Brian Hawkins
I'm on a Mac OS X 10.5.6 with sage 3.4.1. I followed the instructions in the FAQ to install TeX .ttf fonts with no joy. Thanks, Brian --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this gro

[sage-support] Re: jmol problem

2009-04-04 Thread Brian
My jmol plot at sagenb.org is working for me now: http://www.sagenb.org/home/pub/423/ On Apr 3, 11:14 pm, William Stein wrote: > 2009/4/3 Timothy Clemans : > > > > > I get the same. This historically has been a problem with the public > > notebook(s). > > I 100% disagree.   This has *not* histor

[sage-support] Re: Is newton-raphson already in SAGE?

2009-04-04 Thread Brian
Finding the yield of a bond given a price. You can see a demonstration here: http://www.sagenb.org/home/pub/423/ The newton-raphson usage starts after the 3d plot. Brian On Apr 4, 1:06 pm, Robert Bradshaw wrote: > On Apr 4, 2009, at 11:24 AM, David Joyner wrote: > > > Sort of.

[sage-support] configuring y-axis in plot

2009-04-04 Thread Brian
How can I set things like ymax, ymin, and ystep in my plot? Also, sometimes my plots have ticks on the y axis but only 1 and sometimes ZERO labels. I'd like to configure that too. Thanks in advance for the tips, Brian --~--~-~--~~~---~--~~ To post to this

[sage-support] Is newton-raphson already in SAGE?

2009-04-04 Thread Brian
Is newton-raphson already in SAGE? Thanks, Brian --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] jmol problem

2009-04-03 Thread Brian
When I go to this public worksheet, jmol renders as a black screen: http://sagenb.org/home/pub/422/ Here is the output of the Java Console. Java Plug-in 1.6.0_12 Using JRE version 1.6.0_12 Java HotSpot(TM) Client VM User home directory = E:\Documents and Settings\brian

[sage-support] Re: help expressing formula

2009-04-03 Thread Brian
age! Very cool. On Apr 3, 8:53 pm, William Stein wrote: > On Fri, Apr 3, 2009 at 7:45 PM, Brian wrote: > > > Thank you Timothy.  Here is the correct (I believe) code for that > > equation. > > > def units(C, n, F, r): > >    return sum([C / (1 + r) ^ t for t

[sage-support] Re: help expressing formula

2009-04-03 Thread Brian
t(price(70,var('n'),1000,var('y'))) TypeError: range() integer start argument expected, got sage.rings.integer.Integer. Thanks, Brian On Apr 3, 7:03 pm, Timothy Clemans wrote: > I'm not 100% sure but I think it would look something like > > def maturity_formula

[sage-support] help expressing formula

2009-04-03 Thread Brian
more basic question that could get me started is, how do I express that summation? Thanks, Brian (Source: http://www.streetauthority.com/terms/y/yield-to-maturity.asp) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubs

[sage-support] error publishing worksheet at sagenb.org

2009-04-03 Thread Brian
When I publish a worksheet, I get a busted URL: Worksheet is publicly viewable at http://:8000/home/pub/421 Published on April 03, 2009 05:19 PM Brian --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] showing step by step work

2008-08-23 Thread Brian
. It might have useful applications in edu. Thanks, Brian --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at

[sage-support] Re: symbol number radian degree

2007-05-21 Thread Brian Harris
Fair enough. A previous discussion led me to believe the goal was for more transparent rings. Have you considered supporting something like the following? cos(3).toreal() On May 21, 9:12 pm, David Joyner <[EMAIL PROTECTED]> wrote: > Brian Harris wrote: > > How can I get sa

[sage-support] symbol number radian degree

2007-05-21 Thread Brian Harris
How can I get sage to print the numeric value of an expression such as, cos(3)? Also is there a way to switch between 'radian' and 'degree' modes like in some calculators? --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To

[sage-support] Re: feature questions

2007-05-08 Thread Brian & Caitlin Harris
d simpler although it might be unnecessary if using SAGE to do the derivative. logL = log(L) Then I'd compute partial derivatives w.r.t. mu and sigma_squared and set them both equal to 0 to find the maximum values for both mu and sigma_squared. I'm not sure of the syntax for this, so I

[sage-support] Re: feature questions

2007-05-08 Thread Brian Harris
Do you have plans to ever support this? sum(x^i for i in range(1,n)).diff(x) On May 7, 10:09 am, William Stein <[EMAIL PROTECTED]> wrote: > On Monday 07 May 2007 10:11 am, Brian Harris wrote: > > > Thanks for the scatter plot pointers. For question 2, imagine > > some

[sage-support] 2.5 variables

2007-05-08 Thread Brian Harris
I don't understand this behavior: sage: (x^2).diff() 2*x sage: (xx^2).diff() ... : name 'xx' is not defined Is the idea that the variable names [a-z] have been predefined for convenience, but all others need to be explicitly defined before being used? Congratulations on the release, by the way!

[sage-support] Re: error when loading

2007-05-08 Thread Brian Harris
f.readline.clear_history() 1258 self.readline.read_history_file(self.shell.histfile) 1259 : 'module' object has no attribute 'clear_history' On May 8, 10:27 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 5/8/07, Brian Harris <[EMAIL PROTECTED]> wrot

[sage-support] odd ? and ?? behavior

2007-05-08 Thread Brian Harris
Odd behavior here. All consecutive f? after I write f?? return the error below. sage: def f(x): : x : sage: f? Type: function Base Class: String Form: Namespace: Interactive File: /home/brharris/Desktop/sage-2.5-linux_32bit-debian- i686-Linux/ Defini

[sage-support] error when loading

2007-05-08 Thread Brian Harris
This happens when loading any file, ideas on why? [EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux $ ./sage -- | SAGE Version 2.5, Release Date: 2007-05-08 | | Type notebook() for the GUI

[sage-support] Re: feature questions

2007-05-07 Thread Brian & Caitlin Harris
I'm running your linux 32bit binaries, "SAGE Version 2.4, Release Date: 2007-03-25" on xubuntu kernel 2.6.17-10-generic. On 5/7/07, William Stein <[EMAIL PROTECTED]> wrote: > > On 5/7/07, Brian & Caitlin Harris <[EMAIL PROTECTED]> wrote: > > > >

[sage-support] Re: feature questions

2007-05-07 Thread Brian & Caitlin Harris
I'm stuck again. Are rings something that will be more transparent in future versions, or must I learn them :) sage: x = polygen(RR,'x') sage: f = exp(x) : cannot coerce nonconstant polynomial to float Brian On 5/7/07, William Stein <[EMAIL PROTECTED]> wrote: > >

[sage-support] Re: feature questions

2007-05-07 Thread Brian & Caitlin Harris
ent(s) for '-': 'Univariate Polynomial Ring in x over Rational Field' and 'Real Field with 53 bits of precision' What's the workaround? Thanks, Brian On 5/7/07, William Stein <[EMAIL PROTECTED]> wrote: > > On 5/7/07, Brian Harris <[EMAIL PROTECTED]> wrot

[sage-support] Re: feature questions

2007-05-07 Thread Brian Harris
ve() method for finding function maxima? Brian On May 7, 10:09 am, William Stein <[EMAIL PROTECTED]> wrote: > On Monday 07 May 2007 10:11 am, Brian Harris wrote: > > > Thanks for the scatter plot pointers. For question 2, imagine > > something like: > > f(x) = 5 * SUM(

[sage-support] Re: feature questions

2007-05-07 Thread Brian Harris
t.plot.html). > > There is also a list_plot command, so you can do > > show(list_plot(data)) > > to a list of data points; this has a 'plotjoined' option. > > Hopefully that helps. I am not a SAGE guru, so there may be other > nice options as well. > > -M.

[sage-support] feature questions

2007-05-06 Thread Brian
1. How do you do scatter plots in SAGE, without using an interface to underlying commercial software like MATLAB? 2. Can maxima or another tool compute [partial] derivatives or integrals containing arithmetic sums or products? --~--~-~--~~~---~--~~ To post to thi