Recent content by DerBaer

  1. 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.
  2. 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...
  3. 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.
  4. 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...
Back
Top