CrossFit415
- 160
- 0
If I'm making minor errors on my math tests, is it wise to continue majoring in engineering? With these small mistakes?
The discussion revolves around the implications of making minor mathematical mistakes for engineering students. Participants explore whether such errors should deter students from pursuing an engineering major, considering the importance of accuracy in engineering practice.
Participants do not reach a consensus on whether minor math mistakes are a significant issue for engineering students. There are competing views on the importance of these mistakes versus conceptual understanding and the role of collaborative checking in engineering practices.
Some participants highlight that the nature of mistakes can vary, with minor arithmetic errors sometimes being easy to duplicate among multiple individuals, which complicates the reliability of collaborative checks.
This discussion may be useful for engineering students, educators in engineering programs, and professionals in the field seeking to understand the balance between computational accuracy and conceptual understanding in engineering practice.
micromass said:What kind of mistakes??
In any case, you should learn to double or triple check your work. If you make a mistake as an engineer, then your bridge will collapse. This is no reason to stop with your major in engineering, but you should work on it.
micromass said:In any case, you should learn to double or triple check your work. If you make a mistake as an engineer, then your bridge will collapse. This is no reason to stop with your major in engineering, but you should work on it.
micromass said:In any case, you should learn to double or triple check your work. If you make a mistake as an engineer, then your bridge will collapse.
CrossFit415 said:If I'm making minor errors on my math tests, is it wise to continue majoring in engineering? With these small mistakes?
twofish-quant said:It doesn't work this way.
Humans are fallible and if you are in a project in which one human arithmetic mistake can cause a catastrophe then there is something seriously wrong with the way that the project is managed. Humans make mistakes, and if you have a situation in which a math mistake causes a disaster, then you are *doomed* because someone *will* make an calculation error.
The mistakes that case disasters are generally conceptual or management ones.
DivisionByZro said:I simply think he was emphasizing the necessary skill of double/triple checking one's work. I am sure nobody can argue of the importance of being able to re-check ones work, in any field.
CrossFit415 said:If I'm making minor errors on my math tests, is it wise to continue majoring in engineering? With these small mistakes?
sweetpotato said:Everything ends up being checked, and double-checked, and triple-checked, and tested, many times over by many different people. This is the way good engineering works. Relying only on yourself to check your work is not only ineffective, it can be dangerous in engineering. Good engineering and management practices do not allow this.
twofish-quant said:It doesn't work this way.
Vanadium 50 said:Sometimes it does. (I would submit that as a former theorist and present quant, you are not an expert in engineering.)
I personally have spotted such an error on a large construction project (that would have had serious - possibly even fatal - consequences) very late in the game, and after it had been signed off by multiple PE's. I spotted it entirely by accident.
AlephZero said:Sure, but relying on other people to find your mistakes can be career limiting, especially if you make a lot of mistakes.
It is human nature that when one is not solely responsible for something that the error rate goes up. Joe knows if he makes a mistake Bob will catch it.
Vanadium 50 said:[*] It is human nature that when one is not solely responsible for something that the error rate goes up. Joe knows if he makes a mistake Bob will catch it.
[/LIST]
sweetpotato said:However, there is also the factor of ego/professional pride. Joe knows that if he makes too many stupid mistakes, Bob will think he is a poor engineer (as well as get annoyed over having to fix them all). As a "Joe" (junior engineer) at my company, I try extremely hard to catch all my mistakes myself, because I don't want to look bad.
twofish-quant said:One other aspect is that when large sums of money are involved, you don't want anyone person making calculations. If you have one person writing code and there are no control mechanisms involved, its *trivially* easy to insert code that would create a deliberate "mistake" (if (account.owner == "twofish-quant") {account.amount = 1000000; account.credit_card_debt = 0.0; account.mortage_debt = 0.0 }).