[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math

Search:


View post   

>> No.6962782 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
6962782

>son comes back from school
>"dad is it true that biology is the most important type science"
>why so?
>"our biology teacher told us that it is because without biology there wouldn't be life and people to invent other types of science"

Should I move my son to a different school?

>> No.3924904 [View]
File: 36 KB, 802x497, Usando-a-Expansão-de-Fibonacci.png [View same] [iqdb] [saucenao] [google]
3924904

fibonacci.
go

>> No.3286264 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
3286264

Hey, /sci/. I'm working on learning Java right now and I'm trying to make a Fibonacci sequence generator. What am I doing wrong?

class fibonacci{
public static void main(String args[]) {
int num1 = 0;
int num2 = 1;
int num3 = num1 + num2;
int n = 0;
while(n < 10){
System.out.println(num3);
num1 = num2;
num2 = num3;
n++;
}
}
}

All I get is a bunch of 1s. I just started learning today, so be nice, please.

>> No.2631843 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
2631843

If I wanted to graph a Fibonacci spiral but with it continuing in the other direction like this,

(...-8, 5, -3, 2, -1, 1, 0, 1, 1, 2, 3, 5, 8...)

How would I represent 0 and negative numbers on the graph?

>> No.2390066 [View]
File: 36 KB, 802x497, fibonacci-spiral.png [View same] [iqdb] [saucenao] [google]
2390066

What does /sci/ think of this?

www.youtube.com/watch?v=wS7CZIJVxFY

>> No.2260798 [View]
File: 36 KB, 802x497, fibonacci-spiral.png [View same] [iqdb] [saucenao] [google]
2260798

>>2260784

<<this is Fibonacci sequence, your picture is only retareded cousin of Fibonacci sequence. So, that leaves us with religion and no math. Again, FUCK OFF.

>> No.1981180 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
1981180

I have a question about starting an algebraic mathematical proof:

If I have a quantity that I know to be 0, say a = 0, since a*b = 0 and a*c = 0, regardless of values for b and c, is it acceptable to begin a proof by stating that ac = ab and working algebraically from there? It feels wrong, but I can't really think of any example in which this wouldn't provide an accurate proof.

Pic related, I'm trying to prove something about the Fibonacci sequence

>> No.1111857 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
1111857

If you can tell me what concepts are not in the bible I will tell you what God is.

>> No.1104908 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
1104908

I assume the frame rate for the universe is based off the movement of light. Light moves first and then a chain reaction follows based on light speed. So how many light movements are there before the smallest particle moves? How many movements does the smallest particle have before the second smallest moves? I have a clear picture of how this works in my head, but I'm hardly a scientist and I lack the vocabulary to describe what I'm imagining.

In my head it looks something like a base layer of light, then consecutive layers arranged on top. The light moves which in turn moves the other layers, similar to gears I suppose.

Picture more than likely related.

>> No.1079037 [View]
File: 36 KB, 802x497, Fibonacci.png [View same] [iqdb] [saucenao] [google]
1079037

If I want to take a spaceship of newage pioneers to the next naturally inhabitable planet, what kind of courses should I take?

Please give helpful answers and don't pretend like this isn't a possible choice for my future.

Navigation
View posts[+24][+48][+96]