SlideShare una empresa de Scribd logo
1 de 3
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 03 Issue: 03 December 2014 Pages: 243-245
ISSN: 2278-2397
243
Mathematical Model of Cellular Automata and
Fractals in Cancer Growth
J. Arockia Aruldoss1
, J.Ashwini Pricilla2
1,2
PG and Research Department of Mathematics
St. Joseph’s College of Arts and Science (Autonomous),Cuddalore,Tamilnadu, India
Email: aruligori@gmail.com: pricillaash5@gmail.com
Abstract - In this paper, Mathematical Model can generate
dynamics using Cellular Automata(CA) and Fractals in cancer
growth. This model describes a cancer growth are inspired
from the conway’s game of life and each cell of the grid
represents the location of living cells. To achieve this model
we have developed an algorithm based mainly on Cellular
Automata (CA) and Fractal Technique (FT). Using these both
technique provide more information about cancer growth.
Keywords: Dynamics, Dimensions, Cellular Automata(CA),
Fractals, Self-Similarity, Pascal Triangle and Sierpinski
Triangle.
I. INTRODUCTION
Cancer is a disease which is made up of many types of cells.
These cells are grow and are controlled to produce more cells.
When cells become old (or) damaged they die and are replaced
with new cells. Sometimes this process of controlled
production of cells goeswrong. The genetic material(DNA) of
a cell start producing mutationsthat affect normal cell growth
and division by being damaged. When this happens, these cells
do not die but form a mass of tissue called a tumor.
II. CELLULAR AUTOMATA(CA)
Usually, common cell shapes are squares, cubes and hexagons.
But the simplest Cellular Automata(CA) are one-dimensional,
with cells on a straight line and each cell can have only two
possible states (high/low (or) black/white). In theory, a Cellular
Automata can have any number of dimensions and each cell
can have any number of possible states. The state of each cell
changes in discrete steps at regular time intervals.
Cellular Automata(CA) in Computer Modeling:
The special computer program on the monitor screen as small
squares, triangles or other shapes which are called “cells”.
Each cell is connected to its neighboring cells by a set of
simple rules and the program begins usually with one or a few
cells which trace a simple and often predictable pattern.
III.PRELIMINARIES ON TOPOLOGICAL DYNAMICS
OF CELLULAR AUTOMATA (CA)
General Dynamical System: A dynamical system is a couple
(X,F), where X is a Topological space and F is a Self-map on
X.
A Cellular Automata (CA): It is a dynamical system (Az
, F)
such that Foσ=σoF, that is the transition rule of a Cellular
Automata(CA) commutes with shift map.
Shift Map: Dynamical systems are discretized with respect to
time and we study then as discrete dynamical systems basically
defined by maps known as shift map.
Attracting and Repelling Fixed Points: Cellular Automata (CA)
evolve after a finite number of time steps from almost all initial
states to a unique homogeneous state, in which all sites have
the same value such Cellular Automata may be considered to
evolve to simple “Limit points” in phase space. These limit
points and which all sites are attracted towards are called
attracting fixed points. If the sites repel away from fixed point,
then those points are known as “repelling fixed points”.
Example:1 f( a b c ) = ( b+c ) (modulo 2), A= { 0,1}
Local Rule Table:
A b c F( a,b,c )
0 0 0
0 0 1
0 1 0
0 1 1
0
1
1
0
Example:2f( a b c ) = Max {A, b}, A= {0,1,2}
Local Rule Table:
A b c F(a, b,c)
0 0 0
0 0 1
0 1 0
0 1 1
0
0
1
1
For different initial configuration, different Cellular
Automata(CA) can be generated.
Simple Cellular Automata in Pascal Triangle:
Cellular Automata have an even larger history. In some sense
we might say that Pascal Triangle is the first Cellular
Automata. It sets a good example for Cellular Automata.
Pascal Triangle made up of staggered rows of numbers.
The initial condition is used are,
ai1= 1
aii= 1
where, i: the row number.
The cells in the Pascal Triangle are generated using the law.
aij = a(i-1)(j-1)+a(i-)j
where, i: the row number
j: the column number.
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 03 Issue: 03 December 2014 Pages: 243-245
ISSN: 2278-2397
244
1
1 1
1 2 1
1 3 8 1
1 4 6 4 1
1 5 10 10 6 1
Fig:1Pascal Triangle
On reducing this Pascal Triangle to modulo 2.
It takes the form,
1
1 1
1 0 1
1 1 0 1
1 0 0 0 1
1 1 0 0 0 1
Fig:2Pascal Triangle modulo 2
On replacing one’s by dot and zero’s by blank space.
0
0 0
0 0
0 0 0 0
0 0
0 0 0 0
Fig:3Pascal Triangle-A modification
A beautiful aspect of Pascal Triangle modulo 2 is that the
pattern n inside any triangle of points is similar in design to
that of any sub-triangle, though larger insize.
If we extend Pascal triangle to infinitely many row and reduce
the scale of our picture in half each time that we double the
number of rows. Then the resulting design is self-similar
known as “Fractals”.
A Cellular Automata is a Fractal type of dynamical system.
Fractal Dimension – Introduction:
Every one knows the dimension of a line, a square and a cube.
They are one, two and three respectively. And, we can measure
the distance, area and volume of those objects as well.
However, what is the dimension of the inside of a kidney or the
brain and how do we measure their surface area? How about a
piece of cauliflower? This is where Fractal dimension can help
us out. Fractal dimension allows us to measure the complexity
of an objects.
There are two types of Fractal Dimensions. They are,
1. Self-Similarity Dimension
2. Box-Counting Dimension
Self-Similarity Dimension:
A set is called Self-Similar. If it can be broken into arbitrary
small pieces, each of which is a small replica of the entire set.
Example:
1. We may break a line segment into four Self-Similar
intervals. Each with the same length and each of which
can be magnified by a factor of four to yield the original
segment.
2. We can decompose a square into four Self-Similar sub-
squares and the magnification factor is two.
3. Also, We can decompose a cube to N3
Self-Similar
pieces, each of which has magnification factor is N.
Fractal Dimension Formula:
Fractal Dimension Formula is given by,
log(number of Self-
Similar pieces)
Fractal Dimension =
log(magnification
factor
For Square,
log N2
log N
2log N
log N
2
Similarly, the dimension of a cube is as follows:
log N3
log N
3 log N
log N
3
This dimension is different from the Topological dimension.
(i.e.) the mathematical dimension.
SierpinskiTriangle(ST):
The mid-points of each side of an equilateral triangle and
connecting them together, omitting the middle-most triangle
one gets on interesting Fractal known as the “Sierpinski
Triangle”. The very simple Fractal arise
Example:
We compute the Fractal dimension of “Sierpinski Triangle”.
The Sierpinki Triangle can be decomposed into 3 Self-Similar
pieces each with magnification factor 2.
Fig:4Sierpinski Triangle with Magnification factor 2.
log(number of
Self-Similar
pieces)
Fractal Dimension =
log(Magnification
factor)
log 3
log 2
Dimension =
=
Dimension =
=
=
=
=
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 03 Issue: 03 December 2014 Pages: 243-245
ISSN: 2278-2397
245
≈ 1.58
So, the dimension of S is somewhere between 1 and 2.
Also, S can be decomposed into 9 Self-Similar pieces with
magnification factor 4.
Fig:5Sierpinski Triangle with Magnification factor 4.
Now, We have
log(number of Self-Similar pieces)
Fractal dimension =
log(Magnification factor)
log 9
log 4
log 3
log 2
≈ 1.58
Similarly, S can be decomposed into 3N
Self-Similar pieces
with magnification factor 2N
.
So,
log 3N
Fractal dimension =
log 2N
N log 3
N log 2
log 3
log 2
The larger Fractal dimension, the more object fills up the
space. For example “Koch Curve”. It fills up more space than a
simple line, but it does not cover a complete 2-D area. Hence
Fractal dimension can be seen as an index of the space filling
property of a Fractal object.
Evolving Cellular Automata (CA) to simulate cancer growth:
Consider,any cancer patient, cancer cells and other cell
positions can be monitored. Two-Dimensional Cellular
Automata models were designed and implemented in order to
simulate cancer growth. A two-dimensional M-rows, N-
columns (M×N) grid is implemented, each cell of the grid
represents the location of a living cells.
The cells obtains one of the following values.
N – Normal cell
C – Cancer cell in the
reproduction phase
c – Cancer cell
D – Dead cell
The dynamics of the Cellular Automata can be described by
the following rules:
1. N → c
A normal cell turns to a Cancer Cell.
2. c →C
Cancer Cell turns to the reproduction cell.
3. C→ 2c
Reproduction cell becomes 2 times cancer cell
4. c→D
A cancer cell dies
5. N→D
A normal cell dies
6. D →N
A dead cell location is occupied by a normal cell.
7. D →C
A dead cell location is occupied by a cancer cell.
Application in Fractal Dimension:
Fractal Technique have been applied to cancer growth of
tumors might be influenced by the Fractal structure of their
tissues of origin. Tumor boundaries and chromatin texture have
been studied by analysis. This may prove useful in
discriminating between “benign and malignant cells”.
IV.CONCLUSION
The world of Mathematicians and Physicists have overlooked
dynamical system as random and unpredictable. There are
various tools used to gain the comprehensive overview of the
dynamics Cellular Automata and Fractal. The dynamical
system Cellular Automata and Fractals is used as a
computational tool. Using the tools, we evolve the simulation
of cancer growth which is compare with theoretical,
Mathematical models.
REFERENCES
[1] TommasoToffoli, 1984 “Cellular Automata as an Alternative to
Differential Equations”.
[2] S. Wolfram, 1986, “Theory and Application of Cellular Automa”.
[3] P.Kurka, 2001, “Topological Dynamics of Cellular Automata, Codes
systems, and graphical models”.
[4] B.BondarehKo, 1990,”Generalized Pascal Triangle and pyramids, their
Fractals, Graphics and Applications”.
[5] Ary L. Goldberger, 1997, “Fractal Variability VersusPathalogic
Periodicity”.
[6] P.Anand and A.B. Kunnumakara, Cancer is a preventable disease that
requires major lifestyle changes, Pharm. Res.25(9)(2008),2097-2116.
[7] M.Mamat, E.S Nugraha, and A,Kartono. Mathematical modeling of
tumor immune interaction. Far East Journal of Applied Mathematics.
41(1)(2010), 133-151.
=
=
=
=
≈ 1.58

Más contenido relacionado

Similar a Mathematical Model of Cellular Automata and Fractals in Cancer Growth

Segmentation and Visualization of Human Coronary Artery Trees from CTA Datasets
Segmentation and Visualization of Human Coronary Artery Trees from CTA DatasetsSegmentation and Visualization of Human Coronary Artery Trees from CTA Datasets
Segmentation and Visualization of Human Coronary Artery Trees from CTA DatasetsEditor IJCATR
 
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIOR
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIORANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIOR
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIORijsptm
 
Large scale cell tracking using an approximated Sinkhorn algorithm
Large scale cell tracking using an approximated Sinkhorn algorithmLarge scale cell tracking using an approximated Sinkhorn algorithm
Large scale cell tracking using an approximated Sinkhorn algorithmParth Nandedkar
 
Two dimensional-cellular-automata
Two dimensional-cellular-automataTwo dimensional-cellular-automata
Two dimensional-cellular-automataMazharul Shaik
 
Model based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursModel based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursDr. Michael Agbaje
 
The Latest on Boids Research - October 2014
The Latest on Boids Research - October 2014The Latest on Boids Research - October 2014
The Latest on Boids Research - October 2014Olaf Witkowski
 
Quantum Evolutionary Algorithm for Solving Bin Packing Problem
Quantum Evolutionary Algorithm for Solving Bin Packing ProblemQuantum Evolutionary Algorithm for Solving Bin Packing Problem
Quantum Evolutionary Algorithm for Solving Bin Packing Probleminventionjournals
 
PR12-225 Discovering Physical Concepts With Neural Networks
PR12-225 Discovering Physical Concepts With Neural NetworksPR12-225 Discovering Physical Concepts With Neural Networks
PR12-225 Discovering Physical Concepts With Neural NetworksKyunghoon Jung
 
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουΜοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουManolis Vavalis
 
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmUnsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmIOSR Journals
 
RFNM-Aranda-Final.PDF
RFNM-Aranda-Final.PDFRFNM-Aranda-Final.PDF
RFNM-Aranda-Final.PDFThomas Aranda
 
Bo Dong-ISBI2015-CameraReady
Bo Dong-ISBI2015-CameraReadyBo Dong-ISBI2015-CameraReady
Bo Dong-ISBI2015-CameraReadyBo Dong
 
Monte Carlo Dose Algorithm Clinical White Paper
Monte Carlo Dose Algorithm Clinical White PaperMonte Carlo Dose Algorithm Clinical White Paper
Monte Carlo Dose Algorithm Clinical White PaperBrainlab
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURON
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURONA PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURON
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURONijdpsjournal
 
Fractals And Chaos Theory
Fractals And Chaos TheoryFractals And Chaos Theory
Fractals And Chaos TheoryFNian
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...IRJET Journal
 

Similar a Mathematical Model of Cellular Automata and Fractals in Cancer Growth (20)

B0343011014
B0343011014B0343011014
B0343011014
 
Segmentation and Visualization of Human Coronary Artery Trees from CTA Datasets
Segmentation and Visualization of Human Coronary Artery Trees from CTA DatasetsSegmentation and Visualization of Human Coronary Artery Trees from CTA Datasets
Segmentation and Visualization of Human Coronary Artery Trees from CTA Datasets
 
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIOR
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIORANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIOR
ANALYSIS OF ELEMENTARY CELLULAR AUTOMATA CHAOTIC RULES BEHAVIOR
 
Fractals
FractalsFractals
Fractals
 
Large scale cell tracking using an approximated Sinkhorn algorithm
Large scale cell tracking using an approximated Sinkhorn algorithmLarge scale cell tracking using an approximated Sinkhorn algorithm
Large scale cell tracking using an approximated Sinkhorn algorithm
 
Two dimensional-cellular-automata
Two dimensional-cellular-automataTwo dimensional-cellular-automata
Two dimensional-cellular-automata
 
Model based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursModel based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumours
 
The Latest on Boids Research - October 2014
The Latest on Boids Research - October 2014The Latest on Boids Research - October 2014
The Latest on Boids Research - October 2014
 
Quantum Evolutionary Algorithm for Solving Bin Packing Problem
Quantum Evolutionary Algorithm for Solving Bin Packing ProblemQuantum Evolutionary Algorithm for Solving Bin Packing Problem
Quantum Evolutionary Algorithm for Solving Bin Packing Problem
 
PR12-225 Discovering Physical Concepts With Neural Networks
PR12-225 Discovering Physical Concepts With Neural NetworksPR12-225 Discovering Physical Concepts With Neural Networks
PR12-225 Discovering Physical Concepts With Neural Networks
 
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουΜοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
 
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmUnsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
 
RFNM-Aranda-Final.PDF
RFNM-Aranda-Final.PDFRFNM-Aranda-Final.PDF
RFNM-Aranda-Final.PDF
 
Bo Dong-ISBI2015-CameraReady
Bo Dong-ISBI2015-CameraReadyBo Dong-ISBI2015-CameraReady
Bo Dong-ISBI2015-CameraReady
 
Monte Carlo Dose Algorithm Clinical White Paper
Monte Carlo Dose Algorithm Clinical White PaperMonte Carlo Dose Algorithm Clinical White Paper
Monte Carlo Dose Algorithm Clinical White Paper
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURON
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURONA PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURON
A PERFORMANCE EVALUATION OF A PARALLEL BIOLOGICAL NETWORK MICROCIRCUIT IN NEURON
 
Fractals And Chaos Theory
Fractals And Chaos TheoryFractals And Chaos Theory
Fractals And Chaos Theory
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
 
EM Term Paper
EM Term PaperEM Term Paper
EM Term Paper
 

Más de MangaiK4

Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...MangaiK4
 
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...MangaiK4
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
Relation Extraction using Hybrid Approach and an Ensemble Algorithm
Relation Extraction using Hybrid Approach and an Ensemble AlgorithmRelation Extraction using Hybrid Approach and an Ensemble Algorithm
Relation Extraction using Hybrid Approach and an Ensemble AlgorithmMangaiK4
 
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy LogicSaturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy LogicMangaiK4
 
Image Based Password using RSA Algorithm
Image Based Password using RSA AlgorithmImage Based Password using RSA Algorithm
Image Based Password using RSA AlgorithmMangaiK4
 
A Framework for Desktop Virtual Reality Application for Education
A Framework for Desktop Virtual Reality Application for EducationA Framework for Desktop Virtual Reality Application for Education
A Framework for Desktop Virtual Reality Application for EducationMangaiK4
 
Smart Security For Data Sharing In Cloud Computing
Smart Security For Data Sharing In Cloud ComputingSmart Security For Data Sharing In Cloud Computing
Smart Security For Data Sharing In Cloud ComputingMangaiK4
 
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining ApproachBugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining ApproachMangaiK4
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMangaiK4
 
Encroachment in Data Processing using Big Data Technology
Encroachment in Data Processing using Big Data TechnologyEncroachment in Data Processing using Big Data Technology
Encroachment in Data Processing using Big Data TechnologyMangaiK4
 
Performance Evaluation of Hybrid Method for Securing and Compressing Images
Performance Evaluation of Hybrid Method for Securing and Compressing ImagesPerformance Evaluation of Hybrid Method for Securing and Compressing Images
Performance Evaluation of Hybrid Method for Securing and Compressing ImagesMangaiK4
 
A Review on - Data Hiding using Cryptography and Steganography
A Review on - Data Hiding using Cryptography and SteganographyA Review on - Data Hiding using Cryptography and Steganography
A Review on - Data Hiding using Cryptography and SteganographyMangaiK4
 
Modeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
Modeling Originators for Event Forecasting Multi-Task Learning in Mil AlgorithmModeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
Modeling Originators for Event Forecasting Multi-Task Learning in Mil AlgorithmMangaiK4
 
quasi-uniform theta graph
quasi-uniform theta graphquasi-uniform theta graph
quasi-uniform theta graphMangaiK4
 
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...MangaiK4
 
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...MangaiK4
 
Marine Object Recognition using Blob Analysis
Marine Object Recognition using Blob AnalysisMarine Object Recognition using Blob Analysis
Marine Object Recognition using Blob AnalysisMangaiK4
 
Implementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAImplementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAMangaiK4
 
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...MangaiK4
 

Más de MangaiK4 (20)

Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
 
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
Relation Extraction using Hybrid Approach and an Ensemble Algorithm
Relation Extraction using Hybrid Approach and an Ensemble AlgorithmRelation Extraction using Hybrid Approach and an Ensemble Algorithm
Relation Extraction using Hybrid Approach and an Ensemble Algorithm
 
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy LogicSaturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
 
Image Based Password using RSA Algorithm
Image Based Password using RSA AlgorithmImage Based Password using RSA Algorithm
Image Based Password using RSA Algorithm
 
A Framework for Desktop Virtual Reality Application for Education
A Framework for Desktop Virtual Reality Application for EducationA Framework for Desktop Virtual Reality Application for Education
A Framework for Desktop Virtual Reality Application for Education
 
Smart Security For Data Sharing In Cloud Computing
Smart Security For Data Sharing In Cloud ComputingSmart Security For Data Sharing In Cloud Computing
Smart Security For Data Sharing In Cloud Computing
 
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining ApproachBugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS Technique
 
Encroachment in Data Processing using Big Data Technology
Encroachment in Data Processing using Big Data TechnologyEncroachment in Data Processing using Big Data Technology
Encroachment in Data Processing using Big Data Technology
 
Performance Evaluation of Hybrid Method for Securing and Compressing Images
Performance Evaluation of Hybrid Method for Securing and Compressing ImagesPerformance Evaluation of Hybrid Method for Securing and Compressing Images
Performance Evaluation of Hybrid Method for Securing and Compressing Images
 
A Review on - Data Hiding using Cryptography and Steganography
A Review on - Data Hiding using Cryptography and SteganographyA Review on - Data Hiding using Cryptography and Steganography
A Review on - Data Hiding using Cryptography and Steganography
 
Modeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
Modeling Originators for Event Forecasting Multi-Task Learning in Mil AlgorithmModeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
Modeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
 
quasi-uniform theta graph
quasi-uniform theta graphquasi-uniform theta graph
quasi-uniform theta graph
 
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
 
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
 
Marine Object Recognition using Blob Analysis
Marine Object Recognition using Blob AnalysisMarine Object Recognition using Blob Analysis
Marine Object Recognition using Blob Analysis
 
Implementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAImplementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGA
 
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
 

Último

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationNeilDeclaro1
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactisticshameyhk98
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 

Último (20)

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 

Mathematical Model of Cellular Automata and Fractals in Cancer Growth

  • 1. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 03 Issue: 03 December 2014 Pages: 243-245 ISSN: 2278-2397 243 Mathematical Model of Cellular Automata and Fractals in Cancer Growth J. Arockia Aruldoss1 , J.Ashwini Pricilla2 1,2 PG and Research Department of Mathematics St. Joseph’s College of Arts and Science (Autonomous),Cuddalore,Tamilnadu, India Email: aruligori@gmail.com: pricillaash5@gmail.com Abstract - In this paper, Mathematical Model can generate dynamics using Cellular Automata(CA) and Fractals in cancer growth. This model describes a cancer growth are inspired from the conway’s game of life and each cell of the grid represents the location of living cells. To achieve this model we have developed an algorithm based mainly on Cellular Automata (CA) and Fractal Technique (FT). Using these both technique provide more information about cancer growth. Keywords: Dynamics, Dimensions, Cellular Automata(CA), Fractals, Self-Similarity, Pascal Triangle and Sierpinski Triangle. I. INTRODUCTION Cancer is a disease which is made up of many types of cells. These cells are grow and are controlled to produce more cells. When cells become old (or) damaged they die and are replaced with new cells. Sometimes this process of controlled production of cells goeswrong. The genetic material(DNA) of a cell start producing mutationsthat affect normal cell growth and division by being damaged. When this happens, these cells do not die but form a mass of tissue called a tumor. II. CELLULAR AUTOMATA(CA) Usually, common cell shapes are squares, cubes and hexagons. But the simplest Cellular Automata(CA) are one-dimensional, with cells on a straight line and each cell can have only two possible states (high/low (or) black/white). In theory, a Cellular Automata can have any number of dimensions and each cell can have any number of possible states. The state of each cell changes in discrete steps at regular time intervals. Cellular Automata(CA) in Computer Modeling: The special computer program on the monitor screen as small squares, triangles or other shapes which are called “cells”. Each cell is connected to its neighboring cells by a set of simple rules and the program begins usually with one or a few cells which trace a simple and often predictable pattern. III.PRELIMINARIES ON TOPOLOGICAL DYNAMICS OF CELLULAR AUTOMATA (CA) General Dynamical System: A dynamical system is a couple (X,F), where X is a Topological space and F is a Self-map on X. A Cellular Automata (CA): It is a dynamical system (Az , F) such that Foσ=σoF, that is the transition rule of a Cellular Automata(CA) commutes with shift map. Shift Map: Dynamical systems are discretized with respect to time and we study then as discrete dynamical systems basically defined by maps known as shift map. Attracting and Repelling Fixed Points: Cellular Automata (CA) evolve after a finite number of time steps from almost all initial states to a unique homogeneous state, in which all sites have the same value such Cellular Automata may be considered to evolve to simple “Limit points” in phase space. These limit points and which all sites are attracted towards are called attracting fixed points. If the sites repel away from fixed point, then those points are known as “repelling fixed points”. Example:1 f( a b c ) = ( b+c ) (modulo 2), A= { 0,1} Local Rule Table: A b c F( a,b,c ) 0 0 0 0 0 1 0 1 0 0 1 1 0 1 1 0 Example:2f( a b c ) = Max {A, b}, A= {0,1,2} Local Rule Table: A b c F(a, b,c) 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 For different initial configuration, different Cellular Automata(CA) can be generated. Simple Cellular Automata in Pascal Triangle: Cellular Automata have an even larger history. In some sense we might say that Pascal Triangle is the first Cellular Automata. It sets a good example for Cellular Automata. Pascal Triangle made up of staggered rows of numbers. The initial condition is used are, ai1= 1 aii= 1 where, i: the row number. The cells in the Pascal Triangle are generated using the law. aij = a(i-1)(j-1)+a(i-)j where, i: the row number j: the column number.
  • 2. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 03 Issue: 03 December 2014 Pages: 243-245 ISSN: 2278-2397 244 1 1 1 1 2 1 1 3 8 1 1 4 6 4 1 1 5 10 10 6 1 Fig:1Pascal Triangle On reducing this Pascal Triangle to modulo 2. It takes the form, 1 1 1 1 0 1 1 1 0 1 1 0 0 0 1 1 1 0 0 0 1 Fig:2Pascal Triangle modulo 2 On replacing one’s by dot and zero’s by blank space. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Fig:3Pascal Triangle-A modification A beautiful aspect of Pascal Triangle modulo 2 is that the pattern n inside any triangle of points is similar in design to that of any sub-triangle, though larger insize. If we extend Pascal triangle to infinitely many row and reduce the scale of our picture in half each time that we double the number of rows. Then the resulting design is self-similar known as “Fractals”. A Cellular Automata is a Fractal type of dynamical system. Fractal Dimension – Introduction: Every one knows the dimension of a line, a square and a cube. They are one, two and three respectively. And, we can measure the distance, area and volume of those objects as well. However, what is the dimension of the inside of a kidney or the brain and how do we measure their surface area? How about a piece of cauliflower? This is where Fractal dimension can help us out. Fractal dimension allows us to measure the complexity of an objects. There are two types of Fractal Dimensions. They are, 1. Self-Similarity Dimension 2. Box-Counting Dimension Self-Similarity Dimension: A set is called Self-Similar. If it can be broken into arbitrary small pieces, each of which is a small replica of the entire set. Example: 1. We may break a line segment into four Self-Similar intervals. Each with the same length and each of which can be magnified by a factor of four to yield the original segment. 2. We can decompose a square into four Self-Similar sub- squares and the magnification factor is two. 3. Also, We can decompose a cube to N3 Self-Similar pieces, each of which has magnification factor is N. Fractal Dimension Formula: Fractal Dimension Formula is given by, log(number of Self- Similar pieces) Fractal Dimension = log(magnification factor For Square, log N2 log N 2log N log N 2 Similarly, the dimension of a cube is as follows: log N3 log N 3 log N log N 3 This dimension is different from the Topological dimension. (i.e.) the mathematical dimension. SierpinskiTriangle(ST): The mid-points of each side of an equilateral triangle and connecting them together, omitting the middle-most triangle one gets on interesting Fractal known as the “Sierpinski Triangle”. The very simple Fractal arise Example: We compute the Fractal dimension of “Sierpinski Triangle”. The Sierpinki Triangle can be decomposed into 3 Self-Similar pieces each with magnification factor 2. Fig:4Sierpinski Triangle with Magnification factor 2. log(number of Self-Similar pieces) Fractal Dimension = log(Magnification factor) log 3 log 2 Dimension = = Dimension = = = = =
  • 3. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 03 Issue: 03 December 2014 Pages: 243-245 ISSN: 2278-2397 245 ≈ 1.58 So, the dimension of S is somewhere between 1 and 2. Also, S can be decomposed into 9 Self-Similar pieces with magnification factor 4. Fig:5Sierpinski Triangle with Magnification factor 4. Now, We have log(number of Self-Similar pieces) Fractal dimension = log(Magnification factor) log 9 log 4 log 3 log 2 ≈ 1.58 Similarly, S can be decomposed into 3N Self-Similar pieces with magnification factor 2N . So, log 3N Fractal dimension = log 2N N log 3 N log 2 log 3 log 2 The larger Fractal dimension, the more object fills up the space. For example “Koch Curve”. It fills up more space than a simple line, but it does not cover a complete 2-D area. Hence Fractal dimension can be seen as an index of the space filling property of a Fractal object. Evolving Cellular Automata (CA) to simulate cancer growth: Consider,any cancer patient, cancer cells and other cell positions can be monitored. Two-Dimensional Cellular Automata models were designed and implemented in order to simulate cancer growth. A two-dimensional M-rows, N- columns (M×N) grid is implemented, each cell of the grid represents the location of a living cells. The cells obtains one of the following values. N – Normal cell C – Cancer cell in the reproduction phase c – Cancer cell D – Dead cell The dynamics of the Cellular Automata can be described by the following rules: 1. N → c A normal cell turns to a Cancer Cell. 2. c →C Cancer Cell turns to the reproduction cell. 3. C→ 2c Reproduction cell becomes 2 times cancer cell 4. c→D A cancer cell dies 5. N→D A normal cell dies 6. D →N A dead cell location is occupied by a normal cell. 7. D →C A dead cell location is occupied by a cancer cell. Application in Fractal Dimension: Fractal Technique have been applied to cancer growth of tumors might be influenced by the Fractal structure of their tissues of origin. Tumor boundaries and chromatin texture have been studied by analysis. This may prove useful in discriminating between “benign and malignant cells”. IV.CONCLUSION The world of Mathematicians and Physicists have overlooked dynamical system as random and unpredictable. There are various tools used to gain the comprehensive overview of the dynamics Cellular Automata and Fractal. The dynamical system Cellular Automata and Fractals is used as a computational tool. Using the tools, we evolve the simulation of cancer growth which is compare with theoretical, Mathematical models. REFERENCES [1] TommasoToffoli, 1984 “Cellular Automata as an Alternative to Differential Equations”. [2] S. Wolfram, 1986, “Theory and Application of Cellular Automa”. [3] P.Kurka, 2001, “Topological Dynamics of Cellular Automata, Codes systems, and graphical models”. [4] B.BondarehKo, 1990,”Generalized Pascal Triangle and pyramids, their Fractals, Graphics and Applications”. [5] Ary L. Goldberger, 1997, “Fractal Variability VersusPathalogic Periodicity”. [6] P.Anand and A.B. Kunnumakara, Cancer is a preventable disease that requires major lifestyle changes, Pharm. Res.25(9)(2008),2097-2116. [7] M.Mamat, E.S Nugraha, and A,Kartono. Mathematical modeling of tumor immune interaction. Far East Journal of Applied Mathematics. 41(1)(2010), 133-151. = = = = ≈ 1.58