数值计算系统 Chebfun

软件介绍

Chebfun 是开源的数值计算功能软件系统。

代码示例:

% The Dixon-Szego function
f = @(x,y) (4-2.1*x.^2+ x.^4/3).*x.^2 ...
            + x.*y + 4*(y.^2-1).*y.^2;
% Create a chebfun2
F = chebfun2(f, [-2,2,-1.25,1.25]);
% Find the minimum and mark it
[minf,minx] = min2(F);
contour(F,30), hold on
plot(minx(1),minx(2),'.w')


本文地址:https://codercto.com/soft/d/14307.html

Practical Vim, Second Edition

Practical Vim, Second Edition

Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00

Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具