Calculator Function RefrenceFunction Reference >Calculator Function Reference >Complex Numbers>MagnitudeMagnitudeThe magnitude, mag(), function gets the total magnitude of all the parameters passed. The manitude function accepts complex numbers and lists. The mangitude fuction will behave exactly like the absolute value of only a single complex number is passed.
mag(3+4i)=5 mag({3,4})=5 mag(1,{2,3})=3.7416739 |