10 Tuloksia löytyi "Tiedosto:Level_grad.svg".

Tiedosto:Level grad.svg

Source code modified by me to output SVG directly from Matlab English...


Tiedosto:Level grad.png

descent end axis([Lx1 Lx2 Ly1 Ly2]); % the picture frame saveas(gcf, 'level_grad.eps', 'psc2') % save as color postscript. Use gimp to convert % to png...


Tiedosto:Newton optimization vs grad descent.svg

save to eps ans svg saveas(gcf, 'Newton_optimization_vs_grad_descent.eps', 'psc2') % plot2svg('Newton_optimization_vs_grad_descent.svg') function plot_contours(f...


Tiedosto:Sphere wireframe.svg

cos(w), sinw = sin(w); double d = 0.5 * stripe_grad; start_svg_file(); int ind = 2; // initial indentation level indent(ind); cout << "<g id=\"sphere_back\"...


Tiedosto:Conjugate gradient illustration.svg

= eps; x = conj_gradient(A, b, x0, tol, lw, red, small_rad, shift); x = grad_descent (A, b, x0, tol, lw, green, small_rad); % text small = 0.015; text(x0(1)-2*small...


Tiedosto:VFPt bar-magnet-forces.svg

Commons Attribution-Share Alike 4.0 truetrue English Field lines of B and grad(B) of a bar magnet author name string: Geek3 Wikimedia username: Geek3 URL:...


Tiedosto:VFPt charged-rod potential+contour.svg

04' col = '#f22' defs = doc.draw_object('g', {}) grad = doc.draw_object('linearGradient', {'id':'grad', 'x1':'0', 'x2':'0', 'y1':str(-D), 'y2':str(D),...


Tiedosto:VFPt ringmagnet2 potential+contour.svg

V, levels=sc.linspace(-U0, U0, 15)[1:-1]) # draw the magnet manually colors = ['#00cc00', '#ff0000'] defs = doc.draw_object('defs', {}) grad = doc...


Tiedosto:VFPt ringmagnet2 Babs+contour.svg

draw_contours(func=Babs, levels=sc.linspace(0, B0, 16)) # draw the magnet manually colors = ['#00cc00', '#ff0000'] defs = doc.draw_object('defs', {}) grad = doc...


Tiedosto:VFPt superconductor ball B-field potential+contour.svg

draw_contours(func=field.V, levels=sc.linspace(-3.6, 3.6, 13)) # draw the superconducting ball ball = doc.draw_object('g', {'id':'metal_ball'}) grad = doc...