|
Given the world we live in, right now, why does mathematics continue to insist on minified expressions? Given the option, most development teams would choose to read and write against verbose source code, rather than scrape obfuscated variables and method signatures out of a minified, transpiled, compressed package. So why do we continue this archaic practice of obscure, inscrutable symbols in mathematics? Cultural inertia? The cycle of madness must end! |
Explaining the equation you see in English words is what every physics book does, however the equation itself represents a concept that is not human. It comes from an alien universe of symmetries and relations and we have spent centuries to arrive at the current way of writing these down in a way which makes them easy to work with.
You can formulate the solution to a quadratic equation as:
The negative linear term, added and subtracted from the square root of the quantity which is the difference between the square of the linear term and the product of four times the constant term and the quadratic term, all divided by twice the quadratic term.
Modern mathematicians write:
x = (-b +- sqrt(b^2 - 4ac)) / 2a
The difference is night and day. You cannot remove the essential complexity from a problem. You can only try to get close to its representation.