I wanted to know if finding answers to math problems ( from the algebra, number theory and combinatorics sections ) using programming languages really serves the purpose (I read someone pointing out that Brilliant accepts these solutions and the purpose of this thread is to discuss the same). I know that the 'Data Structures and Algorithms' section has been missing for quite a while now from Brilliant, but using a computer to find solutions for beautiful math problems just doesn't enrich one's domain knowledge*. Posting such solutions does very little help and does not aid in understanding the concepts involved in solving the problem. There are websites like projecteuler.net which require the use of both: math skills and coding skills. But since brilliant does not have problems that necessitate the use of a computer, I suggest that users avoid^ using such techniques or at least, refrain from posting such solutions.
*All points mentioned are my views only and I don't intend to force them on any other user.
^May be a harsh term :P
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Some of the problems are of the "you see the almost-impossible-to-find-trick-you-only-know-if-you've-done-this-before or you won't solve the problem" sort. Nothing is more frustrating than to be confronted with such a problem, while you know a simple algorith could brute-force the solution. So I understand why people use them :)
Log in to reply
It is not the destination, but the journey that matters the most.
One could make the argument that good, hard math problems should be intractable to naive brute force computer programs to begin with, so that at least some mathematical knowledge is required even if a computer is used. I realize this is difficult for algebra problems, since there's domain-specific software for algebra. It's quite easy with combinatorial problems, though.
I often find the answer through a graphing calculator and then find mathematical solutions. But I do mention if the solution is purely from calculator.