Library Metode dan Optimasi Numerik
Project description
pynumerik
- Library Metode dan Optimasi Numerik
Implementasi dan kompilasi metode & optimasi numerik dengan fitur CLI, interface web dan API dalam bahasa Python
Lisensi
Library ini didistribusikan menggunakan lisensi GNU General Public License versi 3. Penggunaan dan distribusi ulang diharap mengikuti aturan lisensi tersebut.
Changelog
- v0.1 - Metode untuk pencarian akar
Requirement
- Independen terhadap OS
- Python 3
Instalasi
pip install pynumerik
Penggunaan
- Buka console Python
import pynumerik
- Untuk mengakses metode tertentu, misal, masukkan perintah
from pynumerik.akar.bisection import Bisection
- Untuk melihat cara penggunaan class,
Bisection.__doc__
Dokumentasi
- Untuk dokumentasi lengkap library ini, lihat Wiki
Kontribusi
Project ini adalah project open source (kode sumber terbuka). Siapapun dapat berkontribusi untuk menghadirkan software yang lebih baik. Silakan baca Wiki untuk informasi selengkapnya mengenai tatacara kontribusi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pynumerik-0.1.tar.gz
(3.6 kB
view hashes)
Built Distribution
pynumerik-0.1-py3-none-any.whl
(19.4 kB
view hashes)