代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
liti41.m
ezplot('cos(t)^3','sin(t)^3',[0,2*pi])
03-09.txt
>> a1=pi+3.14i
>> a2=pi+3.14j
>>
>> b=4*(1+3/sqrt(-1))
>> c=sqrt(-1)
>> d=sin(pi)i
>> d= >> sin(pi)
>>
multarg.m
function [a,b] = multarg(x,y)
a = (x + y) * pi;
b = svd(svd(a));
multarg.m
function [a,b] = multarg(x,y)
a = (x + y) * pi;
b = svd(svd(a));
multarg.m
function [a,b] = multarg(x,y)
a = (x + y) * pi;
b = svd(svd(a));
ex5_2.m
t=0:0.1:2*pi;
x=t.*sin(3*t);
y=t.*sin(t).*sin(t);
plot(x,y);
ex5_9.m
fplot('cos(tan(pi*x))',[ 0,1],1e-4)
ex5_2.m
t=0:0.1:2*pi;
x=t.*sin(3*t);
y=t.*sin(t).*sin(t);
plot(x,y);
ex5_9.m
fplot('cos(tan(pi*x))',[ 0,1],1e-4)
03-09.txt
>> a1=pi+3.14i
>> a2=pi+3.14j
>>
>> b=4*(1+3/sqrt(-1))
>> c=sqrt(-1)
>> d=sin(pi)i
>> d= >> sin(pi)
>>