Unlisted Projects
Launch
QuadEqus.exe
./QuadEqus
Type “help” for help
Type "help" for help
> help
help: <a, b, c?> <a b c?> <command>
Type "commands" for commands
>
To solve 6x^2 - 17x + 12 = 0
with QuadEqus:
Find coefficients:
ax^2 + bx + c = 0
=> a = 6; b = -17; c = 12;
Write them separated by commas or spaces to the program
> 6 -17 12
D: 1
x1: 1.500000
x2: 1.333333
exit
command