CSE121 Project Matrix Calculator:矩阵计算器 源码
CSE-121-项目 一个c ++程序,最多接受100x100个矩阵以对其执行多个操作。 这些操作包括: 1. Addition and Subtraction 2. Multiplication and division 3. Finding the Transpose matrix 4. Raising a matrix to an exponent 5. Finding the determinant for a matrix 6. Finding the inverse of the matrix 请注意,计算器对以下格式的矩阵进行运算: [ a b c; d e f; g h i
用户评论