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

24 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Vector Spaces
---
## Vector Spaces
A vector space V is a set of vectors that is closed under vector multiplication and addition.
This means that vectors produced from vector addition and multiplication are also within the vector space:
1. If a and b are vectors in the space V, then a + b is also in V.
2. If c is a scalar and a and b are vectors in V, then ab and ac are also vectors inside V.
When these properties hold true, the vector space is said to be "closed" under vector addition and scalar multiplication.
<!--This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/linear-algebra/vector-spaces/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<!--<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
1. http://mathworld.wolfram.com/VectorSpace.html
2. http://www.math.toronto.edu/gscott/WhatVS.pdf
<!-- Please add any articles you think might be helpful to read before writing the article -->