La presente libreria permite analizar Orr Sommerfeld temporal y espacial
Project description
#Cmd Packaging libs in python
to upgrade tools
python3 -m pip install --user --upgrade setuptools wheel python3 -m pip install --user --upgrade twine
#to upload library:
cd $folder_lib_name
python3 setup.py sdist bdist_wheel #Genera los archivos para subir a www.pypi.org twine upload dist/* #Sube los archivos para distribución, previo configurar una cuenta en www.pypi.org
#to install de library pip install $lib_name==$last_version #se descarga en este caso se creo la demo para el proy integrador: calc_demo_pi==0.05
#using lib: (eg: ipython) In [1]: from calc_demo_pi.Chebychev import func #se importa la bibl In [2]: func.run() #corre una funcion print.
Out[2]: 'Successful!'
#-----------------------------------------
In [2]: func.cheb(5)
Out[2]:
(array([[ 8.5 , -10.47213595, 2.89442719, -1.52786405,
1.10557281, -0.5 ],
[ 2.61803399, -1.17082039, -2. , 0.89442719,
-0.61803399, 0.2763932 ],
[ -0.7236068 , 2. , -0.17082039, -1.61803399,
0.89442719, -0.38196601],
[ 0.38196601, -0.89442719, 1.61803399, 0.17082039,
-2. , 0.7236068 ],
[ -0.2763932 , 0.61803399, -0.89442719, 2. ,
1.17082039, -2.61803399],
[ 0.5 , -1.10557281, 1.52786405, -2.89442719,
10.47213595, -8.5 ]]),
array([ 1. , 0.80901699, 0.30901699, -0.30901699, -0.80901699,
-1. ]))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Orr_Sommerfeld-0.0.8.tar.gz.
File metadata
- Download URL: Orr_Sommerfeld-0.0.8.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
982c894999c1671a611b68dabb62e8438417e4733e362523a31c0bd3b2d91839
|
|
| MD5 |
75c3d006e0d4ff3ecb6f585bb8130810
|
|
| BLAKE2b-256 |
cd8f15231ca05de87e78da4cac079722e4bfb142fff649b5224b1454ed6e585c
|
File details
Details for the file Orr_Sommerfeld-0.0.8-py3-none-any.whl.
File metadata
- Download URL: Orr_Sommerfeld-0.0.8-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1c193ba25cb8bb88037efbb694d24ed9d9251390d5ae21d8110c5345ed3fc30
|
|
| MD5 |
12aa749368ab95130b75261fc1f54364
|
|
| BLAKE2b-256 |
82bcaff43b18434e1a1f57ed8891c1efa1882aa8c83e07bf19e130c8222aaf0d
|