George F. Simmons教材《微积分与解析几何》Calculus with Analytic Geometry
这本教材先从微积分讲起,后面开始讲解析几何。本书配图丰富,习题也丰富。由于我没有读过,因此也是直接上图。
PS:作者不再提供附件下载。
0 人喜欢
弦圈热门内容
center h1 in the middle of screen(示例提问)
How can I center horizontally and vertically a text? I don't want to use position absolute because I try with it and my other div getting worse. Is there another way to do that ?div { height: 400px; width: 800px; background: red; }<div> <h1>This is title</h1> </div>