Pyla has a new home
The latest version of Pyla can be found at:
Github
https://github.com/kookma/pyla
This page is obsolete!
Project Descriptionpyla stands for python little algorithms.
pyla is a set of simple libraries in pure Python 3 for plotting using gnuplot and quick and simple numerical methods.
Librariespyla includes several libraries
- gplot: for 2D/3D plotting using Gnuplot
- linalg: matrix/vector class and linear algebra not implemented yet
- odelib: library of ODE solvers under development
- optim: optimization and non-linear algebraic equation solver not implemented yet
InstallationJust copy paste this module in your Python path, \Lib\site-packages is a recommended
folder under Python installation folder
System requirements
- python 3 and later http://www.python.org
- gnuplot http://www.gnuplot.info
Linux/Unix usersChange pgnuplot.exe to gnuplot.exe in
init
method.