[sage-support] sage build failing on 9.2beta7, failure during make

2020-08-02 Thread 'Stefan Grosser' via sage-support
On my develop branch for sage, whenever I attempt to build with ``sage -br``, I get the following error message: make: *** No rule to make target `sagelib-no-deps'. Stop. What could be the cause of this issue? It happened all of the sudden after I made a new local branch. This is on Sage

Re: [sage-support] Re: Homomorphism from power series ring to residue field

2015-06-10 Thread Stefan Witzel
Thank you, luisfe, for this detailed reply! Of course it would be formally nice to have the map lambda x: x.map_coefficients(phi) be an actual sage homomorphism (which it will always be if phi is a homomorphism of coefficient rings). But for now what you propose works fine for me. -- You

[sage-support] Re: using cell server with moodle (problem with script balise)

2013-11-13 Thread Stefan van Zwam
having is that Wordpress will convert empty lines into a /pp pair. But that seems to be beyond the control of the Cell Server. I think we need a proper Wordpress plugin to get everything working flawlessly. Cheers, Stefan. -- You received this message because you are subscribed to the Google

[sage-support] Re: Convolution Polynomial Ring

2013-08-22 Thread Stefan van Zwam
On Thursday, August 22, 2013 4:06:22 PM UTC-4, Santanu wrote: How to define polynomial ring like Z[x]/(x^10-1) Z_5[x]/(x^10-1) in Sage? sage: R1.a = PolynomialRing(ZZ) sage: R.x = R1.quotient(a^10 - 1) sage: R2.b = PolynomialRing(GF(5)) sage: S.y = R2.quotient(b^10 - 1) Now you can do:

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
Can you give some more info on what you did? Which commands did you issue? Which patches did you install? Did you rebuild Sage after installing them? Which Sage version? Does your Sage have the matroids and Matroid keywords on startup? --Stefan. On Thursday, June 20, 2013 10:28:29 AM UTC-4

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
The command I used which caused the error was from sage.matroids.all import *. I added the matroids (I think this one worked) by using 'sage -hg clone https://bitbucket.org/matroid/sage_matroids' and '../sage setup.py install' from the shell prompt, but got the following errors on the

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
the sage prompt: syntax error near unexpected token `trac_14668_bitsets.patch' That's weird, it looks like a Bash shell error. You are running Sage when entering those commands, right? Can you show what (if anything) is posted before the error? Should be something like cd /Users/stefan/sage

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
You're not running sage. Start Sage first, then from the prompt looking like sage: issue those commands. See also http://www.sagemath.org/doc/developer/walk_through.html#reviewing-a-patch --Stefan. On Thursday, June 20, 2013 11:56:09 AM UTC-4, Smitty Horne wrote: On Thursday, June 20, 2013

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
Try ./sage -b otherwise I'm out of my depth. You can (should be able to) go back to the original revision with ./sage -b main --Stefan. On Thursday, June 20, 2013 12:10:37 PM UTC-4, Smitty Horne wrote: On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: I have installed

[sage-support] Fwd: Memory

2013-04-22 Thread Stefan van Zwam
Dear all, Gordon Royle has the following issue. Any ideas? --Stefan van Zwam. Begin forwarded message: Subject: [sage-matroid] Memory Date: April 22, 2013 2:24:05 AM EDT To: sage-matr...@googlegroups.com Reply-To: sage-matr...@googlegroups.com I'm trying to work with some collections

[sage-support] Running Sage notebook outside a servers root directory

2012-08-25 Thread Stefan
Hello everyone, I compiled and installed Sage 5.2 on my homeserver which worked fine and so the commandline version did. Then I tried to make sage available fom the Internet with notebook(). I found some instructions about configuring apache, so access to Sage is carried through an internal

[sage-support] Permutation on different domain

2012-07-30 Thread Stefan van Zwam
dictionary? Also, is there any reason the above constructions don't work, or are they simply not implemented yet? Cheers, Stefan. -- 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

[sage-support] Re: BKZ method: two different outcomes?

