@@ -48,12 +48,12 @@ p =plot(); symbolplot!(A)
48
48
# Non-normal
49
49
# ##
50
50
51
- A = BandedMatrix (- 1 => Vcat (Float64[], Fill (1 / 4 ,∞)), 0 => Vcat ([0.9 ],Fill (0 ,∞)), 1 => Vcat (Float64[], Fill (1 ,∞)))
52
- qlplot (A; title= " A" , linewidth= 0 , x= range (- 2 ,2 ; length= 200 ), y= range (- 2 ,2 ;length= 200 ))
51
+ A = BandedMatrix (- 1 => Vcat (Float64[], Fill (1 / 4 ,∞)), 0 => Vcat ([1im ],Fill (0 ,∞)), 1 => Vcat (Float64[], Fill (1 ,∞)))
52
+ qlplot (A; title= " A" , linewidth= 0 , x= range (- 2 ,2 ; length= 100 ), y= range (- 2 ,2 ;length= 100 ))
53
53
symbolplot! (A; linewidth= 2.0 , linecolor= :blue , legend= false )
54
- qlplot (BandedMatrix (A' ); title= " A', 1st" , linewidth= 0 , nlevels= 100 , x= range (- 2 ,2 ; length= 200 ), y= range (- 2 ,2 ;length= 200 ))
54
+ qlplot (BandedMatrix (A' ); title= " A', 1st" , linewidth= 0 , nlevels= 100 , x= range (- 2 ,2 ; length= 100 ), y= range (- 2 ,2 ;length= 100 ))
55
55
symbolplot! (A; linewidth= 2.0 , linecolor= :blue , legend= false )
56
- qlplot (BandedMatrix (A' ); branch= findsecond, title= " A'" , linewidth= 0 , nlevels= 100 , x= range (- 2 ,2 ; length= 200 ), y= range (- 2 ,2 ;length= 200 ))
56
+ qlplot (BandedMatrix (A' ); branch= findsecond, title= " A'" , linewidth= 0 , nlevels= 100 , x= range (- 2 ,2 ; length= 100 ), y= range (- 2 ,2 ;length= 100 ))
57
57
58
58
59
59
heatmap! (x,y,fill (- 100 ,length (y),length (x)); legend= false , color= :grays , fillalpha= (z -> isnan (z) ? 0.0 : 1.0 ). (z))
@@ -144,6 +144,8 @@ function qdL(A)
144
144
ql (B3). L
145
145
end
146
146
# Bull's head
147
+ A = BandedMatrix (- 3 => Fill (7 / 10 ,10 ), - 2 => Fill (1 ,11 ), 1 => Fill (2im ,9 ))
148
+
147
149
A = BandedMatrix (- 3 => Fill (7 / 10 ,∞), - 2 => Fill (1 ,∞), 1 => Fill (2im ,∞))
148
150
qlplot (A; title= " largest" , linewidth= 0 )
149
151
0 commit comments