Susan Jane Colley教材《向量微积分》Vector Calculus
这本书是微积分的进阶教材,讲的是向量微积分,像什么向量函数之类的应该就属于向量微积分吧。这本书跟James Stewart微积分教材Calculus一样样式精美,颜色鲜艳,十分养眼。最后本书描述很直观,配图也丰富,搭配上丰富的习题,十分适合自学。
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>