[ Home | About | RSS | ATOM | Archives: 2012 2011 2010 ]
My abstraction led to algebra. That is because I spent a lot of time as an undergraduate in the faculty of engineering. As a result the fact that I have access to a computer did not really help that much.
So what would I of had to know to be comfortable in solving this problem by programming?
My point is that if we want to teach people how to solve problems with computers we still have to teach them math. But it would be different math. That is more or less the dilemma we face.
Anyway, in the end I solved the problem with some stiff cardboard and scissors. I learned how to do this quickly and accurately from my father. I guess there is some sort of moral here too...
posted at: 08:15 | path: /politics | permanent link to this entry | Comments (1)
____________
Posted by John Vukelic at Wed Apr 20 07:07:31 2011
Computer are tools but so are the programs that run on computers. I think there are software packages that would do what you describe.
Addition and scaling, Cartesian coordinates, Simple iterative optimization.
MATLAB or MATCAD, even an EXCEL spreadsheet
Distances in 3D Cartesian space.
A good CAD program like AutoCAD would let you dimension off of 3D shapes
But if someone doesn't have these "software" tools then yes the fall back is to have the skills to use the computer to solve these problems.
If someone doesn't have a computer then next fall back ismathematical modelling with pen and paper. (before 1985 I think most engineering was done with pen and paper. Citation required)
If someone doesn't know the math background then next fall back is to work off of physical models and actually build the stuff by hand.
If you don't have the tools to build models then you use your imagination to come up with the solution (Einstein used a thought experiment to come up with relativity...that worked out pretty good)
There is always a way of solving a problem.
Engineering should be a time when you are taught how to use "all" the tools available for solving problems.