2011-12-06 Thread Stefan van Zwam
Like most lattice basis reduction algorithms, Block Korkin-Zolotarev reduction is not unique, not even in the case of one block: the first vector is a shortest vector in the lattice, the second vector corresponds to a shortest vector in the lattice after projecting onto the orthogonal

[sage-support] plot3d and expression evaluation

2010-03-12 Thread stefan
Hello group, I have encountered a somewhat strange problem in plotting a simple function. It seems to be related to the issues described in the tutorial section Some Common Issues with Functions, but the lambda- function trick does not work here. I have uploaded a worksheet with what I have been

[sage-support] Re: plot3d and expression evaluation

2010-03-12 Thread stefan
On Mar 12, 5:47 pm, Harald Schilly harald.schi...@gmail.com wrote: I'm not sure but there might be a bug or problem evaluating the expression. Anyways, going the pure python way works: sage: def fermi(x,y,d,L): return  1 - 1/( exp( ( max(abs(x),abs(y))- L) /d)  + 1) sage: plot3d(lambda

[sage-support] Re: plot3d and expression evaluation

2010-03-12 Thread stefan
I think I've got a vague idea what happens here... The same thing also happens when I define the max() function myself: sage: def my_max(x,y): sage: if(xy): return x sage: else: return y sage: fermi2(x,y,d,L) = 1 - 1/( exp( ( my_max(abs(x),abs(y))-L) /d) + 1) sage: fermi2 (x, y, d, L)

[sage-support] associated_primes broken with term order invlex

2010-02-10 Thread Stefan Boettner
subsequent ideal operations (e.g. simple membership tests) will fail until the worksheet is restarted. Stefan -- 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

[sage-support] Re: Profiling code in Sage

2010-02-01 Thread Stefan
Ah! Running cp.run('Problem3A()') did the job. Nevermind! On Feb 1, 9:07 pm, Stefan stefan.louis.no...@gmail.com wrote: Hi guys, After searching through the newsgroup for any posts on profiling code in Sage, I thought I'd make a post asking about what possible methods are available. (I

[sage-support] cancellation in fraction fields

2010-01-24 Thread Stefan Boettner
the representation of f to simplify to x/y? The reduce method doesn't do it. Stefan -- 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 http

Re: [sage-support] Re: cancellation in fraction fields

2010-01-24 Thread Stefan Boettner
, Stefan Am 24.01.2010 um 17:51 schrieb William Stein: On Sun, Jan 24, 2010 at 3:45 PM, Yann yannlaiglecha...@gmail.com wrote: On Jan 24, 9:17 pm, William Stein wst...@gmail.com wrote: Here's a potentially good way to do this right now :-) Define this function: def normalize_denoms(f

[sage-support] Re: Using the simple server API

2010-01-15 Thread Stefan
take me some time to get familiar with the architecture. Thanks! On Dec 18 2009, 2:59 pm, William Stein wst...@gmail.com wrote: On Fri, Dec 18, 2009 at 11:58 AM, Stefan stefan.louis.no...@gmail.com wrote: Hi Robert, Thanks for getting back to me.  The error I'm getting is: File /sage

[sage-support] Re: Updating 'line3d' without making a fresh call.

2010-01-10 Thread Stefan
, Stefan stefan.louis.no...@gmail.com wrote: Hi all, I'm preparing to make a presentation to a few colleagues at work on the capabilities of Sage.  In the presentation, I'm doing a demonstration of Sage's ability to visualize 3D data via that line3d command - in this case, an arbitrary

[sage-support] Re: Updating 'line3d' without making a fresh call.

2010-01-07 Thread Stefan
html(scriptalert('Sage can process Javascript!');/script) :) On Jan 7, 8:25 pm, Jason Grout jason-s...@creativetrax.com wrote: Stefan wrote: Hi all, I'm preparing to make a presentation to a few colleagues at work on the capabilities of Sage.  In the presentation, I'm doing

[sage-support] Re: Sage 4.2.1 under Windows 7 not functioning with VirtualBox either?

