answer to a quadratic function
显示 更早的评论
Hi
how do I get both of my solution in a quadratic function? I only have the answer for x1
回答(1 个)
Matt J
2020-9-30
For example,
>> roots([1,5,2]) %roots of x^2+5*x+2
ans =
-4.5616
-0.4384
2 个评论
Agatha E. Johnson
2020-9-30
Matt J
2020-9-30
In all likelihood, that is because you did not call the function with 2 output arguments.
K>> [x1,x2]=myquadratic()
x1 =
3
x2 =
-4
类别
在 帮助中心 和 File Exchange 中查找有关 Quadratic Programming and Cone Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!