Recent content by nottern

  1. N

    Proving \int curl A.n dS = 0 w/ Stokes Theorem

    nice explanation mathwonk... at least, it was useful for me :D *anyway, i thought that green theorem was a particular case of the stokes theorem... :/, i guess i have to study this again xDD
  2. N

    Proving \int curl A.n dS = 0 w/ Stokes Theorem

    curl A= \hat i(\frac{\partial A}{\partial y} - \frac{\partial A}{\partial z}) -\hat j(\frac{\partial A}{\partial x} - \frac{\partial A}{\partial z}) + \hat k(\frac{\partial A}{\partial x} - \frac{\partial A}{\partial y}) then div(curl A)= \frac{\partial}{\partial x}(\frac{\partial A}{\partial...
  3. N

    MATLAB Making functions with 'inline' command in matlab

    hi everybody... I'm new here, and I'm here 'cause I'm having some trouble with matlab i was trying to integrate a function, so i first defined the function with the inline command: f=inline('1/sqrt(1-0.25*sin(x)^2)') now MATLAB says nothing if you write the function with this command, but it...
Back
Top