matlab中pascal是什么意思?

 我来答
百度网友16700b19c
2010-08-20 · TA获得超过493个赞
知道小有建树答主
回答量:171
采纳率:0%
帮助的人:152万
展开全部
生成Pascal矩阵
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
HFR59
2010-08-20 · TA获得超过176个赞
知道答主
回答量:199
采纳率:100%
帮助的人:0
展开全部
pascal

Pascal matrix
Syntax

A = pascal(n)
A = pascal(n,1)
A = pascal(n,2)
Description

A = pascal(n) returns the Pascal matrix of order n: a symmetric positive definite matrix with integer entries taken from Pascal's triangle. The inverse of A has integer entries.

A = pascal(n,1) returns the lower triangular Cholesky factor (up to the signs of the columns) of the Pascal matrix. It is involutary, that is, it is its own inverse.

A = pascal(n,2) returns a transposed and permuted version of pascal(n,1). A is a cube root of the identity matrix.
Examples

pascal(4) returns

1 1 1 1
1 2 3 4
1 3 6 10
1 4 10 20

A = pascal(3,2) produces

A =
1 1 1
-2 -1 0
1 0 0

See Also

chol
Provide feedback about this page

parseSoapResponse parseSoapResponse patch patch

© 1984-2009 The MathWorks, Inc. • Terms of Use • Patents • Trademarks • Acknowledgments
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友dd1865dc2e77
推荐于2017-09-19 · TA获得超过195个赞
知道答主
回答量:226
采纳率:0%
帮助的人:67.4万
展开全部
pascal(n)是矩阵实验室(Matrix Laboratory)MATLAB中的命令,利用pascal()命令可以在矩阵实验室中方便的得到任意阶帕斯卡矩阵。设A为帕斯卡矩阵,则在MATLAB命令窗口中输入A=pascal(n),n为正整数,可得到阶数为n的帕斯卡矩阵。
帕斯卡矩阵:由杨辉三角形表组成的矩阵称为帕斯卡(Pascal)矩阵。
杨辉三角形表是二次项 (x+y)^n 展开后的系数随自然数 n 的增大组成的一个三角形表。
 
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
297913156
2010-08-20 · 超过30用户采纳过TA的回答
知道答主
回答量:186
采纳率:0%
帮助的人:81.1万
展开全部
百度一下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式