Operations on V_n

==2024-11-18


<% tp.file.cursor(4) %>


Considerations for operations

We can perform various Mathematical Operations on .

  1. Set for n-space
  2. and are two n-tuples taken from . We have, and ~ly, .

Theory

  1. Addition
  2. Scalar Multiplication
  3. Subtraction
  4. Multiplication

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:

  1. Additive Identity
  2. n-space Origin
  3. Number
  4. 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) %>


PTR