Showing Mandelbrot matrix using UJMP package
Source code name: "lalgebra_ujmp.py"
Programming language: Python
Topic: Linear Algebra/Matrices
DMelt Version 1.8. Last modified: 06/26/1971. License: Pro
https://datamelt.org/code/cache/lalgebra_ujmp_6100.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


from org.ujmp.core.util.matrices import MandelbrotMatrix
m =MandelbrotMatrix();
m.showGUI()



You see the box below because you did not login.