Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What makes an equation linear? #3

Open
joshuacook opened this issue Aug 25, 2016 · 4 comments
Open

What makes an equation linear? #3

joshuacook opened this issue Aug 25, 2016 · 4 comments

Comments

@joshuacook
Copy link
Contributor

from @giladgressel on slack

@joshuacook
Copy link
Contributor Author

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 α.

@mxbi
Copy link
Member

mxbi commented Aug 25, 2016

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

What exactly does the word 'closed' mean here?

@joshuacook
Copy link
Contributor Author

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants