Recent content by dftfunctional

  1. D

    Fortran Numerical Minimization of many-variable function in Fortran

    I would like to find a FORTRAN subroutine or a good way to minimize function numerically.So basically my function has 20 variables and I am able to provide analytic form of the first and the second derivative of the function. Basically what I want is: have the form of the function of 20...
  2. D

    Differential equations involving the function composition

    Thank you very much, as far as I understood G(f(x)) = G(x) would be equivalent to: ∫ g(f(x)df = ∫g(x)dx And per inspection we could find that one solution is f(x)=x. Empirically I know that there are many solutions to the given equation. Is there a way for "exctracting" f(x) or getting...
  3. D

    Differential equations involving the function composition

    Thank you both, As a trained material scientist I am not an expert on ODE. Could you please, therefore provide me more details. If it is separable, how I can proceed to finding a solution considering that there is the composition given in the function?
  4. D

    Differential equations involving the function composition

    I have not met differential equations involving the composition functions (also not much literature on it). Assume we know the form of g=g(x), and need to solve the following differential equation, finding f=f(x): (g∘f)f'=g Where g∘f=g(f(x)). Does anybody have a strategy for solving...
Back
Top