摘要
通过使用面向对象的C#语言编写矩阵类,实现了矩阵数据类型的基本运算,为工程应用中用高级语言开发其它算法打下了坚实的基础;以某化工公司的软测量建模系统为背景,描述了矩阵类在多元线性回归这一常用的建模方法中的应用;矩阵类大大减少了程序开发的工作量,而且程序结构清晰,简明直观,易于理解。
A matrix class was designed by using the program C#, this matrix class realizes the basic operation for the matrix object. It helps to design other complex arithmetic based on the matrix object. On the background of a modeling system based on soft sensing technology in a chemical plant, the Matrix Class was used in the multi-element linear regression. This method reduces the work, moreover, the structure of the program is more clear and easy to understand.
出处
《南京工业大学学报(自然科学版)》
CAS
2005年第4期92-95,共4页
Journal of Nanjing Tech University(Natural Science Edition)
关键词
矩阵类
C#语言
软测量
多元线性回归
matrix class
program language C#
soft sensing
multi-element linear regression