Python

  • Can I multiply matrices using * ?
    Nope! A*A != np.dot(A,A)
  • I’m making a semilog plot of my error, but my plot is empty?
    Did you take the absolute value of the error? log of a negative number is not a number (nan)