Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming > Programming Theory

Programming Theory Discuss programming theory, algorithm efficiency, logic, and other any other category where math and computer science overlap.

View Poll Results: Which would you prefer: programming or math?
Programming. I don't like math very much. 2 10.00%
Math. I like equations and stuff, but not complicated codes. 1 5.00%
Both. Programming has some math in it, so I like them both. 17 85.00%
Voters: 20. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 03-23-2008, 08:36 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Mod
 
Join Date: Jul 2006
Age: 35
Posts: 1,751
Last Blog:
Game software (GURPS)
Rep Power: 24
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default Re: Programming vs. Mathematics

I tend to trace the birth of computing back to two men: Turing and Babbage: both mathematicians. Do with it what you will
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-25-2008, 04:14 AM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,250
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Programming vs. Mathematics

So mostly the math is more involved in the theory behind the programming?

I've made several programs and I don't remember using any math in them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-25-2008, 06:52 AM
TcM's Avatar   
TcM TcM is offline
Terminator - I'll be back
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 5,718
Rep Power: 47
TcM is a jewel in the roughTcM is a jewel in the roughTcM is a jewel in the rough
Default Re: Programming vs. Mathematics

Well Math IS used in programs, but you CAN make programs without any use of Math
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-25-2008, 02:54 PM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,250
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Programming vs. Mathematics

I figured out in math today, sort of how the random number thing works.

I was also wondering why we multiplied 0 by some number and added 1 now I know lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 03-25-2008, 03:16 PM
Maurice_Z Maurice_Z is offline
Learning Programmer
 
Join Date: Nov 2007
Location: Poland
Posts: 35
Rep Power: 3
Maurice_Z is on a distinguished road
Send a message via ICQ to Maurice_Z Send a message via AIM to Maurice_Z Send a message via MSN to Maurice_Z Send a message via Yahoo to Maurice_Z
Default Re: Programming vs. Mathematics

Both of course. Especially that the part of programming I work with, ie Game Making, quite much uses Geometry which is Math. And Sines and Cosines are like my best friends ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 03-25-2008, 03:28 PM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,250
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Programming vs. Mathematics

so all this stuff that i'm doing with linear systems and verifying geometric properties, is it actually going to be useful if i get into programming?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 03-25-2008, 03:34 PM
Maurice_Z Maurice_Z is offline
Learning Programmer
 
Join Date: Nov 2007
Location: Poland
Posts: 35
Rep Power: 3
Maurice_Z is on a distinguished road
Send a message via ICQ to Maurice_Z Send a message via AIM to Maurice_Z Send a message via MSN to Maurice_Z Send a message via Yahoo to Maurice_Z
Default Re: Programming vs. Mathematics

Wel, I mostly use geometry to determine if objects collide. Not so high-level "Art" :P. So not sure.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 03-25-2008, 03:44 PM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,250
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Programming vs. Mathematics

Later in my course, where doing trigonometry, I might as well ask is that gonna be helpful?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 03-26-2008, 09:04 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 391
Rep Power: 10
G_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to all
Default Re: Programming vs. Mathematics

Quote:
Originally Posted by chili5 View Post
So mostly the math is more involved in the theory behind the programming?

I've made several programs and I don't remember using any math in them.
It's worth remembering that maths means far more than fiddling numeric calculations. This is usually the most common mistake made when people say "I didn't see any mathematics". The entire concept of function comes from maths to begin with. You can consider programming to be a means of combination and closure of/over a series of axioms (primitive functions and control structures). In that sense it is very mathematical.

Of course an interesting view point is that CS is the continuation of what maths was before it became obsessed with proof after WW2. Before that maths was more interested in solutions than proofs (which is why it was historically considered a science). Modern maths is very different to this old maths though and really it's the more modern type that is interesting (i.e. it meant far less when someone could write a relationship, show it to be correct for 100 data points and consider it to be done).
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 03-26-2008, 01:39 PM
gaylo565's Avatar   
gaylo565 gaylo565 is offline
Learning Programmer
 
Join Date: May 2007
Location: flagstaff, az
Posts: 73
Last Blog:
String Manipulation wi...
Rep Power: 6
gaylo565 will become famous soon enoughgaylo565 will become famous soon enough
Default Re: Programming vs. Mathematics

I am currently studying for my masters in math and I prefer pure math, but both are extremely interesting to me. Many of the applications for the math which I study are directly aimed at solving computer programming issues. Being an amateur programmer I can say that the math was what initially interested me in programming, and being proficient in math has made the learning curve for programming a little more favorable for me. The two go hand in hand and programming relies heavily on mathematics. Game programming is a great example in which matrices and vector functions are used for describing object movements or coordinate transformations.

Last edited by gaylo565; 03-27-2008 at 11:40 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
a question about game programming feariel C and C++ 8 12-05-2007 05:42 PM
Beginning Programming frank_l C and C++ 11 10-11-2007 02:23 AM
Not sure my college is good for Programming marta General Programming 1 08-17-2007 10:13 AM


All times are GMT -5. The time now is 09:21 PM.

Contest Stats

dargueta ........ 93.00000
John ........ 87.50000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads