Vector Subspaces Last Updated : 28 Dec, 2024 Comments Improve Suggest changes Like Article Like Report A vector subspace is a subset of a vector space that is itself a vector space under the same operations of vector addition and scalar multiplication. In other words, a subspace inherits the structure of the larger vector space.Let V be a vector space over a field F (such as ℝ or ℂ), and let W be a subset of V. Then W is a subspace of V if:Zero Vector: The zero vector of V is in W.Closed under Addition: For any u, v ∈ W, the sum u + v ∈ W.Closed under Scalar Multiplication: For any u ∈ W and any scalar c ∈ F, the product c·u ∈ W.These conditions ensure that W satisfies all the axioms of a vector space.Examples of Vector SubspacesTrivial Subspace:{0}: The set containing only the zero vector is always a subspace of any vector space.Entire Vector Space:V itself is a subspace of V.Lines and Planes through the Origin in ℝ3:Any line through the origin in ℝ3 is a one-dimensional subspace.Any plane through the origin in ℝ3 is a two-dimensional subspace.Solution Sets to Homogeneous Linear Equations:Consider the equation Ax = 0, where A is a matrix. The set of all solutions x forms a subspace called the null space or kernel of A.Column Space and Row Space:The set of all linear combinations of the columns of a matrix A is the column space of A, a subspace of ℝⁿ if A has n rows.Similarly, the row space is the set of all linear combinations of the rows of A.Polynomials of Degree ≤ k:The set Pk of all polynomials of degree at most k is a subspace of the vector space of all polynomials.Properties of Vector SubspacesSome of the common properties of vector subspaces are:Containment of the Zero Vector:Every subspace must include the zero vector of the parent vector space.Closure Under Addition and Scalar Multiplication:If you add any two vectors in the subspace, the result is still within the subspace.If you multiply any vector in the subspace by a scalar, the result remains in the subspace.Intersection and Union:The intersection of any collection of subspaces is also a subspace.However, the union of two subspaces is generally not a subspace unless one is contained within the other.Dimension:The dimension of a subspace is the number of vectors in a basis for that subspace. It cannot exceed the dimension of the parent vector space.How to Determine if a Set is a SubspaceTo verify whether a subset W of a vector space V is a subspace, follow these steps:Check for the Zero Vector:Ensure that the zero vector of V is in W.Check Closure Under Addition:Take any two vectors u and v in W. Verify that u + v is also in W.Check Closure Under Scalar Multiplication:Take any vector u in W and any scalar c. Verify that c·u is also in W.Alternatively, you can use the Subspace Test, which states that a non-empty subset W of V is a subspace if for any u, v ∈ W and any scalars a, b, the linear combination a·u + b·v ∈ W.Read More,Vector AlgebraLinear AlgebraVector and ScalerDifference Between Scalar, Vector, Matrix and Tensor Comment More infoAdvertise with us Next Article Types of Vectors S somesh_barthwal Follow Improve Article Tags : Engineering Mathematics Maths Similar Reads Types of Vectors Vector is a physical quantity that has both direction and magnitude, it is a quantity that not only tells us about its strength but also gives us details about the direction in which it is acting upon. There are various types of vectors based on different parameters like their direction, magnitude, 9 min read Vector Norms A vector norm, sometimes represented with a double bar as â¥xâ¥, is a function that assigns a non-negative length or size to a vector x in n-dimensional space. Norms are essential in mathematics and machine learning for measuring vector magnitudes and calculating distances. A vector norm satisfies thr 4 min read Vectors in Maths In mathematics, vectors are fundamental objects that represent quantities with both magnitude and direction. They are widely used in various branches of mathematics, physics, engineering, computer science, and other disciplines.Key Features of Vectors:1. Magnitude: The size or length of the vector. 8 min read Vector Algebra Practice Questions (Easy) Vector Algebra is a branch of mathematics that deals with vectors and their operations. A vector is a quantity that has both magnitude and direction, and vector algebra provides the tools to perform calculations and solve problems involving vectors.Some of the Vector Operations are:Vector Addition:C 5 min read Vector Algebra in Maths Vector Algebra is a branch of mathematics that deals with vectors, their properties, and operations. It is crucial in various fields such as physics, engineering, computer science, and more. Understanding vector algebra is essential for solving problems involving direction and magnitude in multiple 3 min read Vector Algebra in Maths Vector Algebra is a branch of mathematics that deals with vectors, their properties, and operations. It is crucial in various fields such as physics, engineering, computer science, and more. Understanding vector algebra is essential for solving problems involving direction and magnitude in multiple 3 min read Like