Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!u36g2000prn.googlegroups.com!not-for-mail
From: munir <munirpansare@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: pinv
Date: Thu, 5 Nov 2009 00:30:08 -0800 (PST)
Organization: http://groups.google.com
Lines: 18
Message-ID: <19fa6366-f064-4679-824f-fabe56ce387c@u36g2000prn.googlegroups.com>
References: <3c4a25e7-ad16-4ca5-aa02-de71eafe0a31@o9g2000prg.googlegroups.com> 
	<hct239$rh2$1@fred.mathworks.com>
NNTP-Posting-Host: 124.124.247.138
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257409809 3490 127.0.0.1 (5 Nov 2009 08:30:09 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 5 Nov 2009 08:30:09 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: u36g2000prn.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:582644


On Nov 5, 4:18 am, "ade77 " <ade1...@gmail.com> wrote:
> > Error in ==> pinv at 29
> >    [U,S,V] = svd(A,0);
>
> > Error in ==> Untitled17 at 238
> > o = pinv(l)
>
> can you include the matrix in question

this is the type of matrix which is singular.it is much smaller than
what i ll be using.
keeassembly =
[ 250*pi*ep33s,            0, 250*pi*ep33s,            0]
[            0, 250*pi*ep33a,            0, 250*pi*ep33a]
[ 250*pi*ep33s,            0, 250*pi*ep33s,            0]
[            0, 250*pi*ep33a,            0, 250*pi*ep33a]

plz help. thank u.