computation of conformal maps to polygonally bounded regions

源代码在线查看: inv.m

软件大小: 371 K
上传用户: yxm_325
关键词: computation polygonally conformal bounded
下载地址: 免注册下载 普通下载 VIP

相关代码

				function Mi = inv(M)
				%INV    Inverse SC map object.
				%   INV(M) returns an object formally representing the inverse of the
				%   map M. 
				
				%   Copyright 1998 by Toby Driscoll.
				%   $Id: inv.m 7 1998-05-10 04:37:19Z tad $
				
				Mi = scmapinv(M);
							

相关资源