webointer
Jun 1 2007, 08:52 PM
| | Fibonachi's array is a mathematical array noticed in a lot of chemistry, science and biology advents.
It is an array of numbers which addend of two before numbers give next article of array, but this rule doesn't apply for first and secon article 1 and 1.
Appearance of array: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144...
Array got name per Italian mathematician Fibonachi. |
Reply
Plenoptic
Jun 1 2007, 11:09 PM
I remember learning about that I think as well as using it in a Visual Basic program. I think Fibonachi used it to describe how many rabbits there would be if each female rabbit were to give birth to a male and a female every month or something like that. I don't know what exactly you can use to apply it to real life other than that though let alone in any of my science classes.
Reply
rvalkass
Jun 2 2007, 10:55 AM
You can use the Fibonacci Sequence to calculate pi, although thats not really a useful application for it  Another weird place to find Fibonacci numbers is in Pascal's triangle by adding numbers together in a certain pattern. I think you can also use it when searching through arrays in programming, but I'm not entirely sure how that works. Somehow I don't think this'll help in my maths exam next week though
Reply
Tourist
Feb 9 2008, 04:46 AM
QUOTE(Plenoptic @ Jun 2 2007, 05:09 AM)  I think Fibonachi used it to describe how many rabbits there would be if each female rabbit were to give birth to a male and a female every month or something like that. I think you are talkin about this Suppose a newly-born pair of rabbits, one male, one female, are put in a field. Rabbits are able to mate at the age of one month so that at the end of its second month a female can produce another pair of rabbits. Suppose that our rabbits never die and that the female always produces one new pair (one male, one female) every month from the second month on. Thus,At the end of the first month, they mate, but there is still one only 1 pair. At the end of the second month the female produces a new pair, so now there are 2 pairs of rabbits in the field. At the end of the third month, the original female produces a second pair, making 3 pairs in all in the field. At the end of the fourth month, the original female has produced yet another new pair, the female born two months ago produces her first pair also, making 5 pairs The number of pairs of rabbits in the field at the start of each month is 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
Reply
Vixen_Poetic
Feb 9 2008, 06:13 AM
QUOTE(Tourist @ Feb 8 2008, 09:46 PM)  I think you are talkin about this
Suppose a newly-born pair of rabbits, one male, one female, are put in a field. Rabbits are able to mate at the age of one month so that at the end of its second month a female can produce another pair of rabbits. Suppose that our rabbits never die and that the female always produces one new pair (one male, one female) every month from the second month on.
Thus,At the end of the first month, they mate, but there is still one only 1 pair.
At the end of the second month the female produces a new pair, so now there are 2 pairs of rabbits in the field.
At the end of the third month, the original female produces a second pair, making 3 pairs in all in the field.
At the end of the fourth month, the original female has produced yet another new pair, the female born two months ago produces her first pair also, making 5 pairs
The number of pairs of rabbits in the field at the start of each month is 1, 1, 2, 3, 5, 8, 13, 21, 34, ... Thats an interesting mental excercise but to anyone who knows anything about rabbits it's laughably off. The Fibonachi Sequence, while an interesting mathematical progression (which, by the way Webointer, works without any exceptions if you assume that the null space before the first 1 is representative of a zero) is most fascinating in it's corelation to patterns in nature. The pattern of seeds in the mature head of a sunflower and the spacing of planets (if you include the asteroid belt) in our solar system are the two examples that most readily spring to mind.
Reply
awesomebill61
Mar 17 2008, 04:45 AM
i find this kind of stuff fascinating.... not only does fibonachi's sequence show up in nature, but it is supposed to be very visually appealing. fibonacci's sequence relates to the golden ratio, which is supposed to be a very visually appealing ratio used in architecture and what not (some people have even commented that the golden ratio can be found many places in the faces of people we consider to be "beautiful"), and i find that to be true... etc in America 3 X 5, 5 X 8, and 8 X 13 are all very very common photo sizes. my math teacher spent like an entire day showing us some of this stuff once, and how he tried building a dog house once that used fibonacci's sequence so that he hoped his dog would actually use it, which it didnt.
Reply
Recent Queries:--
who is fibonachi - 61.33 hr back. (1)
-
what is fibonachi - 63.26 hr back. (1)
-
fibonachi code in visual basic example - 101.47 hr back. (1)
-
fibonachi in visual basic - 101.72 hr back. (1)
-
suppose a newly-born pair of rabbits - 107.58 hr back. (1)
-
fibonachi sequence function - 231.06 hr back. (1)
-
fibonachi - 240.88 hr back. (1)
-
fibonachi numbers - 242.02 hr back. (1)
Similar Topics
Keywords : fibonachis, array, deffinition, fibonachis, array
- Array Pointers Can Be Backwards
(Kind of) (7)
[ruby]lite Multi-dimensional Array
(0) Hey everyone, What I have here is a really simple Multi-Dimensional Array class. This is a Lite
version with only very basic features. It supports 2- and 3-Dimenional Arrays, and it only really
has capabilities for storing and accessing data. I am working on a fully featured version of the
class, but it's going in a game engine I am working on that I'll hopefully be selling
licenses for, so it would do no good to release all the classes in it. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> This class has relatively
good p....
Remove A Value From A Php Array Based On Its Value
(5) I have an index array CODE $array[0] = 10; $array[1] = 12; ...
Its kinda late and I'm falling asleep now but I had a quick look through PHP.net, and could not
find what I'm after, Maybe I'm too sleepy, sorry, but if anyone knows off the top of their
head a way to removed members in that array based on its value, i.e. I wanna remove values 12. I
don't really want to do a loop but if I cant find any existing function to do it, then I may
have to. Thanks for any help.....
Getting An Array Value Of A Dynamic Variable
(9) Ok i can't believe I need help in php but I can't figure this out... If i have an array,
lets say called test, how do i get a certain value from that array when referencing it dynamically
by either a string or another variable? Example: CODE $test=array(1,2,5);
$name="test"; //Doesn't work: echo $$name[0]; /Doesn't
work: echo ${$name}[0]; ....
Using Multiple Selection Array In Table To Order Data
Using multiple selection array in table to order data (1) have a form that has a multiple select choice, like this: CODE <form method="post"
action="display.php" <select multiple name="selectsort[]">
<option value="code">Code</option> <option
value="amount">Amount</option> <option value="dateammended">Date
Ammended</option> <option value="expreviewdate">Expiration/Review
Date</option> <option value="effectivedate">Effective Date</option>
<option value="e....
Reading Files From Directory To Array, And Using $_get To Get Them
Simple way to manage lot's of files (2) Some user posted a similar problem i had when i tried to figure out how to update content on my
website in less work as possible. This is just part of the "big" plan i have for my site but it can
be helpfull to you guys if you like FlatFile. I hope that mod's don't mind me posting the
same code here and on their forums, couse if they do i'll delete it from their forums
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> So
here's the situation. Let's say you have a folder called 'myfilesdirectory' on your
s....
[php] Walking Through Multidimensional Arrays
Walk through multidimensional array with foreach and list (2) If you like PHP arrays like i do you probably wondered how to walk through multidimensional arrays.
You can construct them maybe from your database or flat file, and output them with simple two
functions foreach, and list.. Let's say we have something like this CODE $information
= array ( 'id0001' => array ('ivan',
'ivanovich', 'm', '24'), 'id0002' =>
array ('marko', 'markovich', 'm', '21'), ....
More Dynamic ?id=browsing With Php (associative Array)
Just create array and watch php code do the rest (1) The thing that has been bugging me for a while was that switch statement that we use to create ID
browsing (some use If-Ifelse but results are the same for both). I wanted to figure out a way to use
more dynamic switch statement so that i only need to update my links array in order to create links
for template. With use of foreach, array_keys, and in_array functions finally i managed to do so.
Also i'm planing on changing foreach with array_walk but i'll do that later. Now for the
code.. First we create an associative array something like this CODE $gl....
Array Problem
(4) I'm having trouble with an assignment for my data structures class.
I have to simulate a
card player getting a a pile of 52 cards (a full deck).
....
How Do I Create An Array Of Objects?
The code in the tutorial I have read returns an error upon compilation (3) I want to create an array of type Cards. Is this the right way of doing it? CODE Card
decker[]; decker = new Card[5]; I always get the error DeckofCards: java:47:
missing return statement whenever I compile this.....
What Is Maid?
(Massive Array of Idle Disks) (2) MAID stands for Massive Array of Idle Disks. This is a technology that promises to provide massive
scalable storage at a very low cost. MAID will be used where there is a need to archive large
amount of data scaling up in terabytes. It also provides quick access to large amount of data. At
present only one company named Copan Systems offers the solution as this concept is relatively new.
Actually in older times and even now there is huge amount of data soted and accesed from tape
drives. The main drawback of Tape drives is their very slow access speeds. Also, when hug....
Spliting An Array
(4) I got this excercise from school, im trying to understand it but im unable..can someone help me ?its
very small problem but im not getting the point. ------------------ Create a string:
$wholestring = “splitwholestring”; And split it to array using for loop. So that you have a
array containing all the letters of the string: array == s, array == p, etc. Display results.
(hint: strlen(), substr() - functions are useful) ------------------....
Converting Characters In A Variable To Individual Values In An Array
turning variables into arrays (2) Say I have a variable such as $nav_item and it had to contents Home . IE: CODE
$nav_item = 'Home'; How would I make so that $nav_item was an array and
had the following contents? CODE $nav_item = array ('h', 'o',
'm', 'e'); With the case changing (ie H would become h and U
would become u ) EDIT: Okay found out that I could change the case with
array_change_key_case ($nav_item, CASE_LOWER); ....
Hard Drive Array
help (5) Hi guys, well im building my dreamed pc, i need a lot of resources cause i want to get full into the
3d. And one of the things i need is to build and array of hardrives, but i have a bunch of questions
about it 1- How do you do that ? lol 2- How many hard drives can i put in the array? is it
determined by the motherboard? 3- How fast do you recommend the hard drives must be? 4- THeres a
relation between the number of hard drives and the amount of ram i need? 5- In order to run well
what else do i need? Apreciate your help.....
Opengl Pointer To Array
Value Pointed..? (1) I'm playing around wtih openGL and trying to get the hang of c/c++(very frustrating at times). I
pass a pointer to an array from an object to my main via a get method. If I print out(cout) the
pointer(p) and the value pointed to (*p) from main, *p prints the decimal equivilent of the memory
address p, not the value that p should be pointing to. Within the object, everything is peachy, its
just when I pass the pointer to to main that this happens. The arrays plist and vlist in
meshloader are the ones im having trouble with. Any ideas? Thanks in advance. Feel free t....
What Is Raid?
or Redundant Array of Independent Disks (11) Using RAID can improve performance or security of data and data transfer on any computer (that has
drives that support). RAID is a system for sharing or duplicating data among various harddisks.
Depending on which level one sets RAID up a person can get increased data integrity,
fault-tolerence, and/or capactity than single disk drives. RAID also makes the computer see multiple
drives as one logical drive. RAID is typically used on servers, either to provide more efficiency or
to backup all data. The most common levels of RAID are 0 and 1. RAID 0: This level is usuall....
Remove Objects From Array With Unset
(2) Have been trying to solve this for a long time now, so I thought I´d give you guys a chance to break
it! I want to remove an object from an array that I store in a Session object. I´ve written a
function that takes an array and an id as parameters. Checks if one of the objects has the id I want
to remove and then it´s supposed to remove it. Quite simple, that´s why I cant see why it doesnt
work! Here´s the code: CODE function Remove_prod($id2,$AL) {
print_r($AL); foreach ($AL as $prod) if($prod-....
Array Size Limitations
(2) I'm writing a win32 console app and am about to implement an array of size 10,000,000 . Can
someone tell me what this would do ? Would my memory be able to handle it or would it cause other
variables to lose their value ? I may just end up writing the array to a text file and then just
searching it when I need it but I would rather not if I didn't need to. Can someone tell me what
the limit is ? kvarnerexpress....
parse mysql table into array
(5) i made a mysql db class and now i want to make a function that parses the table into an array, i
dont have that much php experience so can anyone help me?
CODE <?php
if(!class_exists('cDB')) { class cDB { var $lDB;
function cDB($name) { $this->lDB = mysql_connect();
mysql_select_db($name, $this->lDB); } function table($name)
{ //parse table array here } function __destruct() {
mysql_clo....
Using A Timer In A Array...
(2) I'm usually very well a creating a problems and then finding a solution. However this time
I'm stumped. I'm attempting to create timers.. I know this is possible by doing...
visual basic code:--------------------------------------------------------------------------------
Option Explict Dim WithEvents tmrTimer1 As VB.Timer Private Sub Form1_OnLoad() Set tmrTimer1 =
Me.Controls.Add("VB.Timer", "Timer1") End Sub
-------------------------------------------------------------------------------- Now, what I need
is to be able to create those timers, but creat....
Looking for fibonachis, array, deffinition, fibonachis, array
|
|
Searching Video's for fibonachis, array, deffinition, fibonachis, array
|
advertisement
|
|