texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] a mathematical question


From: skhilji
Subject: [Texmacs-dev] a mathematical question
Date: Wed, 07 Apr 2004 16:06:20 -0400

Looking at point.hpp, can someone please tell me what do the following 
functions do?

norm(point p);
arg(point p);


I know norm() is multiply all components of a point by itself and adding the 
result, but what does it physically mean?

I recall from my school days that, for example, if we have a triangle with one 
side 3 units and the other side 4 units, then the length of the third side was:

 sqrt(3*3 + 4*4)

Can someone please give me a similar explanation for norm and arg.









reply via email to

[Prev in Thread] Current Thread [Next in Thread]