Ejericios
Ejericios
clc
close all
syms x y
F = [h1 h2];
J = jacobian(F);
F = matlabFunction(F,'vars',{[x,y]})
J = matlabFunction(J,'vars',{[x,y]})
h1 = matlabFunction(h1)
h2 = matlabFunction(h2)
P0 = [-1.5 1.2]
delta = 1e-4
epsilon = 1e-6
m = 500
r = newdim(F,J,P0,delta,epsilon,m)
hold on
grid on
fimplicit(h1,[-5 5 -5 5])
fimplicit(h2,[-5 5 -5 5])
David Andres Osorio Sierra19:00
No estoy en el grupo perdón :v
Jacobo Zapata Rojas19:01
https://forms.gle/6JtZN13ey6u1ZCZx5
https://chat.whatsapp.com/KJE082zCGUcBzkDLPhX5FI
clear all
clc
close all
syms x y
F = [h1 h2];
J = jacobian(F);
F = matlabFunction(F,'vars',{[x,y]})
J = matlabFunction(J,'vars',{[x,y]})
h1 = matlabFunction(h1)
h2 = matlabFunction(h2)
P0 = [-1.5 1.2]
delta = 1e-4
epsilon = 1e-6
m = 500
r = newdim(F,J,P0,delta,epsilon,m)
hold on
grid on
fimplicit(h1,[-5 5 -5 5])
fimplicit(h2,[-5 5 -5 5])