Operations on V_n
==2024-11-18
<% tp.file.cursor(4) %>
Considerations for operations
We can perform various Mathematical Operations on .
- Set for n-space
- and are two n-tuples taken from . We have, and ~ly, .
Theory
Addition
Here, Addition is well defined Q&A.
Additive Identity
If we add to we get itself. So, is an additive identity in .
n-tuple consisting of all elements can be interpreted in many ways. Some ways being:
- Additive Identity
- n-space Origin
- Number
- n-tuple
Scalar Multiplication
let be a scalar, Then the scalar multiplication of by is:
Here, Scalar Multiplication is well defined Q&A.
Additive Inverse
When then we get . When we add to we get a n-tuple consisting of all zeros. here are n .
Subtraction
There is no subtraction operation. But it is the combination of scalar multiplication of with -1 and addition with like so:
Multiplication
Examples
<% tp.file.cursor(2) %>
Implementation
<% tp.file.cursor(3) %>
Q&A
<% tp.file.cursor(4) %>