|
-
Apr 19th, 2001, 01:39 PM
#1
Thread Starter
Junior Member
Here's an interesting Idea...
I'm bad at math but I love programming and physics
(I know... Kind of an oxymoron)
Anyways, I'm sure i'm not the only one like me out there,
Perhapse one or more of the gurus here could maybe make a list of some of the more common mathematical algorythyms with some small examples of how they can be used, such as how to programmatically define circles, spheres, arcs, triangles, pixel-distances(thx for the help with this btw, I appreciate it.), etc.
I know this might take some time, but it would probably be one of the most useful things i've seen in the way of VB programming tutorials.
Reality is relative,
Nothing is impossible,
Caffiene is the only thing keeping me alive.
-
Apr 19th, 2001, 02:04 PM
#2
transcendental analytic
well hmm, to programmatically define is to declare variables, types and such. Math is a a very wide area, you'll find tons of material on the net if you just search.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 20th, 2001, 01:01 AM
#3
Member
Arkayne,
Check out:
Mathtools
http://www.mathtools.com/
Hope this helps.
Jerome W. Norgren
"Know how to ask. There is nothing more difficult for some people, nor for others, easier."
- Baltasar Gracian
-
Apr 20th, 2001, 02:44 AM
#4
Retired VBF Adm1nistrator
Actually I think he has a point.
Because in the games I've made, there has been an awful lot of maths.
I happened to have studied honours maths, physics, and applied maths in school, so most maths is a doddle to me.
But when I come across something I dont know, and cant figure out using trig or whatever, then I have to search on the net ; and its not easy 
Remember that thing with the line intersections ked ?
I was searching for a long time on the net for that stuff.
So I think it would be a good idea.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Apr 20th, 2001, 04:10 AM
#5
transcendental analytic
you'd never want to read the 300 pages i have to for the test on wednesday
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 20th, 2001, 04:17 AM
#6
Retired VBF Adm1nistrator
Hey,
goto http://members.fortunecity.com/plenderj/
and then get this file :
http://members.fortunecity.com/plend...m%20Papers.zip
Ive to sit that lot in a few weeks time.
ICT1 = Communications
ICT2 = Information Management
ICT3 = Computer Science
ICT4 = Computer Technology
ICT5 = Maths
Load of bollox if you ask me
Last edited by plenderj; Apr 20th, 2001 at 04:21 AM.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|