Community Profile

photo

Paraskevas Sarantos


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


vpa doesnt transform the roots of a polynomial equation to numerical results
syms x k eq1 = x^3 - x*k^2 + 2*k*x^2 + 2*k^3 == 0; sol = solve(eq1,x); vpa(sol) in the code above, although i use the vpa co...

4 years ago | 2 answers | 0

2

answers