![]() |
| | #1 |
| Drunken Progammer Join Date: Feb 2006 Location: On The Rocks
Posts: 45
| Is it just me, or is the polynomial program popular? -Cheers |
| CaptainMorgan is offline | |
| | #2 |
| C++ Witch 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 | |
| | #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 | |
| | #4 |
| Drunken Progammer 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 | |
| | #5 | |
| Frequently Quite Prolix Join Date: Apr 2005 Location: Canada
Posts: 7,698
| Quote:
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 | |
| | #6 | |
| Registered User Join Date: Aug 2006
Posts: 159
| Quote:
.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 | |
| | #7 |
| Administrator 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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|
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 |