Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
He graphed a function on the board and started working out how to find the area below the curve. As an aside, he started to explain that a chemist, confronted with the same problem, would simply draw the graph out 10 times and weigh the resulting graphs to arrive at the answer.

Hmm that's interesting, because it ininsinuates that the technique can't be done in mathematics...but it can, and it is the basis of calculus...limits.

So how did the "first mathemeticians", who didn't have the calculus formulas, figure out the area under the curve? Well, they did it just like the chemists. He divided the area under the curve into tall thin rectangles, of width x, and took the average value of the 2 y values at the top, got the area of the rectangles, and summed them up.

So then someone asked, "how can we get more accuracy?". They figured out as you narrowed the x width, the average y value at the top of the rectangle, "converged" to the same value. THE LIMIT.

It didn't take long for them to come up with the dx and dy notations, and to put it into formulas.

So even today, there is a whole branch of engineering called "applied numerical analysis", where you write programs exactly as described above. If your equation, or conditions, are so complex, that they can't be put into a simple formula, you break it up into intervals, either spatial or time, and compute the value of each interval separately, then sum up the results. Computers are so fast, it is usually the fastest way to model something.

I was in EE, loved the math, but dropped out to ponder the "meaning of it all" :-) Check out this story about how some people actually can see numbers as shapes....it makes you wonder about how puny our minds really are. Math Genius


I'm not really a human, but I play one on earth. flash japh

In reply to Re: Empirically solving complex problems by zentara
in thread Empirically solving complex problems by oakbox

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-20 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found