This article was published in Spanish in the Cuaderno de Cultura Cientifica (CCC) under the title “Soy...
Computer Science
Solving the Generalized Eigenvalue Problem in C with GSL and LAPACK: An Application in Quantum Mechanics
12 min read
Problem Definition The eigenvalue problem is an essential component of many numerical methods, especially in science and...
Debian 13, called Trixie, is the new stable version of the Linux operating system officially released on...
I’ve been using Spacemacs for years. Spacemacs is addressed to Vim (through evil mode) and Emacs users...
There’s More Than One Way To Do It Perl is a programming language created in 1987 by...
Using the wttr.in service, you can get weather forecasts on your terminal. The following Perl script (weather.pl)...
The following script performs the transposition of a matrix in Perl. Launched without arguments, the program transpose.pl...
In 1965, in a famous article, Gordon Moore, co-founder of Intel, proposed that the number of transistors...
The following code in Perl performs the normalization of a dataset of numerical data. For each record,...
Introduction Integer conversion between bases 10 and 2 (binary) is necessary and extensively used in many areas...
