freeCodeCamp/guide/chinese/mathematics/linear-algebra/vector-spaces/index.md

19 lines
900 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Vector Spaces
localeTitle: 矢量空间
---
## 矢量空间
向量空间V是在向量乘法和加法下闭合的一组向量。 这意味着从向量加法和乘法产生的向量也在向量空间内:
1. 如果a和b是空间V中的向量则a + b也在V中。
2. 如果c是标量而a和b是V中的向量则ab和ac也是V内的向量。 当这些属性成立时,向量空间在向量加法和标量乘法下被称为“闭合”。
< - 这是一个存根。 [帮助我们的社区扩展它](https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/linear-algebra/vector-spaces/index.md) 。
< - [这种快速风格指南有助于确保您的拉取请求被接受](https://github.com/freecodecamp/guides/blob/master/README.md) 。
#### 更多信息:
1. http://mathworld.wolfram.com/VectorSpace.html
2. http://www.math.toronto.edu/gscott/WhatVS.pdf