Answers for "solving quadratic eqautions using maath lab"

0

solving quadratic eqautions using maath lab

syms a b c x
eqn = a*x^2 + b*x + c == 0
S = solve(eqn)
Posted by: Guest on September-23-2021

Code answers related to "solving quadratic eqautions using maath lab"

Browse Popular Code Answers by Language