frogpy: Implement algorithms and solve equations
Project description
# frogpy
Shared Python files to achieve some mathematical algorithms and equation solving
This is an algorithm package about python, how to use it?
If you are ubuntu: just run sudo pip3 install frogpy in the terminal
If you are windows: open the cmd command and run pip3 install frogpy, or if you have anaconda installed, you can run pip3 install frogpy on its internal command
If you are using a mac: you can try to run pip3 install frogpy on the command line
After everything is ready, create a new Python file in your Python editor and enter the following
`python import frogpy.algebra.matrix as matrix a = matrix.tri_diagonal(4, 2, 1, 1) print(a) `
No error is reported, and the result of the operation is a matrix. Congratulations on your successful installation
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
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 frogpy-1.0.2.tar.gz.
File metadata
- Download URL: frogpy-1.0.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9979bf7f9c2edccfc6c6751fee15ef96b897430bd7419d5e440de838d45a06a3
|
|
| MD5 |
4baae407b12f1df4ab0728734628d1f3
|
|
| BLAKE2b-256 |
47064a9bdc8b14d3ba7f8ffec9c75b4845a35d4004bcf085d485a5d77d9b4032
|
File details
Details for the file frogpy-1.0.2-py3-none-any.whl.
File metadata
- Download URL: frogpy-1.0.2-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8727eea3e0213839196e9545c1132fbf067a73c4ce831695bf03b85bd456fba
|
|
| MD5 |
c7f18d000a59c1400da7a0ada014b5b9
|
|
| BLAKE2b-256 |
4a1bc2089efa2bcfe56d44bdd937a700b8ddaa83c4b2ca099973b39307697fe2
|