Recent content by jorgext

  1. J

    MATLAB Mathematica vs Matlab: Which Is Better & Why?

    Both, it will depend on the style you like to program your code. Personally I prefer Mathematica over Matlab, but it is just because I am adapted to problem solving with Mathematica and I know more code so I can solve problems faster.
  2. J

    Action and Response functions.

    Any comments?
  3. J

    Action and Response functions.

    Dear colleagues, I have the following question in my head: Give two canonical coordinates P, Q, and a corresponding set of equations of motions, not necessary solved. Is it possible to find analytically the action S and response Rfunctions of the system, which satisfy the relations...
  4. J

    Magnetic field of moving charged particle

    Maybe BS Equation help, integrating over a single point. \vec{B}(\vec{r})=\dfrac{\mu_0}{4\pi}\dfrac{e (\vec{v} \times \hat{r})}{r^2}
  5. J

    Mathematica Problem showing graphics in Mathematica

    Same problem, I added one constant that wasn't included. Please check the file I attached here: http://www.alumnos.usm.cl/~jorge.lopezl/cylinder.nb
  6. J

    Mathematica Problem showing graphics in Mathematica

    Can you post the obtained image please?
  7. J

    Mathematica Problem showing graphics in Mathematica

    That all code I used. Where can I look for definitions?
  8. J

    Mathematica Problem showing graphics in Mathematica

    Hi all, I solved a problem of electrostatics potencial of a cylinder with special condicions. When I plotted the obtained solution, I used this code: \[Epsilon] = 8.8541878176 10^-12; R=1; maxx=10; Vin[\[Rho]_, \[Phi]_] := (2 \[Sigma] R)/(\[Pi] \[Epsilon]) Sum[If[OddQ[k], 1/k^2 Sin[k...
Back
Top