创建大小为 mxn 的类 MAT

发布于 2024-08-18 07:51:38 字数 69 浏览 1 评论 0 原文

创建一个大小为 mx n 的类 MAT。 定义以下矩阵运算

为 MAT 类型对象 添加 b.减法 c.乘法。

Create a class MAT of size m x n. Define the following matrix operations for MAT type objects

a. Addition
b. Subtraction
c. Multiplication.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烧了回忆取暖 2024-08-25 07:51:38

您可以简单地将矩阵实现为带有值数组数组的类。根据定义可以很容易地实现加法、减法和乘法。

You can simply implement the matrix as a class with array of arrays for the values. Addition and Substraction as well as Multiplication will be easily implemented according to the definition.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文