文件名称:matlab-rotating-calculation
介绍说明--下载内容均来自于网络,请自行研究使用
EasySolve:
求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。
OrnoBasis:
根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。
RotaObj:
任意维度下(>=2)的点集的保形旋转(不变形的旋转,即n维固体上的点集旋转)。任意维度下(>=2)点集的保形旋转都是点集在平行二维面簇上的旋转,旋转方向改变时,整个平行二维面簇的方向都要改变。由于四维以上空间中无法使用基于视觉的右手螺旋定则,编者建立了旋转台的概念:旋转台是旋转中的一个旋转二位面,表示方法为一个旋转中心和两个线性无关的台面向量(台面向量分前后顺序,台面上从第一个向量到第二个向量的小于pi(3.14)的方向作为旋转的正方向)。该函数调用了OrnoBasis函数。
关于这三个函数的更多参数和返回值的信息,请查看代码文件内头部的说明。
原创,无重复。-EasySolve:
Calculating linear equations AX+ B = 0 is a solution, if the only solution is returned directly to the solution, if the solution is not unique the solution set of random returns a set the program will appropriate order information is automatically calculated according to the equation returned Solutions and random center offset, so that the size of the right to return of random solutions to the calling program.
OrnoBasis:
According to the dimension of the input vector, returns a set of standard orthogonal bases under the dimension column vectors enter a valid vector (nonzero, linearly independent) will be orthonormal basis vectors as, according to the old order row Added column vector in front.
RotaObj:
Under any dimension conformal (> = 2) point set rotation (no deformation of the rotation, that point on the set of n-dimensional solid rotation). Under any dimension conformal (> = 2) point set point set rotation are rotated in the two-dimensional plane parallel c
求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。
OrnoBasis:
根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。
RotaObj:
任意维度下(>=2)的点集的保形旋转(不变形的旋转,即n维固体上的点集旋转)。任意维度下(>=2)点集的保形旋转都是点集在平行二维面簇上的旋转,旋转方向改变时,整个平行二维面簇的方向都要改变。由于四维以上空间中无法使用基于视觉的右手螺旋定则,编者建立了旋转台的概念:旋转台是旋转中的一个旋转二位面,表示方法为一个旋转中心和两个线性无关的台面向量(台面向量分前后顺序,台面上从第一个向量到第二个向量的小于pi(3.14)的方向作为旋转的正方向)。该函数调用了OrnoBasis函数。
关于这三个函数的更多参数和返回值的信息,请查看代码文件内头部的说明。
原创,无重复。-EasySolve:
Calculating linear equations AX+ B = 0 is a solution, if the only solution is returned directly to the solution, if the solution is not unique the solution set of random returns a set the program will appropriate order information is automatically calculated according to the equation returned Solutions and random center offset, so that the size of the right to return of random solutions to the calling program.
OrnoBasis:
According to the dimension of the input vector, returns a set of standard orthogonal bases under the dimension column vectors enter a valid vector (nonzero, linearly independent) will be orthonormal basis vectors as, according to the old order row Added column vector in front.
RotaObj:
Under any dimension conformal (> = 2) point set rotation (no deformation of the rotation, that point on the set of n-dimensional solid rotation). Under any dimension conformal (> = 2) point set point set rotation are rotated in the two-dimensional plane parallel c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
matlab旋转计算\EasySolve.m
..............\OrnoBasis.m
..............\RotaObj.m
..............\使用说明.txt
matlab旋转计算