Why we haven't used from numpy import allclose?
Title
Question
Professor,
Why we haven't used from numpy import allclose for this case of allclose at 6:37 like we used earlier in last lecture of Basic Matrix operations ?
Python-3.4.3 Advanced-Matrix-Operations 06-07 min 30-40 sec
Answers:
Hello,
We have used "from numpy import eye, allclose" in Advanced matrix operations.
This is same as the one "from numpy import allclose" in Basic Matrix operations.
Login to add comment