1.618034

1.618034

Other urls found in this thread:

tutorial.math.lamar.edu/cheat_table.aspx
goodreads.com/book/show/1119085.The_Power_of_Limits
twitter.com/SFWRedditVideos

11010111

Phi
related to pi

Also related to Euler's formula and therefore growth in general

29.9792° N, 31.1342° E

Fibonacci sequence

816.1

11010001

Time is ticking anons.

1.sixx I 8 log 0h

we all die anyways

Maybe.

Emotional response correlates to a model of perfection.

...

That's a good one.

7-16-69
7-24-69

...

That and rabbit breeding pattern, seeds in a sunflower, pine cones, etc

1 = 0

0.987176

3.14159265359

1 3 5 8 etc etc

You got it wrong, and didn't show your work, so you get a zero

best for markets .882

Did you get it right then?

Could be on to something. Keep digging.

Yes i did, otherwise i wouldn't have known they got it wrong

Eulers formula? As in
e^(i (pi)) = r (cos (theta) + isin (theta))
???

Thought

So this is what STEMlords do for fun...

I think I'll stick to saving the world please.

>or should I say: you're welcome

the fuck is this thread?

Something to solve.

But I don't want to. I want memes.

Then don't participate then.
Go look at your memes.

traders calc fibs from highs and lows. its not where u do it. u have to find point of control for current move. once that is isolated 288.20 percent usually the extenstion limit to move.

No. I want to be autistic.

sad

How much math and comp sci are you familiar with?

ES and NQ should drop a decent amount very very soon.

The universal patterns are truly interesting.

Like, none. I mean, I'd love to do programming, but that's it.
As for math, it's been a while/

How much of any of this are you familiar with? Comfortable using?

tutorial.math.lamar.edu/cheat_table.aspx

We are solving the universe together today anons.

73

Oh, christ, I thought it would be at least something I'd want to put my mind to.

What do you mean? The algebra section is about as basic as it gets. You need to have all of those formulas / properties mastered if you want to do anything fun. Just do it. It wont take long.

4c 69 6e 6b 20 74 68 65 73 65 20 63 6c 75 65 73 20 74 6f 67 65 74 68 65 72 2c 20 66 69 67 75 72 65 20 6f 75 74 20 68 6f 77 20 74 68 65 79 20 66 69 74 20 65 78 61 63 74 6c 79 2c 20 61 6e 64 20 72 65 70 6f 72 74 20 77 69 74 68 20 79 6f 75 72 20 70 72 6f 67 72 65 73 73 2e 0d 0a 49 20 77 69 6c 6c 20 6c 65 74 20 79 6f 75 20 6b 6e 6f 77 20 69 66 20 79 6f 75 20 61 72 65 20 72 69 67 68 74 2c 20 77 72 6f 6e 67 2c 20 6f 72 20 61 74 20 6c 65 61 73 74 20 6f 6e 20 74 68 65 20 63 6f 72 72 65 63 74 20 70 61 74 68 2e 20 0d 0a 47 6f 6f 64 20 6c 75 63 6b 2e

I have to pick up food, anyways.
I will admit it's somewhat interesting to read these threads and be like what are these mindpeople doing, this is Sup Forums where everyone is retarded

Save/bookmark the link if you ever want to learn some of this stuff. Farewell.

Solved it OP

Yes, but Sup Forums has a knack for solving things given a proper task.

Rarely.

Definitely the answer...

Kek

(1+sqrt(5))(1/2)

Now express as a limit

Some of you atleast try.
I want to see intelligent people solve this.
If needed, I will repost all the clues I have actually posted.

8754zh9zhf5

phi - 1 == 1/phi

limit as x->5 of (1+sqrt(x))(1/2)

I just got out of school and didn't really learn shit and I never used the full capabilities of my mind in it, so I just stuck with basic classes except IT shit and art, so...

SPIRAL OUT, KEEP GOING.

Arigato, Gyro..

That does not matter.
Intelligence I find more based on how you use your mind. If you're capable of grand thought.
Like attempting to truly simulate the universe within your own mind to gain a broader understanding.

Where does the r come from

But why constrain your mind to the limits of the universe?

Modulus (length / magnitude of the complex number), but it would be 1 in that case so i shouldn't have even put it thete

Because you must first understand the universe to understand what's beyond it.

Gyro...

772X772I772J772D772IIO+9g++9jO+9le+9hSDvvYHvvZLvvYUg772Z772P772VIO+9lO+9ge+9jO+9i++9ie+9ju+9hyDvvYHvvYLvvY/vvZXvvZQ=

euler is an idiot who invented gimbal lock

Lol

...

Seconded, didn't see the rest

Fukks sake user, genius

There has perhaps never been as productive a mathematician, save for maybe Erdos - but imagine if amphetamines were around in Euler's time? Or if the poor bastard hadn't gone blind lol

...

...

...

Natural Law, flower of life

Not related to phi

Indeed

...

But there is order.
Order that can be manipulated given the proper complex mindset and aspiration to understand and expand the mind.

√2

lets take a ride.

You know, there is a book called 'The Power of Limits: Proportional Harmonies in Nature, Art, and Architecture' by György Doczi that talks about the Fibonacci series and the golden mean. It is fascinating but it is really really frustrating because so many of his examples don't quite prove what he is trying to say. goodreads.com/book/show/1119085.The_Power_of_Limits

I'll have to check it out.
I'm attempting to gain more knowledge of the universe basically. I think I have hit a new level of comprehension behind alot of things, but need to be sure.

There's an order to chaos

I am trying to write a program in C that takes user input and prints a histogram of the lengths of the words.

I will send a hastebin link in the next post, but what i have so far will get me the number of words in the input, but I'm stuck in regards to keeping track of the word lengths and displaying the histogram. Since this exercise is in the array section, i assume I'm supposed to create an array to store this information, but the array length of course depends on the input, and once my while loop reaches EOF, as far as I know, I can't access the beginning of the input again with the getchar() function.

Any advice would be most appreciated.

It won't let me post the hastebin link, but its small enough i guess i'll just paste it here unformatted

#include

#define IN 1
#define OUT 0

main()
{
int c = getchar();
int status = OUT;
int nw = 0; //number of words

while(c != EOF)
{
if(c == ' ' || c == '\n' || c == '\t')
status = OUT;
else if (status == OUT)
{
status = IN;
nw++;
}

}
}

Isn't the definition of chaos basically no order? Lol

What a coincidence, it is half of pie

Lol.

Nice. If I can help in any way, I will let you know. I'm working on several things currently so it may be a bit before I have time to study your program.

thank you

No, entropy has rules

What kind of things are you working on? Genuinly interested.

bump

G / M = M / m

I'm working primarily on expanding my cognitive skills.
Learning, studying everything.
Figuring out the perplexities of life & the universe by using my own mind as a logical simulator of sorts. I'm hoping to be considered a great thinker at least by the time I pass from this pale blue dot.
Otherwise, I've had nothing but bad luck in life for the past couple years. My father passed suddenly from renal failure, my little brother got diagnosed with type 1 diabetes and I got fired the same day, girls in my area aren't worth my time.
I think very differently, most of my friends and family are intelligent enough to understand most subjects I want to discuss.
But I have side projects as well.
Beyond my hunger for knowledge, i have been in the works for the past couple years developing a video game with a long distance friend, learning more about computers, and studying nature as well.
And of course this 4 chan project, but that was obviously given.