Recent content by Dilon

  1. D

    Numerical approximation of the 2nd derivative across a diffuse interface

    Imagine you create a diffuse interface in space and determine which side of the interface you are on by a local scalar value that can be between 0 and 1. We could create a circle, centered in a rectangular ynum-by-xnum grid, with such a diffuse interface with the following MATLAB code: xnum =...
  2. D

    I Logarithmic terms in a system of equations

    Could you solve this system with Newton's method?
  3. D

    I Logarithmic terms in a system of equations

    (I hope this is not a double posting) I want to solve this system of equations, containing logarithmic terms: ##7\ln(a/b)+A = 7\ln(d/e)+D = 7\ln(g/h)+G## ##7\ln(a/c)+B = 7\ln(d/f)+E = 7\ln(g/i)+H## ##7\ln(b/c)+C = 7\ln(e/f)+F = 7\ln(h/i)+I## ##a\phi_1+d\phi_2+g\phi_3=X##...
Back
Top