CompuChip CompuChip is offline

About Me

  • About CompuChip
    Country
    Netherlands
    Interests
    Theoretical physics, mathematics, computers, programming
    Educational Background
    Master's
    Degree in
    BSc Mathematics; MSc Theoretical physics
    Profession
    Scientific programmer
  • Signature
    The only stupid question is the one you don't ask. The only stupid person is the one who pretends to know.

    The real answer is the approach to the problem. The rest is just numerics.

    PM's are welcome, but questions on the forums please.

Statistics

Total Posts
Blog
General Information
  • Last Activity: Y 11:30 AM
  • Join Date: Jun18-07

Friends

Showing Friends 1 to 1 of 1

Blog

View CompuChip's BlogRecent Entries
Latest Blog Entry

Posted May16-11 at 11:22 AM by CompuChip Comments 3
Posted in Uncategorized
Today I was having a discussion with a colleague about the three-door problem. I'm sure you've all heard of it in some form or another. Most commonly it is given as a game show concept, where a contestant has the choice between three doors. One conceals some prize (a car, or a large sum of money) and the other two don't (they contain a goat or nothing at all). After choosing one of the doors, the game show host opens one of the remaining two doors and shows that the big prize is not behind it. Then...

Posted Feb27-10 at 05:25 AM by CompuChip Comments 1
Posted in Uncategorized
So the idea of a linear approximation, is to describe a function f in the neighborhood of some point a by a linear function. In terms of the graph of f, we want to find a straight line, such that in the vicinity of a, we can approximate the function by the line. If you think about this for a moment, you will realize that we are talking about the tangent line here. Thus you quickly arrive at the equation
y = f(a) + f'(a) (x - a).
Staring at this, you may realize that f'(a)(x - a) is...

Posted Sep27-09 at 08:31 AM by CompuChip Comments 0
Posted in Uncategorized
Generally, when you have some statement like "for all n, X is true", a proof by induction consists of two steps. First, you have to show that for some simple case (usually n = 0 or 1, depending on the question), X is true. Then you assume that X is true for all integers n up to some given value n0, and you prove that under that assumption, X is also true for n0 + 1.

The reasoning is then as follows: you have checked by hand that it is true for n = 1. You have proven that...

Posted Jul22-09 at 03:39 PM by CompuChip Comments 1
Posted in Uncategorized
Using LaTeX is a bit like programming. You need a "compiler" (TeX distribution) to convert the documents you type to a final format, such as PDF. For Windows, MikTeX is the most common and easiest to install, in my experience. For *NIX (e.g. Ubuntu) texlive is straightforward to install using apt.
The documents themselves can be typed in whatever program you like, you can do it in Notepad for all anyone cares. However, there are several programs available which make editing TeX...

Posted Jun21-09 at 03:18 AM by CompuChip Comments 0
Posted in Uncategorized
So after posting here for a while, I find that I have written some extensive posts on different subjects which often seem to help people out. I also find myself looking for them all the time. And I found out about the blog function. So even though, technically, this might not be the exact function of the blogs, I'll be collecting some of those posts here so I can easily find them when needed.

==========================================================

From thread: Significance of Special Relativity...
Recent Comments
No worries, I misread...
Posted Jan14-13 at 05:38 PM by CompuChip CompuChip is offline
Quote by PAllen
"Everybody knows
...
Posted Feb14-12 at 06:48 PM by PAllen PAllen is offline
"Everybody knows...
Posted Feb13-12 at 10:19 PM by PAllen PAllen is offline
Thank you, very helpful...
Posted Jun16-10 at 04:04 AM by estro estro is offline
think about adding this...
Posted Mar1-10 at 10:07 PM by Greg Bernhardt Greg Bernhardt is online now