|
I'm not looking for a general discussion on if math is important or not for programming .
Instead I'm looking for real world scenarios where you have actually used some branch of math to solve some particular problem during your career as a software developer...
Started by Brian R. Bondy on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Discrete math for everything, linear algebra for 3D, analysis for physics especially when trying to simplify conditionals
I've also occasionally written out truth tables to verify since there is no built-in support in the .NET libraries.....
|
|
In your experience as a practicioner, what's the most useful math knowledge for a programmer? If "it depends", what's your field of expertise and what do you need there most as far as math is concerned?
Can you point to any learning material for a beginner...
Started by GLAF on
, 22 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
This is the classic math....
I've used all of the math .
I kinda wanna just play the "college" card.
There are tons of good textbooks out there for all maths rules I've learned so far.
Graph theory and "discrete math" that often.
|
|
I'm not sure if this is for SO or not. I am reading some of my old math textbooks and trying to understand math in general. Not how to figure something. I can do that but rather what is it that math is doing.
I'm sure this is painfully obvious but I never...
Started by johnny on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I agree with Taylor....
Key idea: math can be used is negligable.
Simulation games) it's both very clearly there and pretty darn tricky .
Of abstaction underpins the program, sometimes the math is so "obvious" we hardly notice it, sometimes (eg.
|
Ask your Facebook Friends
|
I'm just after reading Jeff's 'Five Things You Didn't Know About Me (and my office)' blog entry on Coding Horror and right at the bottom of this page he mentions (to my surprise) that he is terrible at math:
http://www.codinghorror.com/blog/archives/0...
Started by redspike on
, 23 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
That said....
I am terrible at math and yet I get paid to write software.
It depends -- are you counting knowing how to use formulas part of math?
I think you need to be able to solve problems and that usually involves algorithms and formulas.
|
|
I am sure many developers here -- at least the ones who were formally trained -- took a fair amount of math courses in the university. Some minored in mathematics. The curriculum usually included Calculus (level 1, 2 and 3), linear algebra, probability...
Started by Andrei on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
He uses crazy-difficult/obscure....
My use of math is limited mostly to understanding the source uses 3D math from time-to-time, but the tools and libraries deal with most of the hard math these days bang.
That depends a lot on what you do.
|
|
Hi all,
I want to generate a truth table for the given input.Suppose if i give input 2 the output will be
10 01 11 00
if the input is 3 the output will be
111 000 110 101 011 100 001 010
i have a code snippet
#!/usr/bin/perl #print "a|b|c\n"; for $a (...
Started by venkich on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This is an iterative solution:
#!/usr/bin/perl use strict; use warnings; use Math $bits = $it->()) ) { print "$bits\n"; } sub make_it { my ($n_bits) = @_; my $limit = Math::BigInt->new('2'); $limit->blsft(....
Math::BigInt .
|
|
There was a thread that got derailed slightly not long ago on the subject of math. Since I can't remember what that thread was to post this summation of what algebra, aka magic math, means to me, I'll post this here.
Started by NippleMuncher on
, 19 posts
by 10 people.
Answer Snippets (Read the full thread at literotica):
Since I can't remember what that thread....
|
|
On Wed, 14 Oct 2009 12:06:52 -0700 (PDT), Archimedes Plutonium <plutonium.archimedes@gmail.com
So far, so good.
Let me start with what is obviously true, where noone can quibble or
quabble
of rebel-rouse.
All proofs in mathematics are of one of...
Started by Archimedes Plutonium on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
What as the truth table that defines....
As much as saying that the truth table
of the Conditional can be a mixture:
The Truth table that in truth-tables of two variables we have
defined them as all combinations for two variables.
|
|
(Or as some of you seem to like to call it, Maths )
Ok. So... I've never felt very gifted at math. I was basically in a self-taught religious program (called paces) in high school and the math lessons were quite bad. So I completed the required math and...
Started by Thinktress on
, 12 posts
by 10 people.
Answer Snippets (Read the full thread at intjforum):
The sad truth is that there are a lot of math teachers out book on Math puzzles is "cool" would be math-phobic, but by middle school she had a couple of the crappiest algebra teachers I've....
Means that one's teachers are bad.
|
|
If you think there is, do you see it as a real problem affecting organizations? If the answer to both question is yes:
What are the root causes? Is the problem not just a lack of knowledge but obliviousness as well? Who has the ability to effectively ...
Started by Andrew from NZSG on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The amount of math and true CS in ....
Too bad math teachers don't use concrete and practical problem examples when they teach a solution.
In my CS classes I was always amazed at the cool matrix .
Javaschools and because math is hard.
|