del operators ( ∇ × A , ∇ ⋅ A, ∇f) in (polar coordinates )
|
09-10-2016, 10:09 PM
(This post was last modified: 09-11-2016 06:03 PM by toshk.)
Post: #1
|
|||
|
|||
del operators ( ∇ × A , ∇ ⋅ A, ∇f) in (polar coordinates )
gradc(f)==gradient in cylindrical ∇f
grads(f)==gradient in spherical divc(f)==divergence in cylindrical ∇ ⋅ f, divs(f)==divergence in spherical curlc(f)==curl in cylindrical ∇ × f curls(f)==curl in spherical notation: standard == prime input (ρ, φ, z) ==> (r,x,z)--------cylindrical (r, θ, φ) ==> (r,x,z)--------spherical curls([r*cos(x), sin(x)*z, r*z*cos(x)]) Code:
|
|||
09-11-2016, 06:02 PM
(This post was last modified: 09-12-2016 07:25 AM by toshk.)
Post: #2
|
|||
|
|||
RE: del operators ( ∇ × A , ∇ ⋅ A, ∇f) in (polar coordinates )
notation: almost standard , except 'θ' is a reserved real variable on prime...any work around that?
(ρ, φ, z)--------cylindrical (r, θ, φ) ==> (r,x,φ)--------spherical Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)