
science
Get flash to fully experience Pearltrees
SciPy -
Interpolation (scipy.interpolate) — SciPy v0.11.dev Reference Guide (DRAFT)
There are several general interpolation facilities available in SciPy, for data in 1, 2, and higher dimensions:interpolate.splrep — SciPy v0.11.dev Reference Guide (DRAFT)
If None (default), s=len(w) which should be a good value if 1/w[i] is an estimate of the standard deviation of y[i].
interpolate.UnivariateSpline — SciPy v0.11.dev Reference Guide (DRAFT)
Scientific Analysis in Python
Python based scientific analysis cookbook James Battat Created: October 3, 2006 Last Modified: July 12, 2010 I find Python very user-friendly.The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
GSL - GNU Scientific Library - GNU Project - Free Software Foundation (FSF)
Celestia: Home
Stellarium ist ein kostenloses, quelloffenes Planetarium für ihren Rechner. Es zeigt einen realistischen 3D-Himmel, so wie man ihn mit bloßem Auge, Fernglas oder Teleskop sehen kann.
Stellarium
Octave
GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.The authors have deleted this blog. Posts Más Vistos: Lo mejor de nuestros 405.726 bloggers, 633.945 nuevas entradas, 1.282.638 comentarios, y 144.472.947 palabras publicadas hoy en WordPress.com.
QtOctave: a front-end for Octave/un Front-End para Octave
Maxima, a Computer Algebra System
Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions. The Maxima source code can be compiled on many systems, including Windows, Linux, and MacOS X. The source code for all systems and precompiled binaries for Windows and Linux are available at the SourceForge file manager .wxMaxima
AboutMaxima Overview
Text mode: unix> maxima interrupt a maxima calculation with -G terminate maxima with quit(); GUI: unix> xmaxima unix> wxmaxima Help: GUI ->Help descripe(string); ? string; /* note the space after "?" */To use MKL you will need to link the library at link time. To link to all the core libraries use -lmkl_solver -lmkl_lapack32 -lmkl_lapack64 -lmkl -lvml -lguide -lpthread . These are all dynamic libraries except mkl_solver , which contains sparse solver functions.

