Community Profile

photo

Patricio Ruelas Pelayo


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


How can I access the numerical vector in a sym variable equation for future use in my program as a numerical value?
>> syms x y f1=2*(x^2)-(y^2)-9==0; f1sub=isolate(f1,x); y0=1; x1=subs(f1sub,y,y0) x1 = x == (2^(1/2)*10^(1/2))/2 I ...

casi 4 años hace | 1 respuesta | 0

1

respuesta