Recent content by DerBaer
-
D
Gnuplot: How to plot a 2d colorplot of a 3d function
Thanks Dr. Courtney, A Member on the Gnuplot Google Help Group suggested this and this worked quite fine for my dataset.- DerBaer
- Post #3
- Forum: Programming and Computer Science
-
D
Gnuplot: How to plot a 2d colorplot of a 3d function
Hello, I have a data file created by an C++ Programm which creates the lines of the data file by an operation inside an loop data3dRnd << gsl_vector_get(x,0) << ' ' << gsl_vector_get(x,1) << ' ' << my_f(x,par) << endl << endl; where the entries of the gsl_vector x are doubles and...- DerBaer
- Thread
- 2d 3d Function Gnuplot Plot
- Replies: 2
- Forum: Programming and Computer Science
-
D
GSL Multidim Minimizer - How to handle unphyiscal values
Another possibility would be to change the Minimization Method (doesn't have to be gsl). So if you know one which could handle this case, please let me know it.- DerBaer
- Post #2
- Forum: Programming and Computer Science
-
D
GSL Multidim Minimizer - How to handle unphyiscal values
Hello, For my master thesis I'm looking at the Two-Higgs-Doublet-Modell at finite Temperature and I'm searching for the Minimum values of the two VEVs of the Doublets. Therefore i have my Potential with Input Parameters v1 and v2 in which I want to minimize the Potential and a Vector with User...- DerBaer
- Thread
- Minimization
- Replies: 1
- Forum: Programming and Computer Science