Home > freetb4matlab > quaternion > qconj.m

qconj

PURPOSE ^

% Conjugate of a quaternion.

SYNOPSIS ^

function retval = qconj (q)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} qconj (@var{q})
% Conjugate of a quaternion.
%
% @example
% q = [w, x, y, z] = w*i + x*j + y*k + z
% qconj (q) = -w*i -x*j -y*k + z
% @end example
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

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