nhavt

Results 5 comments of nhavt

Hi @stevengj, Thank you very much for your help. So, my interval can arbitrarily be chosen (a, b>=0). > If the interval includes x=±1, where your w(x) blows up, then...

thank you for your response. Here they are SimpleMatrix D; // read a matrix from the D.txt file SimpleEVD evd = D.eig(); SimpleSVD svd = D.svd(); System.out.println("evd"+evd.getEigenvalues()); System.out.println("svd"+svd.getW().diag().transpose()); As you...

Thank you for your help. As to a simple formula to generate such matrices, I don't have a simple formula at the moment. Looking at the structure of M matrix,...

I also got an error when compiling Gallium (see in the attached file [Gallium_error.txt](https://github.com/Keno/Gallium.jl/files/2300645/Gallium_error.txt)). Could anyone please help me with this? Thanks in advance!