Produit matriciel en python numpy

Produit matriciel avec numpy

mat_multi.py



import numpy as np

a=np.array([[1,2], [3,4]])
b=np.array([[5,6], [7,8]])

#a.*b in MATLAB
x=a*b
print (x)
#[[ 5 12]
# [21 32]]

#a*b in MATLAB
y=np.dot(a,b)
print (y)
#[[19 22]
# [43 50]]

####################
#Vous l'avez souligné.
y=a@b
Mais il semble que vous puissiez y aller.

Notez que c'est l'opposé de MATLAB.

Recommended Posts

Produit matriciel en python numpy
[Python] Temps de traitement de la multiplication de la matrice avec NumPy
Matrice transposée au standard Python
Produit matriciel
Dessinez une matrice de diagramme de dispersion avec python
Mettez python, numpy, opencv3 dans ubuntu14
Carte auto-organisée dans la version Python NumPy
Quadtree en Python --2
Mon Numpy (Python)
Python en optimisation
CURL en Python
Métaprogrammation avec Python
Python 3.3 avec Anaconda
Géocodage en python
où de numpy
SendKeys en Python
Méta-analyse en Python
Unittest en Python
Époque en Python
Discord en Python
Allemand en Python
DCI en Python
tri rapide en python
N-Gram en Python
Programmation avec Python
Comment afficher la table quatre-vingt-dix-neuf en python
Les bases de #Python (#Numpy 1/2)
Plink en Python
Constante en Python
Les bases de #Python (#Numpy 2/2)
Rechercher et vérifier la matrice inverse en Python
FizzBuzz en Python
Sqlite en Python
Étape AIC en Python
[Python] Opération de matrice
LINE-Bot [0] en Python
CSV en Python
Assemblage inversé avec Python
Réflexion en Python
Constante en Python
nCr en Python.
format en python
Scons en Python 3
Puyopuyo en python
python dans virtualenv
PPAP en Python
Principes de base de Python #Numpy
Quad-tree en Python
Réflexion en Python
Chimie avec Python
Hashable en Python
DirectLiNGAM en Python
LiNGAM en Python
Aplatir en Python
[Python] Mémo Numpy
Aplatir en python
[Calcul scientifique / technique par Python] Calcul de matrice inverse, numpy
Une doublure qui produit quatre-vingt-dix-neuf en Python