ilmoi / MML-Book

Code / solutions for Mathematics for Machine Learning (MML Book)
957 stars 162 forks source link

Chapter 2 - Question 3 Inverse Element #21

Open Pr0metheus9 opened 2 years ago

Pr0metheus9 commented 2 years ago

I'm not 100% sure but I believe the value for y_2 is incorrect. It should be: y_2 = x_1*z_2 - y_1

Note: Thanks for making this repo! it's a great help.