Saturday, 27 September 2014

Integrate

Career
Chemistry
Environment
Health
History
Physics

Friday, 26 September 2014

Semua orang yang bilang kau bodoh adalah Iblis.

Penyebab marah saat ini

1. Keiinginan tidak tercapai

Pattern Machine (Mesin deret bilangan)

1. Machine that alternatively multiply by 2 and then substract by 2
Mesin yang mengali dengan 2 dan mengurang dengan 2 secara bergantian.

Code:
a = 3
TextWindow.WriteLine(a)
For i = 0 To 10
  a = a * 2
  TextWindow.WriteLine(a)
  a = a - 2
  TextWindow.WriteLine(a)
EndFor

Output:
3, 6, 4, 8, 6, 12, 10, 20, 18, ...

Screenshot:


2. Machine that add preceeding term with 1, 2, 3, 4


3. Machine that add increasing even number to the preceding term.
Pattern: 1, 3, 7, 13, 21


Jenis Deret

1. Deret aritmatika
Contoh:
2, 4, 6, 8
Ciri-ciri:
Suatu unsur atau unsur satu dikurangi unsur sebelah kirinya atau unsur sebelumnya selalu konstant suatu angka
Contoh:
4 - 2 = 2
6 - 4 = 2
8 - 6 = 2
Selalu konstan sebuah angka yaitu 2.

2. Deret rasio atau disebut juga deret geometri
Contoh:
2, 4, 8, 16
Ciri - ciri:
2 unsur yang bersebelahan jika dibagikan menghasilkan sebuah angka konstan.


Contoh:
angka 2 dan 4
4 / 2 = 2
angka 8 dan 4
8 / 4 = 2
angka 16 dan 8
16 / 8 = 2

Dari sini kamu menangkap bahwa deret aritmatik adalah penambahan dan pengurangan dan deret geometri adalah perkalian dan pembagian.

3. Deret memory (memory of previous state / previous number)
Contoh: 1, 1, 2, 3, 5, 8, 13, ....
1. Algebra
2. Calculus
3. Geometry (ilmu ukur ruang)
4. Combinatorics
5. Computer science
6. Mechanincs
7. Number theory
 

Thursday, 25 September 2014

Flowchart of don't worry about anything

FLOWCHART

This Flowchart Tells You When to Worry About Anything
Hey, manusia dan robot apa bedanya?
Manusia mempunyai tiga state: Yes, I don't know dan No.
Sementara robot: Yes dan No saja.

POEM

In this life there are only two things to worry about.
Either you will be rich or poor. 

If you are rich, there is nothing to worry about.  
But if you are poor, there are only two things to worry about. 
Either you will be healthy or sick. 
If you are healthy, there is nothing to worry about. 
But if you are sick, there are two things to worry about. 
Either you will live or you will die. 
If you live, there is nothing to worry about.  
If you die there are only two things to worry about. 
You will either go to heaven or to hell.  
If you go to heaven, there will be nothing to worry about.
 If you go to hell, you'll be so damn busy shaking hands with all your friends, you won't have time to worry!
So why worry?