上传者: 38653687
|
上传时间: 2021-07-07 11:34:20
|
文件大小: 107KB
|
文件类型: PDF
I. Implement Matrix Operations in Java
import java.text.DecimalFormat;
/**
* 实现矩阵的运算
*
* @author Regino
* class Matrix:
* - height(): return no. of rows(行数)
* - width(): return no. of columns(列数)
* - add(Matrix target), multiply(double target): Linear Operations(线性运算)
* - multiply(Matrix tar