|
I hear logarithms mentioned quite a lot in the programming context. They seem to be the solution to many problems and yet I can't seem to find a real-world way of making use of them. I've read the Wikipedia entry and that, quite frankly, leaves me none...
Started by Charles Roper on
, 20 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Say years
Logarithms in programming....
Does not have a PRODUCT() aggregate function, so this was accomplished using a sum of the logarithms to be positive and non-zero (you cannot calculate a logarithm on a negative number or zero).
|
|
For example, math theory, graph logic.
Everyone around tell me that math is necessary for programmer. I saw a lot of threads where people say that they used linear algebra and some other math, but no one described concrete cases when they used it.
I know...
Started by Sergey on
, 39 posts
by 39 people.
Answer Snippets (Read the full thread at stackoverflow):
Doppler shift is logarithmic....
Thats why its important to know mathematics to have a more clearer understanding of things :)
Infact in some cases a lot of math has.
Do is mathematics or at least depends on/related to mathematics.
|
|
“Music is the pleasure the human mind experiences from counting without being aware that it is counting.”
-Leibniz
I am myself a musician and been stunned by the interconnectedness between music and mathematics (or science of patterns).
I present here...
Started by Eureka on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at mymathforum):
I dont know about others, but for me, music is... .
And we easily solves the mathematics sums.
|
Ask your Facebook Friends
|
Just found a interesting site for history of Chinese math, it's also a good site for general math history including greek, indian, arabian math etc.
http://www-history.m...es/Chinese.html
Several factors led to the development of mathematics in China ...
Started by Howard Fu on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at chinahistoryforum):
We know that Qin was a rebellious youth, famous for his many love recluse scholar taught Qin mathematics....
A biography on Qin Jiushao's highly unprincipled personality, his talents in mathematics in mathematics by a recluse scholar.
|
|
Name of curriculum: Art of Problem Solving
Common abbreviation: AoPS
Educational Approach: Text
Grade level: 7-12
Worldview: (religious or neutral) neutral
Website: Art of Problem Solving
Review: Art of Problem Solving is a rigorous, problem solving approach...
Started by Rain on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at thehomeschoollibrary):
|
|
I've been thinking lately, and am curious about one question.
Is it possible to make a linear progression to mathematics?
In the sense that -- is there a linear way to define difficulty of a problem.
Is there something particular that makes some problems...
Started by Dmitry on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at xkcd):
When doing proofs, you have to connect properties, not apply .
For instance, I can never remember logarithm rules, but I know what logarithms are, so mathematics struggle with proof-based math.
Principles can help.
|
|
Below are my two old "alleged" proofs of the Riemann Hypothesis.
Trouble with
them is that I was under the delusion as all of the mathematics
community of
that time that Natural Numbers = 0,1,2,3,4,...... Whereas Natural
Numbers
are really 0,1,2,3,......
Started by plutonium.archimedes@gmail.com on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Archimedes in mathematics must have been the century of function
this, function that, just a massive century of functions really are functions....
That the idempotent is near 10^500 that
would bring
a beautiful harmony of Physics with Mathematics.
|
|
On Thu, 16 Jul 2009 18:30:46 -0700 (PDT), Musatov <marty.musatov@gmail.com
A Very Brief History of Mathematics
150 B.C. Brahmi Numericals: Origin of Hindu-Arabic numerals.
825 A.D. Base 10 numeration system: Arabia.
1479 Hindu-Arabic digits as ...
Started by Musatov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Fri, 17 Jul 2009 00:15:46 -070....
On Thu, 16 Jul 2009 23:42:09 -0700, "Sanny" <softtanks22@hotmail.com
2010: Martin Musatov has the back of his under-shorts
pulled up sharply, causing a wedge of fabric to become
lodged between his buttocks .
|
|
Since Graduating from a very small school in 2006 with a badly shaped & outdated program (I'm a foreigner & didn't know any better school at the time) I've come to realize that I missed a lot of basic concepts from a mathematical & software perspective...
Started by Jose B. on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
My math background is really poor (Geologist) { action-1 } else { action-2 }
Discrete mathematics and combinatorics are tremendously helpful to have the tools to work out the....
It was recommended in a few questions.
Concrete Mathematics.
|
|
Possible Duplicate:
What is the base of the logarithm for the purposes of Algorithms?
While writing the complexity of an algorithm to be in terms of logarithm, e.g. log(N), Log(NlogN) or log (N^2logN), etc., what should be the base of the logarithm, and...
Started by Moody on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you recall your mathematics, you will ....
The convention used in most cases is logarithm in base of 2 of logarithm is just multiplying with another constant the complexity won't change.
And therefore won't change the complexity.
|