seanieg89
Well-Known Member
- Joined
- Aug 8, 2006
- Messages
- 2,662
- Gender
- Male
- HSC
- 2007
Last edited:
Yeah, true. I think I just forgot how to matrix multiply because I got scared by the fact I had vectors
Hang on, now I know where the confusion was.
I figured that to use the fact they are orthonormal we'd have to introduce the dot product. Which makes sense as then the entries do correspond to the identity.
But when performing the matrix multiplication, is there a reason why we tend to the dot product and not something else?
They got the kernel of that matrix. The kernel can be found by inspection (as they did), but if you aren't comfortable with that, note that further row-reduction makes the matrix into:What are they doing here:
Ohhh right, okay thanks! The part after row reducing was what was confusing me / I didn't know.They got the kernel of that matrix. The kernel can be found by inspection (as they did), but if you aren't comfortable with that, note that further row-reduction makes the matrix into:
[2 5]
[0 0].
So set x_2 = 2*alpha say (since second column is non-leading; you could just use alpha but then you end up with fractions for x_1, which is messier, and 2*alpha is just as arbitrary as alpha anyway), then the first row gives us 2x_1 = -5*2 alpha, so x_1 = -5*alpha.
So the kernel is vectors of the form (x_1, x_2) = alpha*(-5, 2). So the kernel is span{(-5,2)}.
The question's asking for a distribution, the answer isn't a number.
When doing questions involving Taylor's polynomials, they answers do not expand and simplify fully. Is this done simply because, or is there an actual reason and should I NOT be expanding and simplifying my answers?
e.g. 3 + 3(x-1)
No as in, no it doesn't converge."By using an appropriate test, determine whether each of the following series converges or diverges:"
"SUM sign, with k = 1 .. infinity, k/(k+1)"
What on earth does this answer mean... "No, since as k->infinity, ak = k/k+1 -> 1 != 0".
What's it saying "no" to? Doesn't that mean it converges?
Oh I thought converge meant it tends to any real number.No as in, no it doesn't converge.
Remember, for a series to converge, it is necessary that the k-th term tends to 0 as k -> oo. In this case, we have a_k -> 1 (not 0) as k -> oo, so the series can't converge (i.e. it's divergent).
No, converge means the partial sums tend to a real number (can be any real number, yes). What I was talking about was the terms of the series going to 0. If a series is convergent, then its k-th term must tend to 0 as k -> oo (so if the k-th term of the series doesn't tend to 0, then the series is necessarily divergent).Oh I thought converge meant it tends to any real number.
So converge = 0, diverge = oo
thx
don't mind me, just highlighting significant terms....No as in, no it doesn't converge.
Remember, for a series to converge, it is necessary that the k-th term tends to 0 as k -> oo. In this case, we have a_k -> 1 (not 0) as k -> oo, so the series can't converge (i.e. it's divergent).