搜索资源列表
05
- 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
4x4
- VB编写的程序,搜索各行各列和相等的4乘4方阵.-Program written in VB, the search columns and the rows of a 4 by 4 equal squares.
WGL02
- 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换
234MatrixComputation
- small (2x2, 3x3, 4x4) matrix computation, fast and easy.
invert44
- 4x4 matrix inversion source code
magic-squares.tar
- Magic Squares is a Scheme program that generates magic squares of up to 4x4 in dimensions. It generates all possible permutations of each magic square in the given dimension.
VHDL_Determinant
- VHDL languge program-Finding the Determinant of a 4x4 Matrix