[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 9.2.

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 rec

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

2013-11-13 Thread Stefan van Zwam
t an option to ignore the // bits… Another issue I'm having is that Wordpress will convert empty lines into a 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 receive

[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. = PolynomialRing(ZZ) sage: R. = R1.quotient(a^10 - 1) sage: R2. = PolynomialRing(GF(5)) sage: S. = 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
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: > >

[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 Thursd

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

2013-06-20 Thread Stefan van Zwam
ight? Can you show what (if anything) is posted before the error? Should be something like cd "/Users/stefan/sage-5.11.beta1/devel/sage" && sage --hg import "/Users/stefan/Documents/coding/sage_matroids/trac_14668_bitsets.patch" applying /Users/stefan/Documents/codin

[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 t

[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,

[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 t

[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 pro

[sage-support] Permutation on different domain

2012-07-30 Thread Stefan van Zwam
7;c', 'd')]) What is the nicest way to create this permutation in one line, other than going for a Sage 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 sa

[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 complemen

[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(x>y): 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] Re: plot3d and expression evaluation

2010-03-12 Thread stefan
On Mar 12, 5:47 pm, Harald Schilly 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 x,y : fermi(x,y,0.

[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 bee

[sage-support] associated_primes broken with term order invlex

2010-02-10 Thread Stefan Boettner
broken state as all 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

[sage-support] Reduced normal form of a polynomial modulo an ideal not unique?

2010-02-09 Thread Stefan Boettner
tor) of I. Indeed, if the coefficient field K is replaced by QQ, it produces the expected result. Is this a bug? 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,

[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 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.

[sage-support] Profiling code in Sage

2010-02-01 Thread Stefan
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 did come across a post that utilized 'prun', but I couldn't figure out how to get it to work.) Anyway, after running the code: i

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

2010-01-24 Thread Stefan Boettner
hanks, Stefan Am 24.01.2010 um 17:51 schrieb William Stein: > On Sun, Jan 24, 2010 at 3:45 PM, Yann wrote: >> >> >> On Jan 24, 9:17 pm, William Stein wrote: >>> >>> Here's a potentially good way to do this right now :-) >>> >>> D

[sage-support] cancellation in fraction fields

2010-01-24 Thread Stefan Boettner
t 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 grou

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

2010-01-15 Thread Stefan
unity and might take me some time to get familiar with the architecture. Thanks! On Dec 18 2009, 2:59 pm, William Stein wrote: > On Fri, Dec 18, 2009 at 11:58 AM, Stefan wrote: > > Hi Robert, > > > Thanks for getting back to me.  The error I'm getting is: > >

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

2010-01-10 Thread Stefan
It was an ephemeris that was generated outside of Sage. On Jan 10, 8:19 am, rickhg12hs wrote: > Sorry not to address your query, but ... > > Is there a satellite ephemeris propagator for sage? ... or does your > data come from outside sage? > > Cheers, > Richard > >

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

2010-01-07 Thread Stefan
html("alert('Sage can process Javascript!');") :) On Jan 7, 8:25 pm, Jason Grout 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

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

2010-01-07 Thread Stefan
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 spacecraft ephemeris. However, placing the line3d() cal

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

2009-12-18 Thread Stefan
e 'user' On Dec 18, 2:17 pm, Robert Bradshaw 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.

[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 po

[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 p

[sage-support] Using the simple server API

2009-12-18 Thread Stefan
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 sage.server.simple.twist' in my sage prompt. Is there a way to easily test Sage to see if the API is functioning such as

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 > t

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 >To: stefan >Which version of matplotlib are you using? This is (I suspect) the >result of a known bug in matplotlib that has been fixed s

[sage-support] dense data points in a plot

2009-12-15 Thread stefan
ggestions how to get rid of it? Thanks a lot! 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/group/sage-support URL: http://www.sagemath.org

[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" wrote: > On 10 pro, 16:10, "ma...@mendelu.cz" wrote: > > > and

[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" "VBoxInternal/Device

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

2009-11-28 Thread Stefan Boettner
xpect 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.=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, St

[sage-support] Factoring multivariate polynomials with parameters

2009-11-28 Thread Stefan Boettner
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 g

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

2009-10-02 Thread Stefan Böttner
ltiplicity 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.

[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 wrote: >> Hello, >> >> I'm trying to parse symbolic expressions, but got stuck very quickly. >> >> If I say: >> (x^2).opera

[sage-support] Symbolic Expression

2009-09-15 Thread Stefan Boettner
tever? 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/group