Recent content by jocasa

  1. J

    Interested in publishing my work: where?

    Hi! As a final masters degree thesis in chaos I have made a program which calculates 10 useful tools for the study of chaotic dynamics. It uses as dynamical system the iteration of the logistic map, and the tools implemented are: trajectories, temporal delay, bifurcation diagram, lyapunov...
  2. J

    Linear to logarithmic scale conversion

    Thanks! It makes sense to me. Now the problem is to implement it in the program, but I won't bother you with such a thing. Thanks again from Spain!
  3. J

    Linear to logarithmic scale conversion

    I'm using C++ and it has both log and log10 functions, that is, log in base e and log in base 10. I'm not sure if I made myself clear in my first post. I want to be able to make log-log plots, transforming the resulting plot into the [0,1] interval.
  4. J

    Linear to logarithmic scale conversion

    Hi! I'm making a computer program that represents some quantities in a graph in this way: x'i=(xi-xmin)/(xmax-xmin) so that the possible values of x range from 0 to 1. This is a linear scale. I want to do the same with the logarithmic values of xi. That is, I want to implement a log...
Back
Top