3 lines
62 B
Text
3 lines
62 B
Text
using LinearAlgebra
|
|
diagI3 = 1.0I(3)
|
|
fullI3 = collect(diagI3)
|
using LinearAlgebra
|
|
diagI3 = 1.0I(3)
|
|
fullI3 = collect(diagI3)
|