Hi everyone, I’ve include the code for drawing Dynkin diagrams using Tikz package in LaTeX \begin{center} \begin{tikzpicture}[scale=.4] \draw (-1,0) node[anchor=east] {$A_n$}; \foreach \x in {0,…,5} \draw[xshift=\x cm,thick] (\x cm,0) circle (.3cm); \draw[dotted,thick] (0.3 cm,0) — +(1.4 cm,0); \foreach \y in {1.15,…,4.15} \draw[xshift=\y cm,thick] (\y cm,0) — +(1.4 cm,0); \end{tikzpicture} \end{center} \begin{center} \begin{tikzpicture}[scale=.4] \draw (-1,0) node[anchor=east] [...]
Archive for the ‘Physics’ Category
LaTeX Tip: Dynkin Diagrams using Tikz
Posted in LaTeX, Mathematics, Physics, Science, tagged Compilation, Diagram, Dynkin, Groups, LaTeX, Lie, lie group, Tikz, Tips and Tricks on April 2, 2012 | Leave a Comment »
Young tableaux in LaTeX
Posted in LaTeX, Mathematics, Physics, tagged CTAN, Group, Groups, Install, LaTeX, Linux, Package, Representation, Tableaux, Theory, Ubuntu, Young on March 2, 2011 | 1 Comment »
I few month ago I was studying group theory, and the question of How to do Young tableaux in LaTeX pops up. After question some people, ask in groups and searching in CTAN, here I present the answer, ytableau package. Installation Get the zip package ytableau Open a terminal and run the following series of [...]
Mathematics, Mathematica and other softwares
Posted in Mathematics, Personal, Physics, Science, tagged Development, Differential, Forms, General, Maple, Mathematica, Mathematics, Open, Package, Personal, Physics, Python, Relativity, Sage, Software, Source, Supergravity, Tensors on March 1, 2011 | Leave a Comment »
This post is more about a personal opinion. Most of the followers of my blog know that I’m a devote Linux user, and that I prefer Open Source than any other software. It is clear than most business people prefer to spend money for a piece of software which get the job done. And additionally, [...]
SAGE tip: GRmodule. Day 07.
Posted in Mathematics, Physics, SAGE, tagged Calculation, chrome, chromium, CLI, Command, Dictionary, Eye, Free, Functions, General, GRPy, How to, HowTo, Install, Joris, Keys, Line, Linux, Maple, Mathematica, Mathematics, Matlab, Module, Notebook, Numpy, Packages, Physics, Programming, Python, Relativity, Sage, Sage-dev, Sagemath, Science, Symbolic, Sympy, Tensor, Tensors, Terminal, Tips and Tricks, Ubuntu, Vankerschaver, Web Browser on February 26, 2011 | Leave a Comment »
This code is supposed to be (if some one does the work in the future) located in sage.tensor.differential_form_element. The code presented below is a slight modification of Joris code for differential forms manipulation on SAGE. Needed modules from sage.symbolic.ring import SymbolicRing, SR from sage.rings.ring_element import RingElement from sage.algebras.algebra_element import AlgebraElement from sage.rings.integer import Integer from [...]