Book3_Elements-of-Mathematics icon indicating copy to clipboard operation
Book3_Elements-of-Mathematics copied to clipboard

Book_3_《数学要素》 | 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!

Results 33 Book3_Elements-of-Mathematics issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/69034009/234090128-f07c67b5-dd82-47b7-bc5f-a5bdc87f28e9.png) **和 差** 两行可以合并

鸡兔同笼解超定方程的一点点建议: 由于超定方程的A都是非方阵,一般都是用A的转置✖️A来构造方阵,这个地方感觉可以展开讲一下非方阵的向量空间,对于初学者,我在刚接触这方面的时候,当时对于瘦高的矩阵和胖宽的矩阵,可以从空间维数和向量实际张成的空间入手,来进一步加深了解。(读的时候感觉意犹未尽还可以多讲一丢丢)

这里两个轴其中一个标识有误 ![image](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/assets/3390373/6d3e1c46-49e0-4374-877d-31073544527e)

![image](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/assets/3390373/567f597d-f4a6-4aed-8767-6406b80aa355) 发现图片上面的x+y-z=0应该是印刷有误,应为x+y-2=0

应为p=0.8,原稿标注里p=0.48 ![image](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/assets/3390373/90a672dc-cc7b-4a54-b9c7-e24984d3f23f)

### Q1 运行代码,会有以下报错: ![image](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/assets/39910775/7e25868a-d1be-47f4-8f30-bcf5dea7bb7d) 参考:https://blog.csdn.net/weixin_68148629/article/details/127384190 修改`fig.gca()`为`fig.add_subplot()`代码可以正常运行 ### Q2 此外,代码中自定义函数`plot_surf()`里面的`plt.show()`函数的位置问题,导致后面的图像美化效果没有绘制出来 因此应该把`plt.show()`函数放到`plot_surf()`函数末尾

《前沿》第二小节“曾几何时”应该改成“曾经”或者“过去”。“曾几何时”意思是“没过多久”,参见 https://www.zdic.net/hans/%E6%9B%BE%E5%87%A0%E4%BD%95%E6%97%B6

图14中的数字。 ![图14](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/assets/69832298/8c73e4d8-2679-4e34-89fd-05e399f24e8c)

首发买的,第391页左下角f(x)=x^2, f'(x)=2x,那么f''(x)应该是2,不是2x。