import numpy as np from numpy.random import rand from numpy.linalg import solve, inv # Vektor a = np.array([1, 2, 3, 5]) # Vektor mit äquidistanten Werten erzeugen b = np.linspace(0, 2, 4) print(a) print(b) # Vektor generieren v = np.linspace(-np.pi, np.pi, 10) vs = np.sin(v) vc = np.cos(v) print(v) print(vs) print(vc) # Matrix c = np.array([[1, 2, 3], [3, 4, 5], [6, 7, 8]]) # transponieren d = c.transpose() # invertieren e = inv(c) print(d) print(e)
Kategorien
-
Neueste Beiträge
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs