C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 10-04-2006, 10:04 PM   #1
Drunken Progammer
 
CaptainMorgan's Avatar
 
Join Date: Feb 2006
Location: On The Rocks
Posts: 45
Is it just me, or is the polynomial program popular?

I now have to write one for a course, and I did one in C last year. I don't see the joy in them to be honest. I'd much rather develop something more business oriented, such as a database(using C/C++) with company info for just one example. So why do a lot of programming courses impose this program? What's your opinion? Is it just a mathematics thing? I understand that to Calculus, the polynomial is a nice function... but...

-Cheers
CaptainMorgan is offline   Reply With Quote
Old 10-05-2006, 03:02 AM   #2
C++ Witch
 
laserlight's Avatar
 
Join Date: Oct 2003
Location: Singapore
Posts: 11,296
What exactly is "the polynomial program"?
__________________
C + C++ Compiler: MinGW port of GCC
Build + Version Control System: SCons + Bazaar

Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
laserlight is offline   Reply With Quote
Old 10-05-2006, 04:23 AM   #3
Registered User
 
Join Date: Jul 2006
Posts: 111
Im going to assume it is a program that solves polynomials. The programming courses at my school tend compliment the math courses so it isnt that unusual.
lilrayray is offline   Reply With Quote
Old 10-05-2006, 02:20 PM   #4
Drunken Progammer
 
CaptainMorgan's Avatar
 
Join Date: Feb 2006
Location: On The Rocks
Posts: 45
Sorry about that, must've overlooked the General Discussion section.

Ya, polynomial programs in general. So that's it, it's just a compliment to mathematics? Why isn't limits, trig identities and radical conjugates implemented? I dunno, it's no big deal, just curious.

-Cheers
CaptainMorgan is offline   Reply With Quote
Old 10-05-2006, 05:13 PM   #5
Frequently Quite Prolix
 
dwks's Avatar
 
Join Date: Apr 2005
Location: Canada
Posts: 7,698
Quote:
Why isn't limits, trig identities and radical conjugates implemented?
Perhaps the creaters of the course thought you'd have your hands full with a polynomial program. Maybe it's a tradition, like "Hello, world!" and a calculator and hangman.
__________________
dwk

Seek and ye shall find. quaere et invenies.

"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell


Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net

My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.
dwks is offline   Reply With Quote
Old 10-05-2006, 05:42 PM   #6
Registered User
 
Join Date: Aug 2006
Posts: 159
Quote:
Originally Posted by dwks
Perhaps the creaters of the course thought you'd have your hands full with a polynomial program. Maybe it's a tradition, like "Hello, world!" and a calculator and hangman.
Never done a single one of those .
I was flipping through my Calculus II book today, and saw in like the 3rd to last section they said that computer scientist love polynomial functions because of their simplicity.
Yeah, they didn't look so simple in the back of a Calculus book.
System_159 is offline   Reply With Quote
Old 10-05-2006, 08:10 PM   #7
Administrator
 
webmaster's Avatar
 
Join Date: Aug 2001
Posts: 706
Well, one thing that's nice about polynomials from a pedagogical perspective is that there are a lot of different ways to represent them (e.g., represent the exponents implicitly as positions in a list), so depending on what you have to do, they give you some design choices to think about.
webmaster is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BOOKKEEPING PROGRAM, need help! yabud C Programming 3 11-16-2006 11:17 PM
Can someome help me with a program please? WinterInChicago C++ Programming 3 09-21-2006 10:58 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C Programming 3 03-04-2005 02:46 PM
My program, anyhelp @licomb C Programming 14 08-14-2001 10:04 PM


All times are GMT -6. The time now is 12:42 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22