Comment #15 on issue 2807 by moorepa...@gmail.com: Change .unit and .mag to proper methods and better names.
http://code.google.com/p/sympy/issues/detail?id=2807

I like verb names for methods. norm() and normalize() sound good to me. But I do have a bias towards magnitude() instead of norm(), as this Vector class doesn't exist anywhere but the mechanics package and there is no need for anything but the 2 norm. Magnitude is extremely clear for any dynamicist and gives the methods very distinct names (normalize() and magnitude() instead of norm() and normalize()). You could define both the norm() and the magnitude() where the magnitude simply calls norm(p=2).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to