文件名称:juzhenyunsuanqi
介绍说明--下载内容均来自于网络,请自行研究使用
【问题描述】已知A和B为两个n*n阶的对称矩阵,求这两个对称矩阵的转置、之和与乘积。
用三元组表存储稀疏矩阵并实现转置。
【基本要求】
输入时,对称矩阵只输入下三角形元素,压缩存储存入一维数组。
对输入的对称矩阵A和B进行显示。
求对称矩阵A和B的转置矩阵。
求对称矩阵A和B的之和。
求对称矩阵A和B的乘积。
输入一个稀疏矩阵,用三元组表存储起来。
实现稀疏矩阵的显示。
实现稀疏矩阵的转置。
-[Problem Descr iption] Known A and B are two n* n symmetric matrix of order, seeking both symmetric matrix transpose, the sum and product. Matrix transpose and implement triples table stores sparse. Requirements】 input, only the input triangle symmetric matrix elements, compression and storage into the one-dimensional array. Symmetric matrices A and B inputs for display. Find transposed matrix A and B are symmetric matrix. Find symmetric matrix and A and B are. Symmetric matrix product A and B. Enter a sparse matrix, stored triples table. Achieve sparse matrix display. Achieve sparse matrix transpose.
用三元组表存储稀疏矩阵并实现转置。
【基本要求】
输入时,对称矩阵只输入下三角形元素,压缩存储存入一维数组。
对输入的对称矩阵A和B进行显示。
求对称矩阵A和B的转置矩阵。
求对称矩阵A和B的之和。
求对称矩阵A和B的乘积。
输入一个稀疏矩阵,用三元组表存储起来。
实现稀疏矩阵的显示。
实现稀疏矩阵的转置。
-[Problem Descr iption] Known A and B are two n* n symmetric matrix of order, seeking both symmetric matrix transpose, the sum and product. Matrix transpose and implement triples table stores sparse. Requirements】 input, only the input triangle symmetric matrix elements, compression and storage into the one-dimensional array. Symmetric matrices A and B inputs for display. Find transposed matrix A and B are symmetric matrix. Find symmetric matrix and A and B are. Symmetric matrix product A and B. Enter a sparse matrix, stored triples table. Achieve sparse matrix display. Achieve sparse matrix transpose.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验六 矩阵运算器.ppt
p6.cpp
p6-1.cpp