Difference between revisions of "Abs (gnuplot)"
From Wiki4Intranet
m (1 версия) |
|||
Line 17: | Line 17: | ||
<code>sqrt(real(x)**2 + imag(x)**2)</code>. | <code>sqrt(real(x)**2 + imag(x)**2)</code>. | ||
− | [[ | + | [[Category:Функции (gnuplot)]] |
{{replicate-from-custiswiki-to-tools}} | {{replicate-from-custiswiki-to-tools}} |
Revision as of 18:51, 30 June 2011
abs(x)
возвращает абсолютное значение аргумента.
Возвращаемое значение имеет тот же тип, что и аргумент.
<plot> set xrange [-10:+10]; plot abs(x) </plot>
gnuplot> set encoding utf8
^ line 0: expecting one of 'default', 'iso_8859_1', 'iso_8859_2', 'iso_8859_15', 'cp437', 'cp850', 'cp852', 'koi8r' or 'koi8u'
Could not find/open font when opening font Arial, using default
Для комплексных аргументов abs(x)
определен как длина вектора x на комплексной плоскости, т.е.
sqrt(real(x)**2 + imag(x)**2)
.
Статья отреплицирована из внутренней базы знаний компании.