Stochastic Loewner evolution

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'M.Rajabpour', True);
add_post_meta($ID, 'Credits', '2', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>


SLEPicture

Main topics:

    Part 1

  • Fractals
  • Multifractals
  • Statistical mechanics on fractals
  • Part 2

  • Critical interfaces in statistical models
  • SLE: definition and basics
  • Smirnov’s proof of the conformal symmetry of the percolation

Comments are closed.