Script del Casquete
Ejemplo realizado por Leo.
error_func.m
—
Objective-C source code,
0Kb
Contenido del Archivo
% %%%%% %%%%% %%%%% %%%%% %%%%% %%%%% % % Escuela Complutense Latinoamericana % % Febrero del 2012 - UBA % % Autor: Leo Gonzalez % % %%%%% %%%%% %%%%% %%%%% %%%%% %%%%% % function res = error_func(h) c=1-sin(pi/3); R=1; res=h^3+3*(c-R)*h^2+3*(c^2-2*R*c+R^2/12)*h+R^3; end


