Page 1 of 1

CHALLENGE TIME!!!

Posted: October 3rd, 2017, 4:40 am
by Alacaster
Did you pass algebra two? Well good luck!

Your task is to make a program that can factor and solve quadratics.
For example: if the input were " x^2+6=-3x^2+7x "
The program would output the steps to solve and result in " (2x - 3)(x - 2) " and "0.6, 2"

Submit your source code and compiled program, the most diverse and capable program wins.

Have fun!!!

An example program will be available soon!

Re: CHALLENGE TIME!!!

Posted: October 3rd, 2017, 5:43 am
by chili
Looks interesting! Added a link on the discord for anybody interested over there :)

Re: CHALLENGE TIME!!!

Posted: October 6th, 2017, 10:07 pm
by FinalL

Re: CHALLENGE TIME!!!

Posted: October 7th, 2017, 5:26 am
by Alacaster
Tip: Make the program output input constraints, what it can and can't do. And instructions on how to use it.

Re: CHALLENGE TIME!!!

Posted: October 7th, 2017, 11:30 am
by FinalL
I've added a README into the repo with instructions and better description.