script: set terminal svg size 1000 1000 fixed enhanced fname "Nimbus Roman No9 L, Times, serif" fsize 36 set output "Function_x^3.svg" set samples 5000 set...
DescriptionFunction x3.svg English: The function x 3 {\displaystyle x^{3}} Date 26 October 2009 Source Own work Author Lennart Kudling SVG development...
rcauchy(N); x3 <- rcauchy(N) # Sample means: m <- function(x) { return(sapply(1:N, function(n) mean(x[1:n]))) } m1 <- m(x1); m2 <- m(x2); m3 <- m(x3) d1 <-...
script: set terminal svg size 1000 1000 fixed enhanced fname "Nimbus Roman No9 L, Times, serif" fsize 36 set output "Function_x^3+1.svg" set samples 5000...
y2=Y(floor(q/2)); x3=X(q); y3=Y(q); Z=y1*(X-x2).*(X-x3)./((x1-x2)*(x1-x3))+y2*(X-x1).*(X-x3)./((x2-x1)*(x2-x3))+y3*(X-x1).*(X-x2)./((x3-x1)*(x3-x2)); % plot...
y30 = 3; X30 = [x30; y30]; X3 = ode(X30,0,t,BRU); clf; plot(X1(1,:), X1(2,:), 'r') plot(X2(1,:), X2(2,:), 'b') plot(X3(1,:), X3(2,:), 'g') xlabel('x') ylabel('y')...
Made by myself with MATLAB function main() % prepare the scrreen and define some parameters clf; hold on; axis equal; axis off; fontsize=25; thick_line=3;...
{x2[[1]], x2[[2]], f[x2, alpha]}, {x3[[1]], x3[[2]], f[x3, alpha]}}]}}, Module[{m1 = .5*(x1 + x2), m2 = .5*(x2 + x3), m3 = .5*(x3 + x1)}, Join[ Tesselate[x1,...
-1.5; X30 = [x30; y30]; X3 = ode(X30,0,t,PEND); clf; plot(X1(1,:), X1(2,:), 'r') plot(X2(1,:), X2(2,:), 'b') plot(X3(1,:), X3(2,:), 'g') xlabel('x') ylabel('y')...
= f2; P(m+2, 1) = x3; P(m+2, 2) = y3; P(m+2, 3) = f3; C(i, :) = color; end % the "base", the domain of the piecewise linear function P0 = P; P0(:, 3) =...