Posts by Ana Maria • 21 points
1 post
-
2
votes1
answer821
viewsQ: Python matrix using matplotlib and mplot3d
Hello, The code below is with the following error: ValueError: shapes (1,2) and (3,3) not aligned: 2 (dim 1) != 3 (dim 0) Someone knows a solution? import numpy as np import matplotlib.pyplot as plt…