Recent content by Aidan1

  1. A

    Normalisation Constant (Ising Spins)

    1. The problem: Building a (probably very simple) computational model for Ising Spins - particles on a lattice with spin up and spin down, only nearest neighbour interactions. I can't for the life of me figure out the renormalisation constant for the probability of a given particle flipping...
  2. A

    Proving that n(n^2+5) is divisible by 6

    Homework Statement Prove by induction that n (n^2 +5) is divisible by 6 for all positive integers n The Attempt at a Solution Let f(n) = n (n^2 +5) f(1) = 6 So, true for n=1 Assume true for f(k) For n = k + 1 : f(k+1) = (k+1)[(k+1)^2 +5] f(k+1)-f(k) = (k+1)(k^2 +2k...
Back
Top