Matlab 版 (精华区)

发信人: zjliu (秋天的萝卜), 信区: Matlab
标  题: Re: 在matlab中怎么样调用maple的函数smith?
发信站: 哈工大紫丁香 (Sun Mar 27 20:54:41 2005), 转信

>> syms x
>> A = [1+x,1+x^2;1+x^2,1+x^4];
>> maple('smith',A,x)
 
ans =
 
[           1,           0]
[           0, x^5-2*x^2+x]
 
 
>> version

ans =

7.0.1.24704 (R14) Service Pack 1

【 在 signals (晕&烦) 的大作中提到: 】
: maple('A:=array([[1+x,1+x^2],[1+x^2,1+x^4]]);')
: maple('Smith(A,x) mod 2;')
: 这样在matlab7.0调用总出错。但是在maple里不出错
: ...................

--
╔═══════════════════╗
║★★★★★友谊第一  比赛第二★★★★★║
╚═══════════════════╝

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 天外飞仙]


※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.229.162]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.718毫秒