mit_1806 icon indicating copy to clipboard operation
mit_1806 copied to clipboard

What makes an equation linear?

Open joshuacook opened this issue 9 years ago • 4 comments

from @giladgressel on slack

joshuacook avatar Aug 25 '16 11:08 joshuacook

I think that there will be a lot more discussion about this. We will come to define a vector space as having the following two properties:

  1. closed under vector addition (if u,v in V, then u+v in V)
  2. closed under scalar multiplication (if a in R and u in V, then a*u in V)

If you look at wikipedia's page on linearity this is very similar to the definition of linearity:

In mathematics, a linear map or linear function f(x) is a function that satisfies the following two properties: Additivity: f(x + y) = f(x) + f(y). Homogeneity of degree 1: f(αx) = αf(x) for all α.

joshuacook avatar Aug 25 '16 15:08 joshuacook

closed under vector addition (if u,v in V, then u+v in V)

What exactly does the word 'closed' mean here?

mxbi avatar Aug 25 '16 15:08 mxbi

The statement in the parentheses is identical. "Closed" means that the sum of the two vectors is in the same vector space as the original two vectors.

For multiplication it means that any scalar multiple of a vector is in the same vector space as the original vector.

joshuacook avatar Aug 25 '16 15:08 joshuacook

So I guess to say simply, "closed" means "in the same vector space".

joshuacook avatar Aug 25 '16 15:08 joshuacook