Home > freetb4matlab > comm > groots.m

groots

PURPOSE ^

%

SYNOPSIS ^

function r = groots (v)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} groots (@var{v})
%
% For a vector @var{v} with @math{N} components, return
% the roots of the polynomial over a Galois Field
% @iftex
% @tex
% $$
% v_1 z^{N-1} + \cdots + v_{N-1} z + v_N.
% $$
% @end tex
% @end iftex
% @ifinfo
%
% @example
% v(1) * z^(N-1) + ... + v(N-1) * z + v(N).
% @end example
% @end ifinfo
%
% The number of roots returned and their value will be determined 
% by the order and primitive polynomial of the Galios Field
% @end deftypefn
% @seealso{roots}

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003