Recent content by Square

  1. S

    Undergrad A question on invertible matrixes

    You mean how one would prove that AB = I provided that BA = I? If you assume that BA = I and thus that A^{-1} = B and A = B^{-1} you could try multiplying from the left with B^{-1} and from the right with A^{-1}, which gives you B^{-1}BAA^{-1} = B^{-1}IA^{-1} \ .
  2. S

    Undergrad Is There a Standard Notation for Matrix Rows and Columns?

    I sometimes use the notation A_{\bullet i} to denote the i-th column and A_{j\bullet} to denote the j-th row.
  3. S

    How unitary change of basis related to Trace?

    There is some identity which tells you that \mathrm{Tr}(AB) = \mathrm{Tr}(BA) (more generally one could state that the trace is invariant under cyclic permutations). Use it and your problem should be as good as solved.
  4. S

    Undergrad How do Physicists apply Vector Calculus to Physics?

    Just to pick one example, in classical electromagnetism (the kind that's taught in the first electromagnetism courses on universities) relies heavily on vector calculus . You calculate all sorts of line- and flux integrals over magnetic and electric fields particular while using Maxwells equations.
  5. S

    High School How Do You Find the Inner Product of Vectors in Polar Coordinates?

    http://www.iancgbell.clara.net/maths/vectors.htm About midway down this page you can see that the dot product in polar coordinates is \small (r_1,\theta_1) \tiny \bullet \small (r_2,\theta_2) = r_1r_2 \cos(\theta_1-\theta_2). One solution is to use this formula. The other one is just to...
  6. S

    Undergrad Graphing f(x) = e^x/x and Testing for Infinity

    The short answer is that the exponential function a^x increases faster than any power of x (x^{\alpha}, \ \alpha \in \mathbb{R}). The long answer is that you could prove that the limit \displaystyle \lim_{x\to\infty} \frac{a^x}{x^{\alpha}} (and thus that your given limit tends towards inf)...
  7. S

    Graduate Understanding Lie Algebra Operations: [A, B] and the meaning of ad

    Yes, [A,B] is in this case the Lie brackets since it got defined by the writer in equation (1.1) earlier on the same page. The ad stands for adjoint I believe. You can read more about the adjoint endomorphism on wikipedia: http://en.wikipedia.org/wiki/Adjoint_representation_of_a_Lie_algebra
  8. S

    Power Series: Interval Of Convergence

    Yep. Factor the numerator and you'll get \lim_{n\to \infty} \left| \frac{2(n+1)(2n+1)}{(n+1)^2} \right| = \lim_{n\to \infty} \left| \frac{2(2n+1)}{n+1} \right| which evaluates to 4 (divide numerator and denominator with n).
  9. S

    Power Series: Interval Of Convergence

    First: \lim_{n\to \infty} \left| \frac{\left(n \cdot (n-1) \cdot (n-2) \ldots \right) ^{2} \cdot (2n+2)(2n+1)}{\left( (n+1) \cdot n \cdot (n-1) \cdot (n-2) \ldots \right) ^{2}} \right| = \lim_{n\to \infty} \left| \frac{2(n+1)(2n+1)}{(n+1)^{2}} \right| = \lim_{n\to \infty}\left|...
  10. S

    Define Speed in Rotating Machines: Answer & SI Units

    I suspect it's angular velocity, which indeed has the unit rad/s.
  11. S

    Probability of a customer seeing the advertisement in at least one of two media?

    I think you might be right, and the book wrong, since it says "saw the advertisement in at least one of the two media." Then it should be 1-(60/200) = 7/10 The complement of the probability that the customer did not see the advertisement at all. Which is the same as your result.
  12. S

    Probability of a customer seeing the advertisement in at least one of two media?

    It should be P(A or B) = (60+50-30)/200 = 80/200 = 2/5
  13. S

    Why are the functions y= cos x and y = sin(x+90) considered the same function?

    2. cosine and sine are the x and y-coordinates in the unit circle. At an angle v you can form a triangle with hypothenuse 1 and catheti x and y.