Monte Carlo 적분
% Monte Carlo 적분 – 임의 수에 대해 반원 내에 들어가는 수를 측정하여 면적 계산 Nshoot=1000; ...
Blog with wordpress
% Monte Carlo 적분 – 임의 수에 대해 반원 내에 들어가는 수를 측정하여 면적 계산 Nshoot=1000; ...
Monte Carlo method A Monte Carlo method is a computational algorithm which relies on repeated random sampling to compute its results. Monte Carlo methods are often used when...
가. 미분 – diff(x) 예) >>x=0:0.1:100; >>y=x.^2.*exp(-0.1*x)-x; >>subplot(1,3,1) >>plot(x,y) ...