Recent content by jimmy1066

  1. J

    Mathematica Mathematica - Evaluating a function for different pairs of variables

    Thanks for the help. Unfortunately Outer was not much use to me. Instead I made another table: Table[f(a,b),{a,x},{b,y}] (using the tables of x and y defined in my previous post) and this appears to have solved my problem. DeleteCases worked perfectly once I had flattened the table. Thanks...
  2. J

    Mathematica Mathematica - Evaluating a function for different pairs of variables

    I have a function f(x,y) that I wish to evaluate for different values of x and y. I created two lists for x and y using table: x = Table[x,{x,1/10,1,1/10}] y = Table[y,{y,1/100,1/10,1/100}] This gives me 10 values for x and 10 for y. Now I want to evaluate my function f(x,y) for...
  3. J

    A non-dimensionalization problem

    Homework Statement A function f(x) has dimensions of length, L. I need to non-dimensionalize f(x) using the substitution x=zL and then differentiate it with respect to z. Homework Equations x=zL The Attempt at a Solution First I made the substitution: f(x) \Rightarrow f(zL)...
Back
Top