2009-12-18 Thread Stefan
Oh boy. I had a bunch of problems with getting the VirtualBox appliance to work in Windows 7. When you import the appliance, prior to starting it, go into the configuration and look at the hard drive configuration. The configuration should be reference the three files that comes with the Sage

[sage-support] Preventing admin auto-login for Notebook server

2009-12-18 Thread Stefan
Hey guys, Is there any way to disable the auto-login feature when a user accesses the Notebook server from the machine? Since I'm hosting the notebook server in a VM and have an outside port forwarded to the VM, any users that access the server globally get logged in as admin. Thanks! -- To

[sage-support] Re: Using the simple server API

2009-12-18 Thread Stefan
, Robert Bradshaw rober...@math.washington.edu wrote: On Dec 18, 2009, at 8:53 AM, Stefan wrote: Hi all, I surfed through the discussion board and through the documentation on trying to figure out how to get the simple server API up and running. I made sure to run 'import

Re: [sage-support] Working through the matplotlib image processing tutorial

2009-12-17 Thread stefan
Hi Mike, Just use plt.savefig('test.png') instead of plt.imshow(img) Then you get the image. Greets! Stefan On Thursday 17 December 2009 03:01:25 pm Walking Randomly wrote: Hello again So I wondered if I could work through the matplotlib image processing tutorial using the SAGE

Re: [sage-support] Re: dense data points in a plot

2009-12-15 Thread stefan
Hello everyone! Just got an answer from the matplotlib list and it works! Date: Tuesday 15 December 2009 From: Michael Droettboom md...@stsci.edu To: stefan warm...@web.de Which version of matplotlib are you using? This is (I suspect) the result of a known bug in matplotlib that has been

[sage-support] Portforwarding to Sage via VirtualBox

2009-12-10 Thread Stefan
Hi all, For the last several days, I've been trying to properly configure port forwarding in VirtualBox so that I can have the VM accessible to other machines on the network. After doing research, I came across these sets of commands: VBoxManage.exe setextradata Sage 4.2.1

[sage-support] Re: Portforwarding to Sage via VirtualBox

2009-12-10 Thread Stefan
Ah, I got it figured out. In previous attempts, the host OS was Windows 7. I tried it on XP and it works fine. Might just be a firewall issue with Windows 7. Thanks for your support though. On Dec 10, 10:15 am, ma...@mendelu.cz ma...@mendelu.cz wrote: On 10 pro, 16:10, ma...@mendelu.cz

[sage-support] Factoring multivariate polynomials with parameters

2009-11-28 Thread Stefan Boettner
to have more trivial elements such as x or 1 factored, it fails with a NotImplementedError (for x) or IndexError (list index out of range for 1). What's wrong? Stefan -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage

Re: [sage-support] Factoring multivariate polynomials with parameters

2009-11-28 Thread Stefan Boettner
expect that factoring just x is also implemented? Maybe it's also just a bug. If I replace the definition of the ring R by R.x,y,a=PolynomialRing(QQ,3) then all four examples work correctly. Stefan Am 28.11.2009 um 17:17 schrieb William Stein: On Sat, Nov 28, 2009 at 3:06 PM, Stefan Boettner

[sage-support] roots of polynomials (in the Symbolic Ring)

2009-10-02 Thread Stefan Böttner
is reported. Stefan --~--~-~--~~~---~--~~ 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 http://groups.google.com

[sage-support] Symbolic Expression

2009-09-15 Thread Stefan Boettner
of an expression is a power, product, sum, whatever? Stefan --~--~-~--~~~---~--~~ 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

[sage-support] Re: Symbolic Expression

2009-09-15 Thread Stefan Boettner
That helps for now. Thanks, Stefan Am 15.09.2009 um 22:19 schrieb Nils Bruin: On Sep 15, 6:24 pm, Stefan Boettner sboet...@tulane.edu wrote: Hello, I'm trying to parse symbolic expressions, but got stuck very quickly. If I say: (x^2).operator() I get: built-in function pow If I