Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

frogpy-1.0.2.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

frogpy-1.0.2-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page