Recent content by Niels

  1. N

    Learning Probability: Solving a Density Function Problem

    I'm trying to learn probability on my own and I'm stuck. My multiple-variable-calculus is not so strong so the following problem got me stuck. I have density function f(x,y) = x^2 + xy/3 for 0<x<1; 0<y<2 otherwise 0 And I need to calculate Prob(X > Y). X and Y are random variables...
  2. N

    Help! I'm Struggling with Graph Theory Exam!

    The graphs are undirected without loops...
  3. N

    Help! I'm Struggling with Graph Theory Exam!

    I'm having an exam on graph theory next week and I'm having some problem with understanding the meaning of calculating eigenvalues of adjacency matrices for graphs. My notes suck from the lectures and I'm totally lost... Our professor asked "What is the sum of elements in row k of the...
  4. N

    Proving det(A) = lambda_1 * lambda_2 * ... * lambda_n for Eigenvalue A

    Thanks! I know now that I'm stupied :)
  5. N

    Proving det(A) = lambda_1 * lambda_2 * ... * lambda_n for Eigenvalue A

    Ok,sorry here's the whole text: Let A be an nxn matrix, and suppose A har n real eigenvalues \lambda_1 ... \lambda_n repeated accordingly to multiplicities, so that det(A - \lambda I) = (\lambda_1 - \lambda)*(\lambda_2 - \lambda)*...*(\lambda_n - \lambda) Explain why det(A) is the product...
  6. N

    Proving det(A) = lambda_1 * lambda_2 * ... * lambda_n for Eigenvalue A

    How do you prove that det(A) = \lambda_1*\lambda_2*...*\lambda_n, where \lambda_i is the eigenvalues of A? I'm stuck :cry:
  7. N

    Solving the Equation: 8n^2 = 64 n lg(n) with Step-by-Step Guide

    Yes, n is integer (input size for algorithm) but I'm interested in both cases. (real/integer)
  8. N

    Solving the Equation: 8n^2 = 64 n lg(n) with Step-by-Step Guide

    I already did that with mathematica and got that one solution is x ~ 6.5... I just wanted to know if there was any algebraic solution... I study running times of some algorithms and got this questions: for that values of n is the following inequality true: 8n^2 < 64 n lg(n) Is there no...
  9. N

    Solving the Equation: 8n^2 = 64 n lg(n) with Step-by-Step Guide

    How do I solve the following equation? 8n^2 = 64 n lg(n); (0 < n) n = 8lg(n) 10^n = 10^8 n ...? How do I isolate n?
Back
Top