- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
This article copy form MSDN 2001. mk:@MSITStore:C:\Program%20Files\Microsoft%20Visual%20Studio\MSDN\2001OCT\1033\gdicpp.chm::/hh/gdicpp/cpp_aboutgdip05_00c4.htmPlatform?SDK:?GDI+ Translate By guozhengkun转换矩阵表示一个m×nmatrix is a set of numbers arranged in m rows and n columns. The following illustration shows several matrices.一个m×n矩阵是m行n列的一组数字集合。下图列出了几种矩阵。You can add two matrices of the same size by adding individual elements. The following illustration shows two examples of matrix addition.你可以通过矩阵每个元素相加实现两个大小相同的矩阵的加法运算An m×n matrix can be multiplied by an n×p matrix, and the result is an m×p matrix. The number of columns in the first matrix must be the same as the number of rows in the second matrix. For example, a 4×2 matrix can be multiplied by a 2×3 matrix to produce a 4×3 matrix.一个m×n矩阵乘以n×p矩阵, 结果是m×p矩阵. 第一个矩阵的列数必须和第二个矩阵的行数相同才能相乘。举例,一个 4×2 矩阵可以通过一个 4×3 矩阵乘以 2×3 矩阵得到。Points in the plane and rows and columns of a matrix can be thought of as vectors. For example, (2, 5) is a vector with two components, and (3, 7, 1) is a vector with three components. The dot product of two vectors is defined as follows:平面上的点集和矩阵的行列可以看作向量的集合。例如,(2, 5)是一个包含两个分量的向量,and (3, 7, 1) 是一个包含三个分量的向量。两个向量的点积定义如下:(a, b) ? (c, d) = ac + bd(a, b, c) ? (d, e, f) = ad + be + cfFor example, the dot product of (2, 3) and (5, 4) is (2)(5) + (3)(4) = 22. The dot product of (2, 5, 1) and (4, 3, 1) is (2)(4) + (5)(3) + (1)(1) = 24. Note that the dot product of two vectors is a number, not another vector. Also note that you can calculate the dot product only if the two vectors have the same number of components.例如, (2, 3) 和 (5, 4) 的点积等于 (2)*(5) + (3)*(4) = 22。 (2, 5, 1) 和 (4, 3, 1) 等于 (2)(4) + (5)(3) + (1)(1) = 24。注意两个向量的点积是一个数值,不是另一个向量。另外,注意只有分量个数相同的向量才能计算点积。Let A(i, j) be the entry in matrix A in the ith row and the jth column. For example A(3, 2) is the entry in matrix A in the 3rd row and the 2nd column. Suppose A, B, and C are matrices, and AB = C. The entries of C are calculated as follows:假定A(i, j)是矩
您可能关注的文档
最近下载
- 蒂森电梯LMS1称重装置诊断仪使用说明.doc
- 多式联运(冷链)综合物流枢纽信息化平台设施项目可行性研究报告模板-立项拿地.doc
- 实验室安全风险分级管控和隐患排查治理.docx VIP
- 国际减灾日---掌握防灾知识 保护生命安全 课件(共24张PPT).pptx VIP
- (新人教PEP版)英语六年级上册 Unit 1 大单元教学设计.docx
- 最新职业病防治知识考试题(附答案).docx VIP
- 精神科病区安全管理课件.pptx VIP
- 老年人社交活动组织与策划试题库及答案.doc VIP
- 2024年中海福建燃气发电有限公司人员招聘考试题库及答案解析.docx VIP
- 《妇产科护理》课件——女性生殖系统解剖.pptx VIP
文档评论(0)