Hi everyone, today I start to write a new class for dealing with non-Abelian forms, i.e., forms with values in a certain Lie-algebra. This could be really useful when computing Yang-Mills theories in physics. So, I started by defining a new object which have two entries, a differential form and a matrix, and call it [...]
Posts Tagged ‘IRC’
SAGE tip: Creating a Class for non-Abelian forms.
Posted in Linux, Mathematics, Physics, Science, tagged Abelian, Calculation, chrome, chromium, Class, CLI, Command, Configuration, Forms, Free, Functions, How to, HowTo, IRC, Linux, Maple, Mathematica, Mathematics, Matlab, Module, nonAbelian, Notebook, Packages, Programming, Python, Sage, Sage-dev, Sagemath, Symbolic, Tensors, Tips and Tricks, Ubuntu, Web Browser on February 10, 2011 | 5 Comments »
SAGE tip: LaTeX trick in the notebook.
Posted in Linux, Mathematics, Physics, Science, tagged Calculation, chrome, chromium, CLI, Command, Computers, Configuration, Free, Functions, How to, HowTo, IRC, LaTeX, Line, Linux, Maple, Mathematica, Mathematics, Matlab, Notebook, Office, Online, Packages, Programming, Python, Sage, Sage-dev, Sagemath, Suite, Symbolic, Terminal, Tips and Tricks, Ubuntu, Web Browser on February 7, 2011 | 1 Comment »
As I’ve mention before, actually I’m dealing with some messy supergravity calculations. Unlike most of my colleges, I don’t use Mathematica but their open source SAGE (applauses). Declaring (weird) Variables Through the calculations I should care about 10 dimensions, with a 5 dimensional restriction parametrized by five different angles, which I call … thus, naturally [...]
SAGE tip: rewriting expressions
Posted in Linux, Mathematics, Physics, Science, tagged 10.10, Calculation, Google, Groups, How to, HowTo, IRC, Linux, Maple, Mathematica, Matlab, Python, Sage, Sage-dev, sage-devel, Sagemath, Symbolic, Tips and Tricks, Ubuntu on January 23, 2011 | 2 Comments »
Today I was calculating some stuff with the help of SAGE, and realize that the expressions got a lot (really, a lot) simpler if they where written in terms of hyperbolic functions instead of exponentials. So I enter the sage-devel channel of IRC (freenode), but there was a lazy day around… Sunday. Therefore [...]
Sage and Mathematica integration
Posted in Linux, Mathematics, Physics, Science, tagged Calculation, CLI, Command, Computers, Free, How to, HowTo, Install, Integration, IRC, Karmic, Koala, Line, Linux, Mathematica, Mathematics, Packages, Programming, Pyhton, Sage, Sagemath, Symbolic, Synapses, Terminal, Tips and Tricks, Ubuntu on February 15, 2010 | Leave a Comment »
Last week I was trying to integrate a power of the Hyperbolic Tangent (tanh) in sage, so I first try, sage: n,x = var(‘n,x’) sage: integrate(tanh(x)^n, x) but Sage didn’t integrate it. So I impose to be an integer, sage: n,x = var(‘n,x’) sage: assume(n, ‘integer’) sage: integrate(tanh(x)^n, x) and still nothing. However, for specific [...]
Weak Points in Sage(math)
Posted in Linux, Mathematics, Physics, Science, tagged C++, Calculation, chrome, chromium, CLI, Computers, Conkeror, Free, Functions, Graphics, How to, HowTo, IRC, Karmic, Koala, LaTeX, Line, Linux, Maple, Mathematica, Mathematics, Matlab, Notebook, Online, Packages, Plot, Plotting, Programming, Pyhton, Sage, Sagemath, Symbolic, Tips and Tricks, Ubuntu on February 15, 2010 | 3 Comments »
I’ve been trying Sage(math) for the last three weeks, and I can say it’s a charming piece of software. Works very well, the IRC channel is really, really helpful, the interface is simple, the Python platform is rather natural to manage, evolves quickly… and so on. However, there are some weak points I’d like to [...]