Skip to content

Commit 8dc274b

Browse files
author
Luis Javier
committed
Some examples (con :tk y gcf())
1 parent 5b520e9 commit 8dc274b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Examples/3rootsNewton.jl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
import Pkg
3+
4+
Pkg.status()
5+
using PyCall
6+
pygui(:tk)
7+
using PyPlot
8+
9+
import PBURF
10+
11+
coefficientlistnumcompila=complex([1.,0.,0.,2.])
12+
coefficientlistdencompila=complex([0.,0.,3.,0.])
13+
result=PBURF.plottingBasinsUnivariateRationalFunctions(coefficientlistnumcompila,
14+
coefficientlistdencompila)
15+
16+
gcf()

0 commit comments

Comments
 (0)