Notwendige Imports aus MfP3
from MfP3 import putzer
from MfP3 import picard
Notwendige Imports aus sympy
from sympy.abc import x,y
from sympy.matrices import Matrix
# Zur Nutzung von sin, cos, etc. empfiehlt sich
# from sympy import *
Putzer
M = Matrix([[1,-1], [1,3]])
putzer(M)
Picard
f = y**2
x0 = 0
y0 = 1
n = 3
picard(f,x0,y0,n)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MfP3-0.0.5.tar.gz
(2.8 kB
view details)
File details
Details for the file MfP3-0.0.5.tar.gz.
File metadata
- Download URL: MfP3-0.0.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a7684ef2bf74400b4be9d1848e87fc7fb74dfc8ff4d520ec017a52ec7c94824
|
|
| MD5 |
c3a2383ecb3c734b4e546a3d2efa4cb0
|
|
| BLAKE2b-256 |
5b3d989669ca12cd0998ea6e4ad5d01586af2aaf3692e8987ef25996bb1173f0
|