Top Banner
Chaos Theory using C Graphics Nidhi Chopra
7

Chaos theory using c graphics

Apr 12, 2017

Download

Technology

Nidhi Chopra
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chaos theory using c graphics

Chaos Theory using C Graphics

Nidhi Chopra

Page 2: Chaos theory using c graphics

Index

• Files used

• Sierpinski Triangle

• Random Function

• Pseudo-random number generator

Page 3: Chaos theory using c graphics

Files used

• #include<graphics.h>• #include<stdlib.h>• #include<stdio.h>• #include<conio.h>• #include<dos.h>• #include<iostream.h>• #include<string.h>• #include<math.h>

Page 4: Chaos theory using c graphics

Sierpinski Triangle

Page 5: Chaos theory using c graphics

Random Function

Page 6: Chaos theory using c graphics

Pseudo-random number generator

Page 7: Chaos theory using c graphics

Thank you.