Методы решения задач математической физики. Рындин Е.А. - 77 стр.

UptoLike

Составители: 

77
% Функции и переменные по умолчанию
if exist('x0')==0
x0=0;
end
if exist('xn')==0
xn=1;
end
if exist('n')==0
n=10;
end
if exist('y0')==0
y0=0;
end
if exist('ym')==0
ym=2;
end
if exist('m')==0
m=20;
end
if exist('f')==0
f='exp(-x)+exp(-y)';
end
if exist('v1')==0
v1=1;
end
if exist('g1')==0
g1='sin(y^2)';
end
if exist('v2')==0
v2=1;
end
if exist('g2')==0
g2='cos(3*y)';
end
if exist('v3')==0
v3=2;
end
if exist('g3')==0
g3='10*sin(x^2)';
end
if exist('v4')==0
v4=2;
end