Community Profile

photo

Patricio Ruelas Pelayo


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ...

4 years ago | 1 answer | 0

1

answer