Skip to main content

Step by step solutions for MfP3

Project description

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)

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

MfP3-0.0.5.tar.gz (2.8 kB view hashes)

Uploaded Source

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