Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcfb8e9 + 510273c commit 5405937Copy full SHA for 5405937
CH01/CH01_SEC04_2_Cement.ipynb
@@ -51,7 +51,7 @@
51
"# x = regress(b,A)\n",
52
"\n",
53
"# Alternative 2:\n",
54
- "x = np.linalg.pinv(A)*b"
+ "x = np.linalg.pinv(A)@b"
55
]
56
},
57
{
0 commit comments