说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 四元数域
1)  quaternion field
四元数域
1.
In this paper we tried to extend the two triple minimal conical surfaces to quaternion field.
本文的主要内容是把著名数学家项武义所举的实数域和复数域上的两个三次代数极小超曲面的例子推广到四元数域上 。
2)  quad-quaternion
四四元数
1.
Introduces a new multidimensional algebra named the quad-quaternion.
提出了新的多元数概念——四四元数,以及四四元数框架下特征分解和奇异值分解等信号处理领域常用的矩阵运算新规则。
3)  Quaternion [英][kwə'tə:njən]  [美][kwə'tɝnɪən]
四元数
1.
Solution of Forecasting-Correcting-Improving Algorithm to Quaternion Differential Equation of SINS Attitude;
基于预测-校正-改进算法解算SINS姿态的四元数微分方程
2.
Research on the Quaternion Feedback Linearization for Spacecraft Attitude Control;
基于四元数反馈线性化的飞行器姿态控制方法研究
3.
Cubic nonlinear phase coupling analyse of two-dimensional harmonic based on quaternion;
基于四元数模型的二维三次非线性相位耦合频率估计方法
4)  Quaternion Method
四元数法
1.
Application of quaternion method to the six-DOF simulation of autonomous underwater vehicle (AUV);
四元数法在AUV六自由度仿真中的应用
2.
By means of a idographic example, the quaternion method and the dual Euler method are studied and compared.
通过一个具体算例对四元数法和双欧法进行了研究和比较,澄清了四元数法应用中的几个问题,并且发现双欧法比四元数法能更好地克服欧拉方程的奇异性。
5)  quaternions
四元数
1.
Method for rapid transfer alignment using quaternions;
一种应用四元数的快速传递对准方法
2.
Probability Estimation of Round off Errors in Recursive Computing for Normalized Quaternions;
具有规范化的四元数递推计算的舍入误差的概率估计
3.
From quaternions to vector:historical analyses of the evolution of the vectorial idea;
从四元数到向量:向量概念演变的历史分析
6)  unit quaternion
四元数
1.
The orientation-singularity expression of the Stewart platform is deduced by using unit quaternion which can avoid singularity when using Euler angles to represent the orientation of rigid body, and then the algorithm of orientation-workspace of the manipulator at a certain position is proposed.
基于单位四元数描述的刚体姿态,避免了欧拉角等描述刚体姿态的奇异性问题,推导出Stewart机构处于给定位置时的姿态奇异解析表达式,并提出了该机构处于给定位置时的姿态工作空间算法,通过计算机仿真给出该机构处于一给定位置时姿态奇异轨迹和姿态工作空间的三维可视化描述。
2.
Two control laws are presented for attitude regulation of a rigid body expressed by unit quaternion.
给出了用四元数表示的刚体姿态调节问题的两种控制规律 。
补充资料:四元数域

四元数

复数可以表示平面向量,在物理上有着广泛应用。于是人们很自然地想到,能不能仿照复数复数集找到“三维复数”,用以表示空间向量呢?爱尔兰的数学家哈密顿首先发现,要想在实数基础上建立三维复数,使它具有实数和复数的各种运算性质,这是不可能的。他进而研究“四维复数”,笪以所谓四元数,并于1857的发表了《四元数讲义》。他逝世后的第二年,即1866年出版了《四元数原理》。

复数仅有两个单位1与i,而四元数有四个单位1, i, j, k,一般的四元数的形式是

a+bi+cj+dk,

这里,i, j, k是空间笛卡儿直角坐标系中三个坐标轴上的单位向量,类似于复数的虚数单位;a, b, c, d是实数,称为四元素的系数。

两个四元数相等被规定为对应系数分别相等。

四元数的加减法,和一般复数的加减法相同,也满足交换律和结合律。四元数的乘法满足结合律但并不满足交换律,这是和实数、复数最显著的不同,也正因为如此,四元数集不能构成数域,人们称它为广域。

四元素的研究,推动了向量代数的发展。美国著名的物理学家麦克斯韦是哈密尔顿的学生。他在掌握了四元数理论后,利用向量分析等工具建立起了著称于世的电磁理论。

19世纪,数学家们证明了:对于实数域上的n维向量空间,当n>2时 ,无法定义乘法运算,使它成为域。这就是为什么只称二维向量的为复数,而不称其他向量为复数的道理。当n>2时,n维向量空间不再称为数域而称为超复数系统。

四元数的运算:

基本的:

p=[1 2 3 4] q=[5 6 7 8]

p+q=[6 8 10 12]

2p=[2 4 6 8]

2个四元数的积:

p=[m,u] q=[n,v] pq=[mn-vu,nu+mv+(v×u)]

m,n是标量,u,v是向量

共轭四元数:

p=[n,v] ~p=[n,-v]

旋转1个四元数( 或向量):

p'=q(p)(~q)

旋转向量的话:用向量取代p的向量部分,p的标量部分取零。

四元数到旋转矩阵的变换:

| w2+x2-y2-y2 2xy-2wz 2xy+2yn |

| 2xy+2wz w2-x2+y2-y2 2yz-2wx |

| 2xz-2wy 2yz-2wx w2-x2-y2+z2 |

旋转矩阵到四元数的变换:

tr=m11+m22+m33

if(tr>0)

{

temp=1/2squrt(tr+1);

qw=0.25/temp qx=(m23-m32)temp qy=(m31-m13)temp qz=(m12-m21)temp

}else

{

m11,m22,m33中

if(m11 is greatest){

temp=1/2squrt(1+m11-m22+m33)

qw=0.25/temp qx=(m21+m12)temp qy=(m13+m31)temp qz=(m32-m23)temp}

if(m22 is greatest){

temp=1/squrt(1+m22-m11-m33)

qw=(m21+m12temp qx=0.25/temp qy=(m32+m23)temp qz=(m13-m31)temp}

if(m33 is greatest){

temp=1/squrt(1+m33-m11-m22)

qw=(m13+m31)temp qx=(m32+m23)temp qy=0.25/temp qz=(m21-m12)temp}

}

euler angles and quaternions:

q=[cos(angle/2),sing(angle/2)axis]

axis为一向量,是旋转所绕之轴

sa=squrt(1-qw2) angle=2arccos(qw)

axisx=qx/sa axisy=qy/sa axisz=qz/sa

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条