Kronecker product based fractals: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: added link to output files)
m (→‎{{header|C}}: Remove vanity tags)
Line 43: Line 43:
Thus this implementation treats the initial matrix as a [https://en.wikipedia.org/wiki/Sparse_matrix Sparse matrix]. Doing so cuts down drastically on the required storage and number of operations. The graphical part needs the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
Thus this implementation treats the initial matrix as a [https://en.wikipedia.org/wiki/Sparse_matrix Sparse matrix]. Doing so cuts down drastically on the required storage and number of operations. The graphical part needs the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
<lang C>
<lang C>
/*Abhishek Ghosh, 20th September 2017*/
#include<graphics.h>
#include<graphics.h>
#include<stdlib.h>
#include<stdlib.h>