Multiple dimensional vectors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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>. |
||
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 16: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.