Multiple dimensional vectors: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
If there are more than three dimensions then we just sum from over more indices. That is the beauty of the sum notation for vectors. For example:
If there are more than three dimensions then we just sum from over more indices. That is the beauty of the sum notation for vectors. For example if we have n dimensions, numbered from 1 to n:


<math>\vec \bold v = \sum_{k=1}^n v_k \vec \bold a_k </math>
<math>\vec \bold v = \sum_{k=1}^n v_k \vec \bold a_k </math>


or when there are a countably infinite number of dimensions
or even


<math>\vec \bold w = \sum_{k=- \infty}^\infty v_k \vec \bold a_k </math>
<math>\vec \bold w = \sum_{k=- \infty}^\infty v_k \vec \bold a_k </math>.


when there are a countably infinite number of dimensions. If there are an uncountably infinite number of dimensions, we move into the area of functions, and the sum must be represented with an integral. See [[Orthogonal Functions#Functions and Vectors, an Analogy| Functions and Vectors, An Analogy]].
If there are an uncountably infinite number of dimensions, we move into the area of functions, and the sum must be represented with an integral as discussed [[Orthogonal functions#Functions and vectors, an analogy|here]].

Latest revision as of 17:40, 26 September 2004

If there are more than three dimensions then we just sum from over more indices. That is the beauty of the sum notation for vectors. For example if we have n dimensions, numbered from 1 to n:

or when there are a countably infinite number of dimensions

.

If there are an uncountably infinite number of dimensions, we move into the area of functions, and the sum must be represented with an integral as discussed here.