I think I finally understand what a vector space is... can someone please let me know if I got this right...
A vector [x1,x2] in R2 is analagous to
A vector [x1,x2] is in the vector space that is spanned by two vectors in R2
is that right? So is a vector space a space that is a span of vectors?
can these be vector spaces?
sp([2,4]) a vector in this vector space could be [4,8]?
As for discrete math, I would like to know if I am understanding big-O notation (girls don't get excited
)
if f(x) = x^3 + x + 1 is O(x^3)
that means f(x) will be bounded below by x^3 for some value of C where Cx^3 is always more than f(x) for some x > i ?
another example is x^3 is not O(x^2), right?
if someone has a good way of explaining it, I would love to hear it
A vector [x1,x2] in R2 is analagous to
A vector [x1,x2] is in the vector space that is spanned by two vectors in R2
is that right? So is a vector space a space that is a span of vectors?
can these be vector spaces?
sp([2,4]) a vector in this vector space could be [4,8]?
As for discrete math, I would like to know if I am understanding big-O notation (girls don't get excited
if f(x) = x^3 + x + 1 is O(x^3)
that means f(x) will be bounded below by x^3 for some value of C where Cx^3 is always more than f(x) for some x > i ?
another example is x^3 is not O(x^2), right?
if someone has a good way of explaining it, I would love to hear it