Nikhil Peter: Sage Android Week 2-Making JSON parsing less painful,the Gson way
The second week of GSoC involved a lot of staring at JSON replies, discarded code and unecessary classes, but I am reasonably pleased with the final product.The main agenda during the week was to redo...
View ArticleWilliam Stein: Update to SageMathCloud - Codemirror 4.2, etc.
I've made the following updates to https://cloud.sagemath.com:User interface changes (refresh your browser to get)Sage WorksheetsDon't show spinner unless computation is taking more than a...
View ArticleWilliam Stein: The Official Go Tutorial as a (41-page) SageMathCloud worksheet
Do you like using interactive SageMathCloud worksheets and want to learn the basics of the Go Programming language? I've added a %go magic to SMC worksheets, and translated the official Go tutorial...
View ArticleSimon Spicer: How to develop for Sage using Sage Math Cloud and Git
I will be using Sage Math Cloud to write all the code for my Google Summer of Code project. The advantage of choosing the cloud-based route should be clear: you don’t need to install or store anything...
View ArticleSimon Spicer: Mathematical background: elliptic curves and L-functions
Day 1 of my Google Summer of Code project! I will try post updates at least once a week; I thought a good starting point would be to give an introduction to the mathematical objects that this project...
View ArticleSimon Spicer: How to compute with elliptic curve L-functions and estimate...
In a previous post I defined what an elliptic curve $L$-function $L_E(s)$ is, and indicated why the behaviour of the function at the central point $s=1$ is of such great interest: the order of...
View ArticleWilliam Stein: SageMathCloud Task Lists
I've added task list functionality to SageMathCloud (SMC), so you can keep track of a list of things to do related to a project, paper, etc. Task lists are saved as files on the filesystem, so they can...
View ArticleSimon Spicer: The explicit formula and bounding analytic rank from above
Wednesday's post gave some detail on how one can numerically evaluate $L_E(s)$, the $L$-function attached to $E$, at any given complex input $s$. This is certainly the first step in determining the...
View ArticleSimon Spicer: The structure of my GSoC code and a short demo
I'm at the point where I can explain the layout of the code that I've written so far, and even demonstrate some of its functionality.As mentioned in previous posts, the initial goal of my Google Summer...
View ArticleSimon Spicer: Fun with elliptic curve L-function explicit formulae
Although I gave a brief exposition of the "baseline" explicit formula for the elliptic curve $L$-functions in a previous post, I wanted to spend some more time showing how one can use this formula to...
View ArticleVince Knight: Using Sage in a Treasure hunt
Here is my first post using jekyll, I’ll see how this goes and potentially migrate my blog completely to here.This past year I’ve had a very minor role helping to organise the EURO Summer Institute for...
View ArticleVince Knight: Pointing at a blog post about Sage and a treasure hunt
It looks like I might be moving... I've been playing with jekyll + github and really love the workflow so it looks like I might be moving this blog over there.It's not official yet as I still need to...
View ArticleNikhil Peter: GSoC – Post Mid-Term Update
Well, Mid-Terms have just finished(I passed!), and I’ve been neglecting this blog so here are some updates. The app is now in beta! More info can be found at the sage-devel post here Most of the work...
View ArticleVince Knight: A gitignore file for Python (Sage) and LaTeX
The main tools I use on a day to day basis are Python/Sage and LaTeX. Since learning to love git and even more so github my usual workflow when starting a new project is something like this:$ git init...
View ArticleVince Knight: My CSV python video gets 10000 views
So the other day I got the following notification on my phone:This both terrified me and made me smile. It’s nice to think that a bunch of people have (hopefully) been helped with what I put together...
View ArticleDavid Horgan (quantumtetrahedron): Sagemath21: Knot theory calculations
This week I have been working on a variety of topics, but I’d like to post about some sagemath knot theory investigations I‘ve been doing. This is connected to one of my longer term aims, which is to...
View ArticleSimon Spicer: The Birch and Swinnerton-Dyer Conjecture and computing analytic...
Let $E$ be an elliptic curve with $L$-function $L_E(s)$. Recall that Google Summer of Code project is to implement in Sage a method that allows us to compute $\sum_{\gamma} f(\Delta \gamma)$, where...
View ArticleNikhil Peter: Sage Android – UI Update
It’s been a busy week so far in the land of UI improvements. Disclaimer: I’m pretty bad at UI, so any and all suggestions are welcome. Firstly, last week’s problems have been resolved viz. Everything...
View ArticleSimon Spicer: Cythonize!
I'm at the stage where my code essentially works: it does everthing I initially set out to have it do, including computing the aforementioned zero sums for elliptic curve $L$-functions. However, the...
View ArticleVince Knight: Three Days: Two Higher Ed Conferences
Last week I took part in two conferences on the subject of higher education and so here’s a blog post with some thoughts and reflections.Monday and Tuesday: ‘Workshop on Innovations in University...
View Article