Tyrion101
- 166
- 2
Just curious but how much math will I actually do say on a white board vs putting a few equations into something like excel?
The discussion revolves around the extent to which mathematical work in engineering and analysis is performed on computers versus traditional methods like whiteboards or paper. Participants explore the roles of various software tools, the development of algorithms, and the implications of relying on computational methods.
Participants do not reach a consensus on the balance between computer-based and manual mathematical work. Multiple competing views exist regarding the effectiveness and implications of using different tools and methods.
Some participants mention the importance of understanding the algorithms and processes behind computational tools, suggesting that reliance on software can obscure foundational knowledge. There is also discussion about the historical development of computational capabilities in processors, which may influence how mathematical tasks are approached.
adjacent said:Computers are faster and more reliable.
You can do unlimited number of equation using computers until it gets overheated..It will only take time and energy.
You can also do unlimited number of equations using a white board until you get bored and stop.It will also take your time and energy.
Tyrion101 said:Just curly but could any of the higher math have a program written around the equation you came up with in say c++ or anything that compiles quickly?
sophiecentaur said:"Curly"? Was that a typo or auto-correct? I'm not familiar with it.
If you use any of the advanced packages, the numerical calculations are based on compiled processes and not crude, interpreted stuff. The Maths Co-pro in your computer will be accessed if there is one.
Excel is pretty clever but it can only do things cell - by - cell unless you call and use VBA routines. VBA has a pretty decent compiler afaik. But it's not the way to approach serious number crunching because it still looks at cells and that takes ages.