Warning: file_get_contents() [function.file-get-contents]: SSL: 远程主机强迫关闭了一个现有的连接。 in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884

Warning: file_get_contents(https://whois.pconline.com.cn/jsLabel.jsp?ip=127.0.0.1) [function.file-get-contents]: failed to open stream: HTTP request failed! in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884
矩阵和向量 - huidong

huidong

首页 | 会员登录 | 关于争取 2022 寒假做出汇东网 Ver3.0.0 !
搜索文章


矩阵是一种数据结构,不是一种运算方式


向量由矩阵存储,计算方式:


一条直线的两个端点:( x, y ) , ( cx, xy )

用勾股定理计算出此直线的长度为:


len(长度) = 根号((cx - x)的平方 + (cy - y)的平方)


用矩阵

{ cx - x ,

  cy - y }

除以len(即矩阵中每个值除以len),得到向量的矩阵。

 






返回首页


Copyright (C) 2018-2024 huidong