Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!o9g2000prg.googlegroups.com!not-for-mail
From: munir <munirpansare@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: pinv
Date: Wed, 4 Nov 2009 13:57:01 -0800 (PST)
Organization: http://groups.google.com
Lines: 15
Message-ID: <3c4a25e7-ad16-4ca5-aa02-de71eafe0a31@o9g2000prg.googlegroups.com>
NNTP-Posting-Host: 124.124.247.138
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1257371821 16985 127.0.0.1 (4 Nov 2009 21:57:01 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 4 Nov 2009 21:57:01 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: o9g2000prg.googlegroups.com; posting-host=124.124.247.138; 
	posting-account=vtztFQoAAAB2c4AburSjnbIDN00Cftc9
User-Agent: G2/1.0
X-HTTP-Via: 1.1 cs08.cc.iitd.ac.in:3128 (squid/2.6.STABLE13)
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) 
	AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:582537


hi all
i want to find inverse of a matrix. but it is singular.so i used pinv.
but some error is occuring. i m not understanding its meaning n what
corrective actions has to take.
 ??? Error using ==> sym.svd
Too many input arguments.

Error in ==> pinv at 29
   [U,S,V] = svd(A,0);

Error in ==> Untitled17 at 238
o = pinv(l)

plz help me out.
thanks and regards