
math.js
Claroja
这个作者很懒,什么都没留下…
展开
-
math api matrix
方法 返回类型 描述 .storage() string .datatype() string .create(data, [datatype]) .subset(index, [replacement], [defaultValue]) .get(index) * 获得元素值 ...翻译 2018-05-15 14:34:46 · 429 阅读 · 0 评论 -
math.js
math api matrix原创 2018-05-15 14:35:29 · 772 阅读 · 0 评论 -
math.js api static function
http://mathjs.org/docs/reference/functions.html 核心函数 描述 math.config(config: Object): Object Set configuration options for math. math.typed(name, signatures) : function Create a ty...原创 2018-05-15 16:32:06 · 1637 阅读 · 0 评论 -
旋转矩阵
正交矩阵每一列都是单位矩阵,并且两两正交。 正交矩阵的逆(inverse)等于正交矩阵的转置(transpose)。 旋转矩阵是正交矩阵 x=rcosϕy=rsinϕx=rcosϕy=rsinϕx = r cos\phi \quad y = r sin\phi x′=rcos(θ+ϕ)y′=rsin(θ+ϕ)x′=rcos(θ+ϕ)y′=rsin(θ+ϕ)x' = r c...原创 2018-05-15 16:39:20 · 851 阅读 · 0 评论 -
numeric.js
方法 描述 abs Absolute value acos Arc-cosine add Pointwise sum x+y addeq Pointwise sum x+=y all All the components of x are true and Pointwise x && y ...原创 2018-05-16 17:59:01 · 3600 阅读 · 0 评论