代码搜索:Exercise

找到约 10,000 项符合「Exercise」的源代码

代码结果 10,000
www.eeworm.com/read/442963/7640904

m newtondiedai_exercise4_16.m

function x=newtondiedai(x0,n,e) %方程求根牛顿迭代(课本154页16题) for k=1:n k if 3*x0^2+4*x0+10==0 '奇异' break else x1=x0-(x0^3+2*x0^2+10*x0-20)/(3*x0^2+4*
www.eeworm.com/read/442963/7640907

m exercise1_11_1.m

y=quad('exp(-x.^2)',0,0.49) y1=y*(2/sqrt(pi))
www.eeworm.com/read/441866/7663586

doc ssd4_exercise1.doc