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.
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
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
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:
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:
> >
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
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
>
>
> 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
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,
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
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
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
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
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)
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.
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
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
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,
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.
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
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
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
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:
>
>
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
>
>
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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
40 matches
Mail list logo