473,327 Members | 2,012 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Defending Computer Math in USA Public Schools

Cyber-curricula have a leveling aspect, as kids
nearer Katrina's epicenter tune in and bliss out
on 'Warriors of the Net' (why wait for stupid big
dummy textbooks to catch up?). They feel more
empowered by Python and Ubuntu than by any
King's English I'd warrant, given how the latter
has been dumbed down (slowed, degraded) by
unimaginative bankers who can't fathom open
source and its math-teaching significance to
our digitally savvy ethnicities.

--- Kirby Urner

http://www.cs.haverford.edu/

Any of you stateside tracking our 'Math Wars' know there's a movement
afoot to legislate
excellence through politicized standards bodies, with parents
encouraged to push their
"math militancy" into the foreground as a chief concern for local
politicians to grapple with.

I editorialize against this trend at my Oregon Curriculum Network
website, in part
because I'm leery of state standards becoming boring clones of one
another, reaching
an apex in some National Standard that's as dangerously obsolete and
unimaginative
as most pre-college math teaching today.

Here's a link to said editorial:
http://www.4dsolutions.net/ocn/editorial.html

I'm especially suspicious of the inertia behind indefinitely continuing
this pre-college
focus on climbing Calculus Mountain (as in getting over it), with
little attention given
to the regional and/or ethnic differences that might argue against such
totalitarian
uniformity. Calculus is not the be all end all mathematical machinery
in every walk
of life, and I say this as a former full time high school math teacher
who taught
AP Calc proficiently, had many success stories (OK, so I'm not famous
like Jaime
Escalante, who cares? http://www.imdb.com/title/tt0094027/ )

Here in the Silicon Forest, it's the discrete math of computer science
that excites
many students, is their ticket to hands-on access to the defining toyz
of our region,
i.e. flatscreens, CPUs, one computer per child, a shared classroom
projector, and
with a fat bandwidth pipe to/from the Internet.

Our math students would like the option of specializing in computer
languages and
algorithms rather earlier than is traditional, as a part of that very
important self-casting
and self-scripting that goes on in one's formative years. They've told
me this to my
face. I'm not just making this up.

How are students to realistically decide if a future in computer
science is really for
them, if all the schools' resources have been diverted by narrowing
requirements
that coercively force kids *away* from more experimental approaches
that might
center around Python, neighboring agiles, as notations of choice?

Here's what a college level math or philosophy course of the future
might look like,
if we don't kowtow to the calculus moguls, other vote-seeking
piggybackers treating
the math wars like some private popularity contest:

def checkbucky(n):
"""
http://www.rwgrayprojects.com/synerg...s02/p2000.html
"""
return 10 * sum([i**2 for i in range(1, n+1)]) + 2*(n) + 1
>>[checkbucky(i) for i in range(10)]
[1, 13, 55, 147, 309, 561, 923, 1415, 2057, 2869]
>>def checkoeis(n):
"""
http://www.research.att.com/~njas/sequences/A005902
"""
return (2*n+1)*(5*n**2+5*n+3)/3
>>[checkoeis(i) for i in range(10)]
[1, 13, 55, 147, 309, 561, 923, 1415, 2057, 2869]

One strategy to combat the dumbing down state standards movement is to
encourage
local institutions of higher learning to reassert their ability to
offer guidance. Follow
the example of MIT and open source more curriculum materials, both as a
recruting
tools and as a models for classroom teachers seeking ideas for lesson
planning.
Faculties should advertise standards proposals, not leave it to state
governments to
appropriate the Ivory Tower's historic prerogatives.

California is a good example of where Oregon might be headed, if we
don't apply the
brakes. Given how upper level math professors typically leave the
lower levels to
non-mathematician education specialists, a few overbearing types,
flaunting their
credentials, have managed to muscle their way in to the legislative
process, while
encouraging their counterparts across the land to do likewise. These
activist math
warriors like to fly the "anti-fuzzy math" banner as a rallying point,
but offer only
"turn back the clock" solutions in case of victory, all of them bereft
of much computer
language exposure, e.g. minus any Python + VPython fractals, or vector
arithmetic.

In Portland, defending our freedom to explore alternative, more
futuristic curricula, means
focusing on the existing relationships between Portland's public
schools and its Portland
State University. We also have our Institute for Science, Engineering
and Public Policy
(isepp.org), a think tank with a reputation for keeping our students
ahead of the curve.

And last but not least, we have Saturday Academy (saturdayacademy.org),
an institution
created by Silicon Forest executives in the last generation (23 years
ago), and with a similar mission: to protect future career
opportunities from encroachment by mediocre and/or simply
unsuitable curriculum imports. We have a knowledge-based economy to
protect. We can't
afford to be "just like everyone else" when it comes to mathematics and
engineering.

Python should already be much stronger in our region, given its many
advantages, especially
over calculators. Computer science already suffers the disadvantage of
being an elective,
with its teachers dispersed to cover music or gym, required math
courses, whenever the
school's budget tightens. Further straitjacketing the math curriculum
to forever lock in some
"one size fits all" formula, will only add to the delay and further
frustrate Python's potential widespread adoption by eager beaver
students.

Kirby Urner
Oregon Curriculum Network
4dsolutions.net/ocn/

Dec 10 '06 #1
0 1943

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: xeys_00 | last post by:
I decided I need to understand math more to help me with programming. Not to mention, eventually in my degree plan I will need to do it anyway. How much math have people in this forum taken, and...
1
by: Pawel | last post by:
How do you use a (pow) statement in visual c++.net 2003 standard edition? I want to calculate something and then display it to the user. But in a windows based enviornment not dos. What do you...
2
by: mbelew | last post by:
I'm seeing a very strange behavior with double precision subtraction. I'm using csUnit for testing. If I run the test by itself, the test passes. When I run the batch of tests, the test fails. ...
12
by: Janiek Buysrogge | last post by:
Hello, Does anyone know if there is a library or a sample project that can parse strings with mathematical expressions inside ? eg. string math = "(23 + 48) ^ 2 - (7.76 * 3.14)"; parser...
2
by: igotyourdotnet | last post by:
How can I perform a math function in C# example: int sales = 25 int goal = 225 i want to devide sales by goal so the sale person knows how much of his goal he's at
0
by: kirby.urner | last post by:
Cyber-curricula have a leveling aspect, as kids nearer Katrina's epicenter tune in and bliss out on 'Warriors of the Net' (why wait for stupid big dummy textbooks to catch up?). They feel more...
7
by: xosunkist | last post by:
Here is the code I created below. There is a problem that it does not recognize the choice statements or public static. What did I do wrong so I can compile? import java.util.*; public class...
4
by: =?Utf-8?B?UmVuZQ==?= | last post by:
Hello everyone I have a problem with Math.Round, it´s ocurring some strange: Math.Round(12.985) = 12.98, it´s wrong. It should be: 12.99 Why?? What is the problem? Help ME !!!!
5
by: Nondisclosure007 | last post by:
Hello. If this is the wrong group for this, please let me know. I'll post it somewhere else. I've been doing data imports into MS Excel (ver 2007) and using the CORREL function. What I was...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.